diff options
Diffstat (limited to 'sound/usb/card.h')
-rw-r--r-- | sound/usb/card.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/card.h b/sound/usb/card.h index 856d71b7407d..ed92420c1095 100644 --- a/sound/usb/card.h +++ b/sound/usb/card.h | |||
@@ -9,7 +9,7 @@ | |||
9 | 9 | ||
10 | struct audioformat { | 10 | struct audioformat { |
11 | struct list_head list; | 11 | struct list_head list; |
12 | snd_pcm_format_t format; /* format type */ | 12 | u64 formats; /* ALSA format bits */ |
13 | unsigned int channels; /* # channels */ | 13 | unsigned int channels; /* # channels */ |
14 | unsigned int fmt_type; /* USB audio format type (1-3) */ | 14 | unsigned int fmt_type; /* USB audio format type (1-3) */ |
15 | unsigned int frame_size; /* samples per frame for non-audio */ | 15 | unsigned int frame_size; /* samples per frame for non-audio */ |