Package: linux-image-6.16.12
Severity: normal
Tags: newcomer patch
X-Debbugs-Cc: [email protected]

Dear Maintainer,

   * What led up to the situation?

        I installed Debian Trixie on a Dell Pro Max 16 (MC16255) with a
        AMD Ryzen AI 9 HX PRO 370. The chipset audio for the speakers and
        headphone jack was unsupported.

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

        I installed the 6.16 kernel (which should support the hardware)
        from trixie-backports, the onboard audio was still not detected.
        A quick check showed that the Ubuntu 25.10 and Fedora 43 live ISOs
        did not have the issue.
        I built a custom kernel using the linux-source-6.16 package
        and a modified kernel config based on the config of the
        linux-image-6.16.12 package that enables various modules relate to
        AMD SOC, AMD SOF, and Soundwire otherwise no changes.
        The config diff might not be minimal, since I enabled building all
        modules that might be related and it is attached to my report.

   * What was the outcome of this action?

        After booting with that kernel the speakers and headphone jack were
        detected and worked as expected.

   * What outcome did you expect instead?

        I expected the debian 6.16 kernel to come with the necessary modules
        to support my hardware.


-- System Information:
Debian Release: 13.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.16.12-amd-sof-audio (SMP w/24 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
5c5
< CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc-14 (Debian 14.3.0-8) 14.3.0"
---
> CONFIG_CC_VERSION_TEXT="gcc (Debian 14.2.0-19) 14.2.0"
7c7
< CONFIG_GCC_VERSION=140300
---
> CONFIG_GCC_VERSION=140200
10c10
< CONFIG_AS_VERSION=24500
---
> CONFIG_AS_VERSION=24400
12c12
< CONFIG_LD_VERSION=24500
---
> CONFIG_LD_VERSION=24400
35a36
> CONFIG_BUILD_SALT=""
1030a1032
> CONFIG_MODULE_SIG_ALL=y
7206a7209
> # CONFIG_SND_INTEL_BYT_PREFER_SOF is not set
7249c7252
< # CONFIG_SND_SOC_AMD_ST_ES8336_MACH is not set
---
> CONFIG_SND_SOC_AMD_ST_ES8336_MACH=m
7268,7269c7271,7272
< # CONFIG_SND_AMD_ASOC_REMBRANDT is not set
< # CONFIG_SND_AMD_ASOC_ACP63 is not set
---
> CONFIG_SND_AMD_ASOC_REMBRANDT=m
> CONFIG_SND_AMD_ASOC_ACP63=m
7274,7275c7277,7279
< # CONFIG_SND_SOC_AMD_SOF_SDW_MACH is not set
< # CONFIG_SND_SOC_AMD_LEGACY_SDW_MACH is not set
---
> CONFIG_SND_SOC_AMD_SDW_MACH_COMMON=m
> CONFIG_SND_SOC_AMD_SOF_SDW_MACH=m
> CONFIG_SND_SOC_AMD_LEGACY_SDW_MACH=m
7279a7284
> CONFIG_SND_SOC_AMD_SOUNDWIRE=m
7394c7399,7400
< # CONFIG_SND_SOC_SOF_ACPI is not set
---
> CONFIG_SND_SOC_SOF_ACPI=m
> CONFIG_SND_SOC_SOF_ACPI_DEV=m
7404,7405c7410,7411
< # CONFIG_SND_SOC_SOF_AMD_RENOIR is not set
< # CONFIG_SND_SOC_SOF_AMD_VANGOGH is not set
---
> CONFIG_SND_SOC_SOF_AMD_RENOIR=m
> CONFIG_SND_SOC_SOF_AMD_VANGOGH=m
7408,7409c7414,7417
< # CONFIG_SND_SOC_SOF_AMD_ACP63 is not set
< # CONFIG_SND_SOC_SOF_AMD_ACP70 is not set
---
> CONFIG_SND_SOC_SOF_AMD_SOUNDWIRE_LINK_BASELINE=m
> CONFIG_SND_SOC_SOF_AMD_SOUNDWIRE=m
> CONFIG_SND_SOC_SOF_AMD_ACP63=m
> CONFIG_SND_SOC_SOF_AMD_ACP70=m
7413a7422,7423
> CONFIG_SND_SOC_SOF_BAYTRAIL=m
> CONFIG_SND_SOC_SOF_BROADWELL=m
8450c8460
< CONFIG_LEDS_TRIGGER_INPUT_EVENTS=m
---
> # CONFIG_LEDS_TRIGGER_INPUT_EVENTS is not set
9281c9291
< # CONFIG_SOUNDWIRE_AMD is not set
---
> CONFIG_SOUNDWIRE_AMD=m
11045a11056
> CONFIG_MODULE_SIG_KEY="certs/signing_key.pem"
11047a11059
> CONFIG_SYSTEM_TRUSTED_KEYS=""
5c5
< CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc-14 (Debian 14.3.0-8) 14.3.0"
---
> CONFIG_CC_VERSION_TEXT="gcc (Debian 14.2.0-19) 14.2.0"
7c7
< CONFIG_GCC_VERSION=140300
---
> CONFIG_GCC_VERSION=140200
10c10
< CONFIG_AS_VERSION=24500
---
> CONFIG_AS_VERSION=24400
12c12
< CONFIG_LD_VERSION=24500
---
> CONFIG_LD_VERSION=24400
35a36
> CONFIG_BUILD_SALT=""
1030a1032
> CONFIG_MODULE_SIG_ALL=y
7206a7209
> # CONFIG_SND_INTEL_BYT_PREFER_SOF is not set
7249c7252
< # CONFIG_SND_SOC_AMD_ST_ES8336_MACH is not set
---
> CONFIG_SND_SOC_AMD_ST_ES8336_MACH=m
7268,7269c7271,7272
< # CONFIG_SND_AMD_ASOC_REMBRANDT is not set
< # CONFIG_SND_AMD_ASOC_ACP63 is not set
---
> CONFIG_SND_AMD_ASOC_REMBRANDT=m
> CONFIG_SND_AMD_ASOC_ACP63=m
7274,7275c7277,7279
< # CONFIG_SND_SOC_AMD_SOF_SDW_MACH is not set
< # CONFIG_SND_SOC_AMD_LEGACY_SDW_MACH is not set
---
> CONFIG_SND_SOC_AMD_SDW_MACH_COMMON=m
> CONFIG_SND_SOC_AMD_SOF_SDW_MACH=m
> CONFIG_SND_SOC_AMD_LEGACY_SDW_MACH=m
7279a7284
> CONFIG_SND_SOC_AMD_SOUNDWIRE=m
7394c7399,7400
< # CONFIG_SND_SOC_SOF_ACPI is not set
---
> CONFIG_SND_SOC_SOF_ACPI=m
> CONFIG_SND_SOC_SOF_ACPI_DEV=m
7404,7405c7410,7411
< # CONFIG_SND_SOC_SOF_AMD_RENOIR is not set
< # CONFIG_SND_SOC_SOF_AMD_VANGOGH is not set
---
> CONFIG_SND_SOC_SOF_AMD_RENOIR=m
> CONFIG_SND_SOC_SOF_AMD_VANGOGH=m
7408,7409c7414,7417
< # CONFIG_SND_SOC_SOF_AMD_ACP63 is not set
< # CONFIG_SND_SOC_SOF_AMD_ACP70 is not set
---
> CONFIG_SND_SOC_SOF_AMD_SOUNDWIRE_LINK_BASELINE=m
> CONFIG_SND_SOC_SOF_AMD_SOUNDWIRE=m
> CONFIG_SND_SOC_SOF_AMD_ACP63=m
> CONFIG_SND_SOC_SOF_AMD_ACP70=m
7413a7422,7423
> CONFIG_SND_SOC_SOF_BAYTRAIL=m
> CONFIG_SND_SOC_SOF_BROADWELL=m
8450c8460
< CONFIG_LEDS_TRIGGER_INPUT_EVENTS=m
---
> # CONFIG_LEDS_TRIGGER_INPUT_EVENTS is not set
9281c9291
< # CONFIG_SOUNDWIRE_AMD is not set
---
> CONFIG_SOUNDWIRE_AMD=m
11045a11056
> CONFIG_MODULE_SIG_KEY="certs/signing_key.pem"
11047a11059
> CONFIG_SYSTEM_TRUSTED_KEYS=""

Reply via email to