OSDN Git Service

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)
committerTakashi Iwai <tiwai@suse.de>
Thu, 11 May 2023 16:59:34 +0000 (18:59 +0200)
commit4b963ae1df6426f0e51de64133d379d9bde50c48
treeaa5a5683c75b8da6d8333c10fd5cc5cf939c8e74
parent3e10f6ca76c4d00019badebd235c9d7f0068261e
ALSA: hda/realtek: Add quirks for ASUS GU604V and GU603V

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>
sound/pci/hda/patch_realtek.c