]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/2.6.27.14/alsa-hda-add-another-macbook-pro-4-1-subsystem-id.patch
Linux 4.14.95
[thirdparty/kernel/stable-queue.git] / releases / 2.6.27.14 / alsa-hda-add-another-macbook-pro-4-1-subsystem-id.patch
1 From 2a88464ceb1bda2571f88902fd8068a6168e3f7b Mon Sep 17 00:00:00 2001
2 From: Luke Yelavich <themuso@ubuntu.com>
3 Date: Wed, 28 Jan 2009 15:58:38 +1100
4 Subject: ALSA: hda - add another MacBook Pro 4, 1 subsystem ID
5
6 From: Luke Yelavich <themuso@ubuntu.com>
7
8 commit 2a88464ceb1bda2571f88902fd8068a6168e3f7b upstream.
9
10 Add another MacBook Pro 4,1 SSID (106b:3800). It seems that latter revisions,
11 (at least mine), have different IDs to earlier revisions.
12
13 Signed-off-by: Luke Yelavich <themuso@ubuntu.com>
14 Signed-off-by: Takashi Iwai <tiwai@suse.de>
15 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
16
17 ---
18 sound/pci/hda/patch_realtek.c | 1 +
19 1 file changed, 1 insertion(+)
20
21 --- a/sound/pci/hda/patch_realtek.c
22 +++ b/sound/pci/hda/patch_realtek.c
23 @@ -6631,6 +6631,7 @@ static int patch_alc882(struct hda_codec
24 case 0x106b00a1: /* Macbook (might be wrong - PCI SSID?) */
25 case 0x106b2c00: /* Macbook Pro rev3 */
26 case 0x106b3600: /* Macbook 3.1 */
27 + case 0x106b3800: /* MacbookPro4,1 - latter revision */
28 board_config = ALC885_MBP3;
29 break;
30 default: