25 Nov
2013
25 Nov
'13
4:27 p.m.
Takashi Sakamoto wrote:
This patch adds some macros instead of fixed value for AMDTP in IEC 61883-6. These macros will also be used by followed patches.
+++ b/sound/firewire/amdtp.c
+/*
- Audio and Music transfer protocol specific parameters
- only "Clock-based rate controll mode" is supported
^^^^^^^^ control
return 0xffff; /* no info */
return CIP_SYT_NO_INFO; /* no info */
The comment is now superfluous.
Regards, Clemens