Quirk was applied in kernel 6.16:
https://github.com/torvalds/linux/commit/db98ee56851061082fecd7e6b4b6a93600562ec2

Unfortunately, it's not a "model" that can be applied by user at
runtime. Id you know how to alter pins and send verbs, maybe this will
help:

SND_HDA_PIN_QUIRK(0x10ec0294, 0x1043, "ASUS", ALC294_FIXUP_ASUS_HPE,
                {0x17, 0x90170110},
                {0x21, 0x04211020}

[ALC294_FIXUP_ASUS_HPE] = {
                .type = HDA_FIXUP_VERBS,
                .v.verbs = (const struct hda_verb[]) {
                        /* Set EAPD high */
                        { 0x20, AC_VERB_SET_COEF_INDEX, 0x0f },
                        { 0x20, AC_VERB_SET_PROC_COEF, 0x7774 },
                        { }

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to alsa-ucm-conf in Ubuntu.
https://bugs.launchpad.net/bugs/2125484

Title:
  ASUS ExpertBook B9403CVAR (ALC294): no internal speakers or microphone
  on Ubuntu 24.04

Status in alsa-ucm-conf package in Ubuntu:
  New

Bug description:
  Hardware:
    Laptop: ASUS EXPERTBOOK B9403CVAR_B9403CVAR
    Codec: Realtek ALC294 (Vendor Id: 0x10ec0294)
    Subsystem Id: 0x10431e93
    GPU/HDMI codec also present: Intel Raptor Lake P HDMI (0x8086281f)

  Software:
    Ubuntu 24.04 (Noble)
    Kernel: (see attached kernel.txt)
    PipeWire on by default
    Using legacy HDA driver (snd-hda-intel), SOF disabled via dsp_driver=1

  Symptoms:
    - "Built-in Audio" appears and analog-stereo sink is present in `pactl list 
short sinks`.
    - No sound from internal speakers.
    - Internal microphone does not capture audio.
    - HDMI audio works.
    - Windows on the same laptop has working speakers and mic (hardware OK).

  What I tried:
    - Verified devices in `aplay -l` (ALC294 appears as HDA Intel PCH).
    - Set analog sink as default in PipeWire/PulseAudio.
    - Unmuted/raised volumes in alsamixer (Speaker/Master/Headphone).
    - Switched from SOF to legacy HDA driver (`options snd-intel-dspcfg 
dsp_driver=1`).
    - Tried model quirks: asus-zenbook, alc294-laptop, dell-headset-multi, 
lenovo-yoga, asus-nb-wmi.
    - Restarted services; tried OEM kernel.
    - hdajackretask overrides for likely pins (0x17, 0x14, 0x1a, 0x21) – no 
effect.
    - hda-verb EAPD/pin enables – no effect.
    - Firmware verb patches (alc294-sound-patch.fw) – no effect.

  Expectation:
    - Internal speakers and internal microphone should work out of the box.
    - It appears a DMI-based UCM/ALSA quirk for this exact ASUS model is 
missing.

  Request:
    - Please add a quirk/UCM profile for ASUS EXPERTBOOK B9403CVAR (Subsystem 
Id 0x10431e93) so that internal speakers and microphone are routed and 
functional.

  Attachments:
    - alsa_info.txt
    - kernel.txt
    - ubuntu_version.txt
    - dmi.txt
    - codec_ids.txt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/2125484/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to