public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix for Asus A6Vm sound
@ 2012-04-11 14:34 Albert Pool
  2012-04-11 14:56 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Albert Pool @ 2012-04-11 14:34 UTC (permalink / raw)
  To: tiwai, perex; +Cc: alsa-devel, linux-kernel

I have been told that model=z71v is necessary for Asus A6Vm (1043:1173) sound to work.

Signed-off-by: Albert Pool<albertpool@solcon.nl>

---

  sound/pci/hda/alc880_quirks.c |    2 +-

  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/pci/hda/alc880_quirks.c b/sound/pci/hda/alc880_quirks.c

index 501501e..1b0358a 100644

--- a/sound/pci/hda/alc880_quirks.c

+++ b/sound/pci/hda/alc880_quirks.c

@@ -1375,7 +1375,7 @@ static const struct snd_pci_quirk alc880_cfg_tbl[] = {

      SND_PCI_QUIRK(0x1043, 0x10c3, "ASUS Wxx", ALC880_ASUS_DIG),

      SND_PCI_QUIRK(0x1043, 0x1113, "ASUS", ALC880_ASUS_DIG),

      SND_PCI_QUIRK(0x1043, 0x1123, "ASUS", ALC880_ASUS_DIG),

-    SND_PCI_QUIRK(0x1043, 0x1173, "ASUS", ALC880_ASUS_DIG),

+    SND_PCI_QUIRK(0x1043, 0x1173, "ASUS A6V", ALC880_Z71V),

      SND_PCI_QUIRK(0x1043, 0x1964, "ASUS Z71V", ALC880_Z71V),

      /* SND_PCI_QUIRK(0x1043, 0x1964, "ASUS", ALC880_ASUS_DIG), */

      SND_PCI_QUIRK(0x1043, 0x1973, "ASUS", ALC880_ASUS_DIG),

-- 

1.7.5.4


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

end of thread, other threads:[~2012-04-11 14:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-11 14:34 [PATCH] Fix for Asus A6Vm sound Albert Pool
2012-04-11 14:56 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox