]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: usb-audio: Disable the quirk for Nura headset
authorTakashi Iwai <tiwai@suse.de>
Mon, 11 Jun 2018 20:34:11 +0000 (22:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Jun 2018 23:53:58 +0000 (07:53 +0800)
commitb8a3b4fd64e06960aadd194789058650baa31bd4
treed1ef821aa1e4bf6b925c69e012e8a34e71725e57
parenta8ffe971bb758ce67f8e712331467117a4c9fe6c
ALSA: usb-audio: Disable the quirk for Nura headset

commit 5ebf6b1e459606d7fbf4fc67d2c28a6540953d93 upstream.

The commit 33193dca671c ("ALSA: usb-audio: Add a quirk for Nura's
first gen headset") added a quirk for Nura headset with USB ID
0a12:1243, with a hope that it doesn't conflict with others.
Unfortunately, other devices (e.g. Philips Wecall) with the very same
ID got broken by this change, spewing an error like:
  usb 2-1.8.2: 2:1: cannot set freq 48000 to ep 0x3

Until we find a proper solution, fix the regression at first by
disabling the added quirk entry.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=199905
Fixes: 33193dca671c ("ALSA: usb-audio: Add a quirk for Nura's first gen headset")
Reviewed-by: Martin Peres <martin.peres@free.fr>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/usb/quirks-table.h