linux-sound.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: Add quirk for ASUS UX7602ZM
@ 2023-11-04 21:01 Alex Spataru
  2023-11-07 14:08 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Spataru @ 2023-11-04 21:01 UTC (permalink / raw)
  To: perex, tiwai
  Cc: alex_spataru, Stefan Binding, Kailang Yang, Luke D. Jones,
	Andy Chi, Shenghao Ding, Matthew Anderson, Luka Guzenko,
	Yuchi Yang, Vitaly Rodionov, linux-sound, linux-kernel

Enables the SPI-connected CSC35L41 audio amplifier for this
laptop model.

As of BIOS version 303 it's still necessary to
modify the ACPI table to add the related _DSD properties:
https://github.com/alex-spataru/asus_zenbook_ux7602zm_sound/

Signed-off-by: Alex Spataru <alex_spataru@outlook.com>
---
 sound/pci/hda/patch_realtek.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 58006c8bcfb9..415d3832952b 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9929,6 +9929,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x1043, 0x1d4e, "ASUS TM420", ALC256_FIXUP_ASUS_HPE),
 	SND_PCI_QUIRK(0x1043, 0x1e02, "ASUS UX3402ZA", ALC245_FIXUP_CS35L41_SPI_2),
 	SND_PCI_QUIRK(0x1043, 0x16a3, "ASUS UX3402VA", ALC245_FIXUP_CS35L41_SPI_2),
+	SND_PCI_QUIRK(0x1043, 0x1f62, "ASUS UX7602ZM", ALC245_FIXUP_CS35L41_SPI_2),
 	SND_PCI_QUIRK(0x1043, 0x1e11, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA502),
 	SND_PCI_QUIRK(0x1043, 0x1e12, "ASUS UM3402", ALC287_FIXUP_CS35L41_I2C_2),
 	SND_PCI_QUIRK(0x1043, 0x1e51, "ASUS Zephyrus M15", ALC294_FIXUP_ASUS_GU502_PINS),
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ALSA: hda/realtek: Add quirk for ASUS UX7602ZM
  2023-11-04 21:01 [PATCH] ALSA: hda/realtek: Add quirk for ASUS UX7602ZM Alex Spataru
@ 2023-11-07 14:08 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2023-11-07 14:08 UTC (permalink / raw)
  To: Alex Spataru
  Cc: perex, tiwai, Stefan Binding, Kailang Yang, Luke D. Jones,
	Andy Chi, Shenghao Ding, Matthew Anderson, Luka Guzenko,
	Yuchi Yang, Vitaly Rodionov, linux-sound, linux-kernel

On Sat, 04 Nov 2023 22:01:52 +0100,
Alex Spataru wrote:
> 
> Enables the SPI-connected CSC35L41 audio amplifier for this
> laptop model.
> 
> As of BIOS version 303 it's still necessary to
> modify the ACPI table to add the related _DSD properties:
> https://github.com/alex-spataru/asus_zenbook_ux7602zm_sound/
> 
> Signed-off-by: Alex Spataru <alex_spataru@outlook.com>

Thanks, applied now.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-07 14:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-04 21:01 [PATCH] ALSA: hda/realtek: Add quirk for ASUS UX7602ZM Alex Spataru
2023-11-07 14:08 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).