Bug 199905
Summary: | Philips Wecall: cannot set freq 48000 to ep 0x3 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Robert de Rooy (robert.de.rooy) |
Component: | Sound(ALSA) | Assignee: | Jaroslav Kysela (perex) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | martin.peres, reacocard, tiwai |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.16.12-300.fc28.x86_64 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | Patch to disable Nura headset quirk |
Description
Robert de Rooy
2018-06-02 15:05:48 UTC
This must be a quirk added recently: commit 33193dca671c8b75eb030234cefdcd2ceebd7516 ALSA: usb-audio: Add a quirk for Nura's first gen headset Although this fix was for Nura headset, the id is exactly this one (0a12:1243). Martin, could you check the difference? Also Robert, try to pass quirk_alias=0a121243:00010001 to snd-usb-module. e.g. create a file /etc/modprobe.d/50-usb-audio.conf containing options snd-usb-audio quirk_alias=0a121243:00010001 This should "fake" the USB device ID for quirk to an invalid one, so that the driver avoids applying the existing quirk. Thanks for the quick reply. I can indeed confirm that with the quirk alias the speaker works once again. Martin? Unless we find any proper resolution, I'll have to revert your change soon later. "No regression" is more important rule than support of a new device. (In reply to Takashi Iwai from comment #3) > Martin? > > Unless we find any proper resolution, I'll have to revert your change soon > later. > "No regression" is more important rule than support of a new device. Sorry. I did not receive any email about this bug until now :o I fully agree and does not allow regressions to happen with my code. So please revert the patch ASAP (and send to stable) while I come up with another version of the patch that will not step on Rovert de Rooy's device's toes (if he is willing to test that my patch will not break his device). You have my Acked-by: for the revert and Cc:ing of the stable branches (with my apologies). No need for apology, we're happy that you'll be working on the issue. I'm going to submit & merge the revert patch later. Thanks! FWIW, below is the patch I'm going to submit. Created attachment 276477 [details]
Patch to disable Nura headset quirk
(In reply to Takashi Iwai from comment #7) > Created attachment 276477 [details] > Patch to disable Nura headset quirk Thanks for doing this! Reviewed-by: Martin Peres <martin.peres@free.fr> *** Bug 212711 has been marked as a duplicate of this bug. *** |