Re:Re: [alsa-devel] [BUG] Lenovo ThinkBook 16 G7 QOY (Snapdragon X) - No soundcards detected

"thomas.kuang" <[email protected]> Wed, 10 Jun 2026 06:26:03 +0800 (CST)
Newsgroups org.alsa-project.alsa-devel,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel
Message-ID <[email protected]>

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" <[email protected]> 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