Bug 212933
Summary: | There is no sound on headphone ALC295, Asus ux430ua | ||
---|---|---|---|
Product: | Drivers | Reporter: | Barud (bnrj.rudra) |
Component: | Sound(ALSA) | Assignee: | Jaroslav Kysela (perex) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | bnrj.rudra, tiwai |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 5.11.16 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
outout of alsa-info.sh
Test fix patch the same patch rebased to 5.11 (created by jforbes) |
Description
Barud
2021-05-03 15:01:21 UTC
Sorry, buy I have missed this: lspci|\grep Audio 00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21) Is it only about the headphone, and the speaker works as expected? Dear Takashi Iwai, Yes. The inbuilt speaker is working as expected. No sound in headphone only. I am not sure if I am giving unnecessary data (and missing the necessary one), but, in a similar topic, they have asked for this info too: sudo fuser -v /dev/snd/* USER PID ACCESS COMMAND /dev/snd/controlC0: root 741 f.... alsactl rudra 1616 F.... pipewire-media- /dev/snd/seq: rudra 1610 F.... pipewire (In reply to Barud from comment #3) > Dear Takashi Iwai, > Yes. > The inbuilt speaker is working as expected. No sound in headphone only. OK, then could you try the patch below? Created attachment 296611 [details]
Test fix patch
patch to which file? just `patch -b asus-dac-fixup.diff`? Kindly let me know. Also, should I remove the /etc/modprobe.d/sound.conf before applying the patch? Dear Takasshi, The patch worked. In my humble i5 machine it took around 3 hours to compile. I didn't had any idea...basically I blindly followed jforbes (fedora kernel maintainer) for that. One thing is not your exact file, but jforbes gave me a modified version. Thanks a lot. I am attaching the modified version. Created attachment 296623 [details]
the same patch rebased to 5.11 (created by jforbes)
Good to hear. The fix patch is now submitted and will be merged to the upstream. Likely landed in the upstream 5.13-rc1 kernel in the next week. |