diff options
author | Takashi Iwai <tiwai@suse.de> | 2018-06-11 22:34:11 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-06-12 12:45:32 +0200 |
commit | 5ebf6b1e459606d7fbf4fc67d2c28a6540953d93 (patch) | |
tree | 247d7cf07df501af0cdbfc48b907ddb679ad99bc /sound/usb/quirks-table.h | |
parent | 7eef32c1ef895a3a96463f9cbd04203007cd5555 (diff) | |
download | linux-5ebf6b1e459606d7fbf4fc67d2c28a6540953d93.tar.gz linux-5ebf6b1e459606d7fbf4fc67d2c28a6540953d93.tar.bz2 linux-5ebf6b1e459606d7fbf4fc67d2c28a6540953d93.zip |
ALSA: usb-audio: Disable the quirk for Nura headset
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>
Diffstat (limited to 'sound/usb/quirks-table.h')
-rw-r--r-- | sound/usb/quirks-table.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h index 0e37e358ca97..8aac48f9c322 100644 --- a/sound/usb/quirks-table.h +++ b/sound/usb/quirks-table.h @@ -3277,6 +3277,10 @@ AU0828_DEVICE(0x2040, 0x7270, "Hauppauge", "HVR-950Q"), } }, +/* disabled due to regression for other devices; + * see https://bugzilla.kernel.org/show_bug.cgi?id=199905 + */ +#if 0 { /* * Nura's first gen headphones use Cambridge Silicon Radio's vendor @@ -3324,6 +3328,7 @@ AU0828_DEVICE(0x2040, 0x7270, "Hauppauge", "HVR-950Q"), } } }, +#endif /* disabled */ { /* |