All of lore.kernel.org
 help / color / mirror / Atom feed
From: Albert Pool <albertpool@solcon.nl>
To: tiwai@suse.de, perex@perex.cz
Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: [PATCH] Fix for Asus A6Vm sound
Date: Wed, 11 Apr 2012 16:34:37 +0200	[thread overview]
Message-ID: <4F85967D.4090902@solcon.nl> (raw)

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

             reply	other threads:[~2012-04-11 14:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-11 14:34 Albert Pool [this message]
2012-04-11 14:56 ` [PATCH] Fix for Asus A6Vm sound Takashi Iwai
2012-04-11 14:56   ` Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F85967D.4090902@solcon.nl \
    --to=albertpool@solcon.nl \
    --cc=alsa-devel@alsa-project.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=perex@perex.cz \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.