lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 11 Apr 2012 16:34:37 +0200
From:	Albert Pool <albertpool@...con.nl>
To:	tiwai@...e.de, perex@...ex.cz
CC:	alsa-devel@...a-project.org, linux-kernel@...r.kernel.org
Subject: [PATCH] Fix for Asus A6Vm sound

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

Signed-off-by: Albert Pool<albertpool@...con.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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