Regression: sound via HDMI/DP disappeared after boot
Hardware Setup
- Laptop: Dell Inspiron 16 7610
- Dock: Dell WD19TB Thunderbolt Dock
- Monitor 1: Huawei MateView
- Monitor 2: Samsung U28E590
Connections
- Laptop is connected to the dock via Thunderbolt.
- Both monitors are connected to the dock via DisplayPort cables.
Issue
- With linux-image-unsigned-6.1.91-060191-generic, audio output through external monitors works fine after boot.
- With the latest kernel (6.14.0-061400rc3-generic), there is no sound on boot.
- Internal debugging suggests the issue is caused by the following commits:
5d986635e296
cbbda2ff
- Possibly
518b761a7b0
- We couldn't roll these back due to extensive dependencies in the current tree.
Debug Info
Kernel Version
$ uname -a
Linux darmbeliaev 6.14.0-061400rc3-generic #202502181422 SMP PREEMPT_DYNAMIC Tue Feb 18 15:14:23 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Graphics Info
$ lspci -vnn -d :*:0300
00:02.0 VGA compatible controller [0300]: Intel Corporation TigerLake-H GT1 [UHD Graphics] [8086:9a60] (rev 01) (prog-if 00 [VGA controller])
DeviceName: Onboard - Video
Subsystem: Dell TigerLake-H GT1 [UHD Graphics] [1028:0a83]
Flags: bus master, fast devsel, latency 0, IRQ 198
Memory at 6132000000 (64-bit, non-prefetchable) [size=16M]
Memory at 4000000000 (64-bit, prefetchable) [size=256M]
I/O ports at 4000 [size=64]
Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: i915
Kernel modules: i915, xe
~$ xrandr --verbose > xrandr.txt
Other
~$ sudo dmidecode > dmidecode.txt
~$ sudo dmesg > ~/dmesg_debug.log