[alsa-devel] [PATCH] Added model selection for iMac 24"

Travis Place wishie at wishie.net
Wed Jun 18 19:29:49 CEST 2008


Changelog: Added the SSID of a known iMac 24" to automatically use
ALC885_IMAC24 quirk.

--- a/pci/hda/patch_realtek.c
+++ b/pci/hda/patch_realtek.c
@@ -6196,6 +6196,7 @@ static struct snd_pci_quirk alc882_cfg_tbl[] = {
        SND_PCI_QUIRK(0x1462, 0x28fb, "Targa T8", ALC882_TARGA), /*
MSI-1049 T8  */
        SND_PCI_QUIRK(0x1462, 0x6668, "MSI", ALC882_6ST_DIG),
        SND_PCI_QUIRK(0x161f, 0x2054, "Arima W820", ALC882_ARIMA),
+       SND_PCI_QUIRK(0x106b, 0x00a0, "Apple iMac 24''", ALC885_IMAC24),
        {}
 };


Signed-off-by: Travis Place <wishie at wishie.net>



More information about the Alsa-devel mailing list