Bug 212641
Summary: | Speaker volume either 100% or muted (master volume not controlling PCM) on Asus UX550VE & Realtek ALC295 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Rafael Linnankoski (rafaellinnankoski+kernelorg) |
Component: | Sound(ALSA) | Assignee: | Jaroslav Kysela (perex) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | albertgeanta, rafaellinnankoski+kernelorg, tiwai |
Priority: | P1 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | 5.11.12-051112-generic | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | Test fix patch |
Description
Rafael Linnankoski
2021-04-10 13:20:45 UTC
New alsa-info (upgraded to Ubuntu 21.04 since posting the previous comment): http://alsa-project.org/db/?f=ab74f390ebc73ee2355ab1a8ea3ac76ccd041a32 The kernel version referred in the info is built from mainline 5.11.12 with a patch applied from here: https://bugzilla.kernel.org/show_bug.cgi?id=212547 The patch didn't resolve the volume control issue on this hardware. For other models, let's track in other bug entries. Let's close. Sorry, a wrong entry. Your machine has a simply different PCI SSID, so the patch doesn't change anything. A test patch for UX550VE is below. Please give it a try. Created attachment 299461 [details]
Test fix patch
Wow, thank you so much for taking the time and coming around to this. Truly appreciated!:) I've just tested applying the patch to the (almost) latest stable mainline kernel (5.14.16; at the time of writing this, looks like there are new releases on kernel.org) and it works! I'm very, very happy! Thank you so much. I'll go ahead and mark this resolved now. :) When do you think it would be merged upstream? Asking to get an idea about when it's "safe" to upgrade without applying the patch again. Good to hear. The fix was submitted to upstream and merged now. https://lore.kernel.org/r/20211107083339.18013-1-tiwai@suse.de Great! Thanks again!:) I am experiencing a similar issue on ASUS M16 GU603HE with the ALC285 (SSID 0x1043:0x16b2) and this fix works for me too. Should I open another issue or just submit the patch? (Just adding this line to patch_realtek.c solved it SND_PCI_QUIRK(0x1043, 0x16b2, "ASUS GU603HE", ALC289_FIXUP_ASUS_GA401), ) |