<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/git/stable/linux.git/sound/hda/codecs, branch master</title>
<subtitle>Linux kernel stable tree</subtitle>
<id>https://git.landau.one/pub/scm/linux/kernel/git/stable/linux.git/atom?h=master</id>
<link rel='self' href='https://git.landau.one/pub/scm/linux/kernel/git/stable/linux.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.landau.one/pub/scm/linux/kernel/git/stable/linux.git/'/>
<updated>2026-09-08T07:12:49+00:00</updated>
<entry>
<title>ALSA: hda/realtek: Add quirk for HP Elite Dragonfly Max G2 speaker</title>
<updated>2026-09-08T07:12:49+00:00</updated>
<author>
<name>Ruairi Anthony</name>
<email>ruairi@ruairi.uk</email>
</author>
<published>2026-09-07T11:59:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.landau.one/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=fcf57d066444dfa5cb46080b1b61cde517249530'/>
<id>urn:sha1:fcf57d066444dfa5cb46080b1b61cde517249530</id>
<content type='text'>
The HP Elite Dragonfly Max G2 Notebook PC (SSID 103c:8890) uses an
ALC285 codec but is missing from the existing HP quirk table, unlike
the related "HP Elite Dragonfly G2" entry (SSID 103c:8716). Without
the quirk the right speaker amplifier's GPIO is never initialized,
leaving it silent while the left speaker plays normally.

Apply the existing ALC285_FIXUP_HP_GPIO_AMP_INIT fixup used by the
103c:8716 entry, which resolves the issue. Verified with speaker-test
on both channels and confirmed correct routing to both the downward-
firing woofer and upward-firing tweeter on each side via the board's
passive crossover.

Signed-off-by: Ruairi Anthony &lt;ruairi@ruairi.uk&gt;
Link: https://patch.msgid.link/20260907115942.19286-1-ruairi@ruairi.uk
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>ALSA: hda/realtek: Add quirk for HP Omen 16-wd0xxx mute LED</title>
<updated>2026-09-06T08:11:59+00:00</updated>
<author>
<name>Krish Gulati</name>
<email>krishgulati7@gmail.com</email>
</author>
<published>2026-09-05T22:26:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.landau.one/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=12cba0ce111c2caabf4ff24dc5538959813664c0'/>
<id>urn:sha1:12cba0ce111c2caabf4ff24dc5538959813664c0</id>
<content type='text'>
Add SND_PCI_QUIRK entry for HP Omen 16-wd0xxx (PCI SSID 103c:8ba9)
using ALC245_FIXUP_HP_MUTE_LED_V1_COEFBIT, which controls the mute
LED via a COEF bit write on the ALC245 codec. Without this quirk,
the mute LED does not reflect mute state on this model.

Tested on the affected hardware; mute LED now toggles correctly.

Signed-off-by: Krish Gulati &lt;krishgulati7@gmail.com&gt;
Link: https://patch.msgid.link/20260905222659.10247-1-krishgulati7@gmail.com
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>ALSA: hda/realtek: Fix cold-boot headset misdetection on Acer Aspire A515-57G</title>
<updated>2026-09-02T18:08:59+00:00</updated>
<author>
<name>Oleksandr Kovalov</name>
<email>oleksandr.kovalov.work@gmail.com</email>
</author>
<published>2026-09-02T17:13:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.landau.one/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=8ba27b90095a4c7fcc878dd013969cd6b100cea7'/>
<id>urn:sha1:8ba27b90095a4c7fcc878dd013969cd6b100cea7</id>
<content type='text'>
On the Acer Aspire A515-57G (PCI SSID 1025:1616), if headphones are
already inserted into the combo jack before the codec powers up (a cold
boot with the plug already seated), the impedance-based headset-type
sensing races and misclassifies the jack. This drives the wrong output
configuration and is audible as missing center-panned content (e.g.
vocals) while panned content plays normally.

A genuine physical unplug/replug after boot reliably fixes this by
forcing a fresh sense transient, which is a strong hint about the
underlying cause: the sensing hardware appears to need a settled,
freshly-triggered read rather than the one-shot classification done
during the normal HDA_FIXUP_ACT_INIT pass.

