ALSA: usb-audio: Apply sample rate quirk to Sennheiser headset
authorTakashi Iwai <tiwai@suse.de>
Mon, 14 Aug 2017 12:35:50 +0000 (14:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Aug 2017 00:15:02 +0000 (17:15 -0700)
commitb33fcbb01b3af0586a377f16d32cd6252ed8da31
tree50dfc43a68236e597a818ce4d54b4143ad609142
parent8f05296965d80c55f5c8048aebec7eb308429cbb
ALSA: usb-audio: Apply sample rate quirk to Sennheiser headset

commit a8e800fe0f68bc28ce309914f47e432742b865ed upstream.

A Senheisser headset requires the typical sample-rate quirk for
avoiding spurious errors from inquiring the current sample rate like:
 usb 1-1: 2:1: cannot get freq at ep 0x4
 usb 1-1: 3:1: cannot get freq at ep 0x83

The USB ID 1395:740a has to be added to the entries in
snd_usb_get_sample_rate_quirk().

Bugzilla: https://bugzilla.suse.com/show_bug.cgi?id=1052580
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/usb/quirks.c