forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Labels
Not SOF FW/DriverNot using SOF audio FW and driverNot using SOF audio FW and driverbugSomething isn't workingSomething isn't working
Description
Summary
Kernel 6.19 triggers a NULL pointer dereference in the rt1011 codec driver (rt1011_recv_spk_mode_put) during standard boot seqence.
This occurs on Tiger Lake hardware using SOF with rt5682 codec + dual rt1011 smart amplifiers.
The crash renders audio unusable since no audio device is available.
Hardware
- Platform: Google Lillipup / Lindar board
- CPU: 11th Gen Intel Core i3-1115G4 @ 3.00 GHz (Tiger Lake)
- Firmware: MrChromebox-2512.2 dated 01/25/2026
- Audio controller: Intel Tiger Lake-LP Smart Sound Technology [8086:a0c8] (rev 20)
- Kernel driver in use: sof-audio-pci-intel-tgl
- Amplifiers: Realtek rt5682 (codec) + dual rt1011 (smart amplifiers)
Software
- Distribution: CachyOS (Arch-based)
- Kernel: 6.19.6-2-cachyos
- SOF firmware: 2025.12.2-1 (from Arch extra repository)
- Kernel config relevant line:
CONFIG_SND_SOC_RT1011=m
Reproduction Steps
- Boot the system with default kernel parameters.
- Log in to a standard Plasma (KDE) desktop session.
- Wait for the desktop environment to fully initialize.
→ Kernel oops appears in dmesg without any manual audio-related commands.
→ Audio devices become unavailable (aplay -landarecord -lshow no soundcards;pactl list cardsis empty).
$ pacman -Qi sof-firmware
Installed From : extra
Name : sof-firmware
Version : 2025.12.2-1
Description : Sound Open Firmware
Architecture : x86_64
URL : https://www.sofproject.org/
Licenses : BSD-3-Clause AND ISC
Groups : None
Provides : None
Depends On : None
Optional Deps : None
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 42,80 MiB
Packager : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Build Date : czw, 29 sty 2026, 06:43:49
Install Date : pią, 30 sty 2026, 13:58:30
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature
$ aplay -l
aplay: device_list:279: no soundcards found...
$ arecord -l
arecord: device_list:279: no soundcards found...
$ pactl list cards
$ lspci -knn | grep -A3 Audio
00:1f.3 Multimedia audio controller [0401]: Intel Corporation Tiger Lake-LP Smart Sound Technology Audio Controller [8086:a0c8] (rev 20)
DeviceName: Multimedia audio controller
Kernel driver in use: sof-audio-pci-intel-tgl
Kernel modules: snd_soc_avs, snd_sof_pci_intel_tgl, snd_hda_intel
$ zgrep SND_SOC_RT1011 /proc/config.gz
CONFIG_SND_SOC_RT1011=mdmesg-6.19.6-2-cachyos-audio.txt
The LTS kernel (linux-cachyos-lts-6.18.16-2) functions as expected with no audio-related kernel oops or device loss during boot or Plasma session initialization.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Not SOF FW/DriverNot using SOF audio FW and driverNot using SOF audio FW and driverbugSomething isn't workingSomething isn't working