diff options
Diffstat (limited to 'sound/usb/endpoint.c')
-rw-r--r-- | sound/usb/endpoint.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/usb/endpoint.c b/sound/usb/endpoint.c index 4b4ffa0adb88..c317a8d530cc 100644 --- a/sound/usb/endpoint.c +++ b/sound/usb/endpoint.c | |||
@@ -1167,9 +1167,10 @@ void snd_usb_handle_sync_urb(struct snd_usb_endpoint *ep, | |||
1167 | if (f == 0) | 1167 | if (f == 0) |
1168 | return; | 1168 | return; |
1169 | 1169 | ||
1170 | if (unlikely(sender->udh01_fb_quirk)) { | 1170 | if (unlikely(sender->tenor_fb_quirk)) { |
1171 | /* | 1171 | /* |
1172 | * The TEAC UD-H01 firmware sometimes changes the feedback value | 1172 | * Devices based on Tenor 8802 chipsets (TEAC UD-H01 |
1173 | * and others) sometimes change the feedback value | ||
1173 | * by +/- 0x1.0000. | 1174 | * by +/- 0x1.0000. |
1174 | */ | 1175 | */ |
1175 | if (f < ep->freqn - 0x8000) | 1176 | if (f < ep->freqn - 0x8000) |