]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
committerTakashi Iwai <tiwai@suse.de>
Tue, 15 Aug 2017 07:11:23 +0000 (09:11 +0200)
commita8e800fe0f68bc28ce309914f47e432742b865ed
tree3e747812f4433a4a499bff8990e382ca1717ef45
parent7e1d90f60a0d501c8503e636942ca704a454d910
ALSA: usb-audio: Apply sample rate quirk to Sennheiser headset

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
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/quirks.c