[alsa-devel] Patch for Zotac IONITX model detection
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/
At Thu, 24 Sep 2009 21:58:51 +0000, gus.alsa@bourg.net wrote:
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), {} };
Could you check whether the very latest alsa-driver snapshot still doesn't work without your change? ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz
If it doesn't work, could you give alsa-info.sh output (run --no-upload option)?
If your fix is mandatory, I'm going to apply it happily. But, then please give your sign-off, too.
thanks,
Takashi
participants (2)
-
gus.alsa@bourg.net
-
Takashi Iwai