OSDN Git Service

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:12:19 +0000 (17:12 -0700)
commitf39f086d541f8cef13977fe51308ab805e14b3c3
tree4b1df89caebd4e73d1cc2bd7037d01f22ea74d27
parentbafb25c5050caa96625df0430d2a80072183f4cf
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