I've compiled a custom kernel 5.8.1 on Ubuntu 20.04.1 using modprobed-db and there is no sound coming through my headphone jack. Speakers are fine. Previous custom kernels in the 5.6 series did not have this problem. I suspect it cropped up in the 5.7 series (although I did not test it).
I'm not sure how to proceed to diagnose and solve this problem. My laptop is an ASUS UX430UA and my soundcard (through lspci) is:
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
Can someone offer some advice on how to go about fixing this problem (if it's even possible)? Fooling around with pavucontrol
and alsa-mixer
hasn't gotten me anywhere.
Many thanks.
Edit: output of sudo lshw -C sound
...
*-usb:0
description: Video
product: USB2.0 HD UVC WebCam
vendor: 04081-0009800017171014764
physical id: 6
bus info: usb@1:6
version: 0.01
serial: 200901010001
capabilities: usb-2.00
configuration: driver=uvcvideo maxpower=500mA speed=480Mbit/s
*-multimedia
description: Audio device
product: Sunrise Point-LP HD Audio
vendor: Intel Corporation
physical id: 1f.3
bus info: pci@0000:00:1f.3
version: 21
width: 64 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list
configuration: driver=snd_hda_intel latency=32
resources: irq:129 memory:ef128000-ef12bfff memory:ef100000-ef10ffff
sudo lshw -C sound
. – Michal Przybylowicz Aug 15 '20 at 19:48