Re:Re: [alsa-devel] [BUG] Lenovo ThinkBook 16 G7 QOY (Snapdragon X) - No soundcards detected
From: thomas.kuang
Date: Tue Jun 09 2026 - 18:29:36 EST
grep ^ /sys/class/remoteproc/*/state
/sys/class/remoteproc/remoteproc0/state:offline
/sys/class/remoteproc/remoteproc1/state:offline
grep ^ /sys/class/remoteproc/*/name
/sys/class/remoteproc/remoteproc0/name:adsp
/sys/class/remoteproc/remoteproc1/name:cdsp
At 2026-06-09 17:24:57, "Konrad Dybcio" <konrad.dybcio@xxxxxxxxxxxxxxxx> wrote:
>On 6/8/26 1:57 PM, thomas.kuang wrote:
>>
>>
>> Hardware: Lenovo ThinkBook 16 G7 QOY (Qualcomm Snapdragon X / X Plus / X Elite)
>> Kernel version: 7.0.0-22-generic (Ubuntu 26.04 LTS)
>> Architecture: aarch64
>>
>> Problem Description:
>> -------------------
>> Audio is not working on this Snapdragon X-based laptop. The system fails to detect any soundcards,
>> even though the Qualcomm audio driver modules are loaded.
>
>Please post the output of
>
>grep ^ /sys/class/remoteproc/*/state
>grep ^ /sys/class/remoteproc/*/name
>
>Konrad