[alsa-devel] [PATCH] Added model selection for iMac 24"
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
At Thu, 19 Jun 2008 03:29:49 +1000, Travis Place wrote:
Changelog: Added the SSID of a known iMac 24" to automatically use ALC885_IMAC24 quirk.
The cfg_tbl is sorted in the order of SSID. Could you put the entry in the right position?
thanks,
Takashi
--- 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
Attached is the corrected patch. Sorry
Changelog: Added the SSID of a known iMac 24" to automatically use ALC885_IMAC24 quirk.
Signed-off-by: Travis Place wishie@wishie.net
participants (2)
-
Takashi Iwai
-
Travis Place