-
Notifications
You must be signed in to change notification settings - Fork 142
Description
Problem: Crackle/crackle noise over time on Tecno T1 with Ice Lake-LP SST audio
On the Tecno T1 laptop with Intel Ice Lake-LP Smart Sound Technology (SST) Audio Controller (8086:34c8), a crackling or "sand-like" noise appears from the speakers after several minutes of use. The noise increases over time and disappears only after reboot.
This issue occurs when using the sof-audio-pci-intel-icl driver with kernel 6.8.x (e.g., 6.8.0-84-generic). Downgrading to older kernels (e.g., 6.6.x) reduces or eliminates the issue.
- Crackling sound starts after 1 min
- Affects internal speakers and external output
- Disappears after reboot
- Returns after some time
[ 8.392475] sof-audio-pci-intel-icl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[ 8.499020] sof-audio-pci-intel-icl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[ 8.524446] sof-audio-pci-intel-icl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:0
There is an ABI mismatch between the kernel (3:23:0) and the firmware (3:22:1).
Also observed:
[ 9.406540] sof-audio-pci-intel-icl 0000:00:1f.3: codec #1 probe error, ret: -5
Hardware:
- Device: Tecno T1
- Audio controller:
00:1f.3 Audio device: Intel Corporation Ice Lake-LP Smart Sound Technology Audio Controller (rev 30) - Subsystem:
1f5c:0002 - Driver in use:
sof-audio-pci-intel-icl
Workaround:
Adding this line to /etc/modprobe.d/sof.conf helps reduce noise:
options snd_sof_pci dsp_driver=1 power_save=0 power_save_controller=N
Expected behavior:
No crackling noise; stable audio output without requiring reboots.
Request:
Please release updated firmware-sof-signed package with SOF firmware version supporting ABI 3:23:0 for kernel 6.8+.
Thank you!