Lines 1119-1124
bool snd_usb_get_sample_rate_quirk(struct snd_usb_audio *chip)
Link Here
|
1119 |
{ |
1119 |
{ |
1120 |
/* devices which do not support reading the sample rate. */ |
1120 |
/* devices which do not support reading the sample rate. */ |
1121 |
switch (chip->usb_id) { |
1121 |
switch (chip->usb_id) { |
|
|
1122 |
case USB_ID(0x045E, 0x076F): /* MS Lifecam HD-6000 */ |
1122 |
case USB_ID(0x045E, 0x075D): /* MS Lifecam Cinema */ |
1123 |
case USB_ID(0x045E, 0x075D): /* MS Lifecam Cinema */ |
1123 |
case USB_ID(0x045E, 0x076D): /* MS Lifecam HD-5000 */ |
1124 |
case USB_ID(0x045E, 0x076D): /* MS Lifecam HD-5000 */ |
1124 |
case USB_ID(0x045E, 0x0772): /* MS Lifecam Studio */ |
1125 |
case USB_ID(0x045E, 0x0772): /* MS Lifecam Studio */ |