ALSA: hda/realtek: Add quirks for ASUS GU604V and GU603V
authorAlexandru Sorodoc <ealex95@gmail.com>
Thu, 11 May 2023 16:15:10 +0000 (19:15 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Jun 2023 08:34:10 +0000 (10:34 +0200)
commit7fbdd3bd7bbf56aaee15c63cff5c7cb4d5a3920d
treea1912bc0d69f8ed38a92e6ca5b05f1d1b7f29946
parent603f239216ca0e052fae52b02baa5d48e2335f42
ALSA: hda/realtek: Add quirks for ASUS GU604V and GU603V

[ Upstream commit 4b963ae1df6426f0e51de64133d379d9bde50c48 ]

These models use 2 CS35L41 amplifiers using SPI for down-facing
speakers.

alc285_fixup_speaker2_to_dac1 is needed to fix volume control of the
down-facing speakers.

Pin configs are needed to enable headset mic detection.

Note that these models lack the ACPI _DSD properties needed to
initialize the amplifiers. They can be added during boot to get working
sound out of the speakers:
  https://gist.github.com/lamperez/862763881c0e1c812392b5574727f6ff

Signed-off-by: Alexandru Sorodoc <ealex95@gmail.com>
Link: https://lore.kernel.org/r/20230511161510.315170-1-ealex95@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/pci/hda/patch_realtek.c