All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Added model selection for iMac 24"
@ 2008-06-18 17:29 Travis Place
  2008-06-19  9:35 ` Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: Travis Place @ 2008-06-18 17:29 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

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@wishie.net>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-06-19 18:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-18 17:29 [PATCH] Added model selection for iMac 24" Travis Place
2008-06-19  9:35 ` Takashi Iwai
2008-06-19 18:48   ` Travis Place

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.