]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: hda: Fix speakers on ASUS EXPERTBOOK P5405CSA 1.0
authorDaniel Bárta <daniel.barta@trustlab.cz>
Thu, 27 Feb 2025 16:12:55 +0000 (17:12 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 28 Feb 2025 09:44:10 +0000 (10:44 +0100)
commitf479ecc5ef15ed8d774968c1a8726a49420f11a0
tree9b5a6fd58cdaf1d8e1cc5b38d16aee8c4478e6f4
parent12784ca33b62fd327631749e6a0cd2a10110a56c
ALSA: hda: Fix speakers on ASUS EXPERTBOOK P5405CSA 1.0

After some digging around I have found that this laptop has Cirrus's smart
aplifiers connected to SPI bus (spi1-CSC3551:00-cs35l41-hda).

To get them correctly detected and working I had to modify patch_realtek.c
with ASUS EXPERTBOOK P5405CSA 1.0 SystemID (0x1043, 0x1f63) and add
corresponding hda_quirk (ALC245_FIXUP_CS35L41_SPI_2).

Signed-off-by: Daniel Bárta <daniel.barta@trustlab.cz>
Link: https://patch.msgid.link/20250227161256.18061-2-daniel.barta@trustlab.cz
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c