Add a machine-specific fixup that, on cold boot only (not S3/S4 resume,
which already gets its own re-check), waits briefly after the normal
init-time decision and then forces a fresh headset-mode classification
by resetting the cached mode and re-invoking the existing
alc_fixup_headset_mode() path -- mirroring what a manual replug already
does. The wait+recheck is skipped whenever the first pass already
determined nothing is plugged in, to avoid adding boot latency on the
common case.

Chain into the existing ALC256_FIXUP_ACER_SFG16_MICMUTE_LED fixup so
this quirk-table entry keeps providing mic-mute LED support alongside
the cold-boot headset fix.

Tested on kernel 7.1.9 by building the affected module standalone and
confirming cold boot with headphones pre-inserted plays correctly from
the very first sample, across multiple boots (including a full restart,
and headphones inserted mid-POST rather than before power-on), with no
crashes or warnings and no behavioral difference from a real
post-replug recovery.

Signed-off-by: Oleksandr Kovalov &lt;oleksandr.kovalov.work@gmail.com&gt;
Link: https://patch.msgid.link/20260902171305.3955-1-oleksandr.kovalov.work@gmail.com
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>ALSA: hda/cs420x: Add CS4208 fixup for MacBookAir 7,2</title>
<updated>2026-09-02T06:41:02+00:00</updated>
<author>
<name>Jonne Vuorela</name>
<email>jonne.vuorela@proton.me</email>
</author>
<published>2026-09-01T18:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.landau.one/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=82cfab6a52621febf36752bd5ed5184f82c96e07'/>
<id>urn:sha1:82cfab6a52621febf36752bd5ed5184f82c96e07</id>
<content type='text'>
The MacBookAir 7,2 HDA controller has PCI subsystem 8086:7270
rather than Apple 0x106b, so no fixup is selected and all pins
default to 0x400000f0. The pin wiring matches MBA6, so add the
subsystem ID to both lookup tables pointing to CS4208_MBA6.

Tested on MacBookAir 7,2.

[ sorted table entries in SSID order -- tiwai ]

Signed-off-by: Jonne Vuorela &lt;jonne.vuorela@proton.me&gt;
Link: https://patch.msgid.link/Qcui5livawCaJbO1jfx_jebS64rR0f9KATkqn8May0pPyLw8U5DqPQBigmSzRxJp-GeMPqs-jAK6PCnagk3bspzmH__YPte-eyvPtFtuolo=@proton.me
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>ALSA: hda/realtek: Add quirk for VAIO VJS131</title>
<updated>2026-08-31T08:06:59+00:00</updated>
<author>
<name>Riku Matsumura</name>
<email>rick197.3@icloud.com</email>
</author>
<published>2026-08-30T00:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.landau.one/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=a565d82392e2240e6b2b25e2118e8617efa9fe74'/>
<id>urn:sha1:a565d82392e2240e6b2b25e2118e8617efa9fe74</id>
<content type='text'>
The VAIO VJS131 with an ALC233 codec incorrectly selects the headset
microphone when no headset is connected. Add a PCI SSID quirk for
1d19:0006 to apply ALC233_FIXUP_ASUS_MIC_NO_PRESENCE, which configures
pin 0x19 as a headset microphone without its own jack detection.

