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 71f03c151030..856d71b7407d 100644 --- a/sound/usb/card.h +++ b/sound/usb/card.h | |||
@@ -54,7 +54,7 @@ struct snd_usb_substream { | |||
54 | struct audioformat *cur_audiofmt; /* current audioformat pointer (for hw_params callback) */ | 54 | struct audioformat *cur_audiofmt; /* current audioformat pointer (for hw_params callback) */ |
55 | unsigned int cur_rate; /* current rate (for hw_params callback) */ | 55 | unsigned int cur_rate; /* current rate (for hw_params callback) */ |
56 | unsigned int period_bytes; /* current period bytes (for hw_params callback) */ | 56 | unsigned int period_bytes; /* current period bytes (for hw_params callback) */ |
57 | unsigned int format; /* USB data format */ | 57 | unsigned int altset_idx; /* USB data format: index of alternate setting */ |
58 | unsigned int datapipe; /* the data i/o pipe */ | 58 | unsigned int datapipe; /* the data i/o pipe */ |
59 | unsigned int syncpipe; /* 1 - async out or adaptive in */ | 59 | unsigned int syncpipe; /* 1 - async out or adaptive in */ |
60 | unsigned int datainterval; /* log_2 of data packet interval */ | 60 | unsigned int datainterval; /* log_2 of data packet interval */ |