aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire
diff options
context:
space:
mode:
Diffstat (limited to 'sound/firewire')
-rw-r--r--sound/firewire/bebob/bebob_stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/bebob/bebob_stream.c b/sound/firewire/bebob/bebob_stream.c
index 38aee3344a5d..514c7c9fa1cd 100644
--- a/sound/firewire/bebob/bebob_stream.c
+++ b/sound/firewire/bebob/bebob_stream.c
@@ -760,7 +760,7 @@ parse_stream_formation(u8 *buf, unsigned int len,
760 format = buf[6 + e * 2]; 760 format = buf[6 + e * 2];
761 761
762 switch (format) { 762 switch (format) {
763 /* IEC 60958-3, currently handle as MBLA */ 763 /* IEC 60958 Conformant, currently handled as MBLA */
764 case 0x00: 764 case 0x00:
765 /* Multi bit linear audio */ 765 /* Multi bit linear audio */
766 case 0x06: /* Raw */ 766 case 0x06: /* Raw */