All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brian Lindholm <brian_lindholm@users.sourceforge.net>
To: perex@perex.cz, tiwai@suse.de, alsa-devel@alsa-project.org
Cc: linux-kernel@vger.kernel.org
Subject: PATCH:  Fix snd-hda-intel boot hang on ASUS A8N-VM
Date: Tue, 16 Mar 2010 19:17:52 -0400	[thread overview]
Message-ID: <4BA011A0.5020302@users.sourceforge.net> (raw)

This patch fixes a regression in 2.6.33.x.  Was working in 2.6.32.x.

   Symptom:  Hang on boot at "HDA Intel".  Boots only if on-board sound 
is disabled or if "snd-hda-intel.enable_msi=0" is appended to boot 
parameters.

   Machine:  ASUS A8N-VM with Athlon-X2 processor.

   Relevant output from lspci -nn:

00:10.1 Audio device [0403]: nVidia Corporation MCP51 High Definition 
Audio [10de:026c] (rev a2)

   Relevant output from alsa-info.sh:

00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio 
(rev a2)
00:10.1 0403: 10de:026c (rev a2)
         Subsystem: 10de:cb84

   Proposed patch (which has been confirmed to allow boot, with sound 
active):

diff -dru linux-2.6.33-orig/sound/pci/hda/hda_intel.c 
linux-2.6.33/sound/pci/hda/hda_intel.c
--- linux-2.6.33-orig/sound/pci/hda/hda_intel.c        2010-03-16 
17:33:23.487938000 -0400
+++ linux-2.6.33/sound/pci/hda/hda_intel.c      2010-03-16 
17:40:36.141225010 -0400
@@ -2354,6 +2354,7 @@ static void __devinit check_probe_mask(s
  static struct snd_pci_quirk msi_black_list[] __devinitdata = {
         SND_PCI_QUIRK(0x1043, 0x81f2, "ASUS", 0), /* Athlon64 X2 + 
nvidia */
         SND_PCI_QUIRK(0x1043, 0x81f6, "ASUS", 0), /* nvidia */
+       SND_PCI_QUIRK(0x10de, 0xcb84, "ASUS", 0), /* nvidia */
         {}
  };

Signed-off-by: Brian E Lindholm <brian_lindholm@users.sourceforge.net>

             reply	other threads:[~2010-03-16 23:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-16 23:17 Brian Lindholm [this message]
2010-03-17  7:16 ` PATCH: Fix snd-hda-intel boot hang on ASUS A8N-VM Takashi Iwai
2010-03-17  7:16   ` Takashi Iwai
2010-03-19 19:26   ` Michael Tokarev
2010-03-21  8:29     ` Takashi Iwai
2010-03-21  8:29       ` 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=4BA011A0.5020302@users.sourceforge.net \
    --to=brian_lindholm@users.sourceforge.net \
    --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.