]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Aug 2017 00:00:10 +0000 (17:00 -0700)
commitf1bfa63f2e683a0d18c8508694d5aff81afe8298
tree9c083cbf185a6fba4e949ace7521a09e59ec5534
parent014e673b0c563f497e0e71cfd65b7c75ad738732
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