Signed-off-by: Riku Matsumura &lt;rick197.3@icloud.com&gt;
Link: https://patch.msgid.link/20260830000008.22371-1-rick197.3@icloud.com
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>ALSA: hda/realtek: Add quirk for Acer Predator PHN16-72</title>
<updated>2026-08-31T08:05:48+00:00</updated>
<author>
<name>Zhang Heng</name>
<email>zhangheng@kylinos.cn</email>
</author>
<published>2026-08-28T10:17:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.landau.one/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=34e08ad3a8da293009a4bc8f2f6738bd66b18e0d'/>
<id>urn:sha1:34e08ad3a8da293009a4bc8f2f6738bd66b18e0d</id>
<content type='text'>
The Acer Predator PHN16-72 (subsystem ID 1025:1731) uses a Realtek
ALC245 codec. The PCI SSID and HDA codec SSID are both 0x10251731,
as confirmed in the system's ALSA diagnostic report. Apply
ALC2XX_FIXUP_HEADSET_MIC to enable the headset microphone.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=221811
Signed-off-by: Zhang Heng &lt;zhangheng@kylinos.cn&gt;
Link: https://patch.msgid.link/20260828101704.354406-2-zhangheng@kylinos.cn
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>ALSA: hda/realtek: Add quirk for Lenovo Yoga Slim 9 14ILL10</title>
<updated>2026-08-31T08:05:36+00:00</updated>
<author>
<name>Zhang Heng</name>
<email>zhangheng@kylinos.cn</email>
</author>
<published>2026-08-28T10:17:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.landau.one/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=616fd322e0245f3e62541aa39856f75f1b1aa604'/>
<id>urn:sha1:616fd322e0245f3e62541aa39856f75f1b1aa604</id>
<content type='text'>
The Lenovo Yoga Slim 9 14ILL10 (83CX) uses ALC287 with CS35L56
amplifiers. Without a matching SSID entry the bass speakers stay silent.
Add PCI SSID 17aa:380b (codec SSID 17aa:3905) to apply
ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK_PIN.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=221902
Signed-off-by: Zhang Heng &lt;zhangheng@kylinos.cn&gt;
Link: https://patch.msgid.link/20260828101704.354406-1-zhangheng@kylinos.cn
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>ALSA: hda/conexant:Fix abnormal Mic/Speaker functionality on SN6140 after S3 wake-up</title>
<updated>2026-08-31T08:04:54+00:00</updated>
<author>
<name>feng liu</name>
<email>feng.liu@senarytech.com</email>
</author>
<published>2026-08-28T06:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.landau.one/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=7b9b202f154488d06d8de89bfb17f2b68b1ed4cc'/>
<id>urn:sha1:7b9b202f154488d06d8de89bfb17f2b68b1ed4cc</id>
<content type='text'>
Inside cx_codec_ops.set_power_state, implement a 1‑second delay after
resuming from the S3 state before sending the power command to the codec
AFG, thereby preventing potential transmission failures.

Signed-off-by: feng liu &lt;feng.liu@senarytech.com&gt;
Link: https://patch.msgid.link/20260828063456.1368-1-feng.liu@senaryTech.com
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>ALSA: hda/conexant: Always enable the headset-mic pin on plugin</title>
<updated>2026-08-26T15:27:33+00:00</updated>
<author>
<name>Bob Song</name>
<email>songxiebing@kylinos.cn</email>
</author>
<published>2026-08-26T11:53:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.landau.one/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=9642a5e843758686e02a7f0d1df9eb0f7f96603c'/>
<id>urn:sha1:9642a5e843758686e02a7f0d1df9eb0f7f96603c</id>
<content type='text'>
Rename the function to cx_process_headset_detect_plug_type() to reflect
that it only reports the detected plug type, and move the pin control
write into cx_update_headset_mic_vref() so that node 0x19 is always set
to enable the headset mic with the 80% VREF whenever the mic is
present, regardless of the type detection result.

Signed-off-by: Bob Song &lt;songxiebing@kylinos.cn&gt;
Link: https://patch.msgid.link/20260826115344.2128835-1-songxiebing@kylinos.cn
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>ALSA: hda/realtek: Fix speaker mute LED for HP Laptop 15-fd0039nt</title>
<updated>2026-08-25T12:21:40+00:00</updated>
<author>
<name>Habil Eren Türker</name>
<email>habilerenturker@hotmail.com</email>
</author>
<published>2026-08-25T08:40:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.landau.one/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=adb176c1407a7f802b21627a7ec912ff649ab6a9'/>
<id>urn:sha1:adb176c1407a7f802b21627a7ec912ff649ab6a9</id>
<content type='text'>
HP Laptop 15-fd0039nt (SSID 103c:8bb6) needs a quirk to control the
speaker mute LED via VREF100 on NID 0x1a (active-high).

This patch replaces the previous ALC236_FIXUP_HP_MICMUTE_LED_ONLY
with ALC236_FIXUP_HP_15_FD0XXX, which covers both mic mute (GPIO0)
and speaker mute (NID 0x1a) LEDs.

Use spec-&gt;no_shutup_pins instead of a custom shutup hook, as suggested
by Takashi Iwai.

Fixes: e711ebfadc9a ("ALSA: hda/realtek: Add quirk for HP Laptop 15-fd0039nt")
Tested-by: Habil Eren Türker &lt;habilerenturker@hotmail.com&gt;
Signed-off-by: Habil Eren Türker &lt;habilerenturker@hotmail.com&gt;
Link: https://patch.msgid.link/20260825084125.4103-1-habilerenturker@hotmail.com
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
</feed>
