All of lore.kernel.org
 help / color / mirror / Atom feed
From: gus.alsa@bourg.net
To: alsa-devel@alsa-project.org
Subject: Patch for Zotac IONITX model detection
Date: Thu, 24 Sep 2009 21:58:51 +0000	[thread overview]
Message-ID: <50361.1253829531@bourg.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 806 bytes --]

 

	Tested this on my Zotac IONITX motherboard (N330 model).  Dmesg
output:

	[   16.464533] ALSA hda_codec.c:3081: hda_codec: model '3stack-6ch'
is selected for config 174b:437b (Zotac IONITX)
	Patch:

	--- alsa-kernel/pci/hda/patch_realtek.c.orig    2009-09-24
14:50:45.000000000 -0700
+++ alsa-kernel/pci/hda/patch_realtek.c 2009-09-24 14:38:07.000000000
-0700
@@ -16724,6 +16724,7 @@ static struct snd_pci_quirk alc662_cfg_t
                                        ALC662_3ST_6ch_DIG),
        SND_PCI_QUIRK_MASK(0x1854, 0xf000, 0x2000, "ASUS H13-200x",
                           ALC663_ASUS_H13),
+       SND_PCI_QUIRK(0x174b, 0x437b, "Zotac IONITX",
ALC662_3ST_6ch),
        {}
 };
	Thanks,

	Gus

-------------------------
Message sent via Atmail Open - http://atmail.org/

[-- Attachment #2: ionitx.audio.patch --]
[-- Type: application/octet-stream, Size: 412 bytes --]

--- alsa-kernel/pci/hda/patch_realtek.c.orig	2009-09-24 14:50:45.000000000 -0700
+++ alsa-kernel/pci/hda/patch_realtek.c	2009-09-24 14:38:07.000000000 -0700
@@ -16724,6 +16724,7 @@ static struct snd_pci_quirk alc662_cfg_t
 					ALC662_3ST_6ch_DIG),
 	SND_PCI_QUIRK_MASK(0x1854, 0xf000, 0x2000, "ASUS H13-200x",
 			   ALC663_ASUS_H13),
+	SND_PCI_QUIRK(0x174b, 0x437b, "Zotac IONITX", ALC662_3ST_6ch),
 	{}
 };
 

[-- Attachment #3: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

             reply	other threads:[~2009-09-24 21:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-24 21:58 gus.alsa [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-10-07  3:12 Patch for Zotac IONITX model detection gus.alsa
2009-10-07 10:16 ` Takashi Iwai
2009-10-07 15:02 gus.alsa
2009-10-07 15:10 ` 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=50361.1253829531@bourg.net \
    --to=gus.alsa@bourg.net \
    --cc=alsa-devel@alsa-project.org \
    /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.