]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/3.6.8/alsa-hda-add-a-missing-quirk-entry-for-imac-9-1.patch
move 5.10 queue back in place
[thirdparty/kernel/stable-queue.git] / releases / 3.6.8 / alsa-hda-add-a-missing-quirk-entry-for-imac-9-1.patch
1 From 05193639ca977cc889668718adb38db6d585045b Mon Sep 17 00:00:00 2001
2 From: Takashi Iwai <tiwai@suse.de>
3 Date: Mon, 12 Nov 2012 10:07:36 +0100
4 Subject: ALSA: hda - Add a missing quirk entry for iMac 9,1
5
6 From: Takashi Iwai <tiwai@suse.de>
7
8 commit 05193639ca977cc889668718adb38db6d585045b upstream.
9
10 This is another variant of iMac 9,1 with a different codec SSID.
11
12 Reported-and-tested-by: Everaldo Canuto <everaldo.canuto@gmail.com>
13 Signed-off-by: Takashi Iwai <tiwai@suse.de>
14 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15
16 ---
17 sound/pci/hda/patch_realtek.c | 1 +
18 1 file changed, 1 insertion(+)
19
20 --- a/sound/pci/hda/patch_realtek.c
21 +++ b/sound/pci/hda/patch_realtek.c
22 @@ -5434,6 +5434,7 @@ static const struct snd_pci_quirk alc882
23 SND_PCI_QUIRK(0x106b, 0x4000, "MacbookPro 5,1", ALC889_FIXUP_IMAC91_VREF),
24 SND_PCI_QUIRK(0x106b, 0x4100, "Macmini 3,1", ALC889_FIXUP_IMAC91_VREF),
25 SND_PCI_QUIRK(0x106b, 0x4200, "Mac Pro 5,1", ALC885_FIXUP_MACPRO_GPIO),
26 + SND_PCI_QUIRK(0x106b, 0x4300, "iMac 9,1", ALC889_FIXUP_IMAC91_VREF),
27 SND_PCI_QUIRK(0x106b, 0x4600, "MacbookPro 5,2", ALC889_FIXUP_IMAC91_VREF),
28 SND_PCI_QUIRK(0x106b, 0x4900, "iMac 9,1 Aluminum", ALC889_FIXUP_IMAC91_VREF),
29 SND_PCI_QUIRK(0x106b, 0x4a00, "Macbook 5,2", ALC889_FIXUP_IMAC91_VREF),