summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJiang zhe <zhe.jiang@intel.com>2008-01-10 13:05:47 +0100
committerJaroslav Kysela <perex@perex.cz>2008-01-31 17:29:49 +0100
commit3d5fa2e59630a852f2dda7096885b64ffa03427d (patch)
treebb97b7326e460f46928a26d45e9959651574a1a2 /sound
parent8c427226ed549af67396794e86246bf2d361ff8f (diff)
downloadlinux-stable-3d5fa2e59630a852f2dda7096885b64ffa03427d.tar.gz
linux-stable-3d5fa2e59630a852f2dda7096885b64ffa03427d.tar.bz2
linux-stable-3d5fa2e59630a852f2dda7096885b64ffa03427d.zip
[ALSA] hda-codec - Device ID for Macbook sound card
Please refer to the [0003680] on ALSA bugtracking system. The user found that 'model=mbp3' works and provided the ID. From: Jiang zhe <zhe.jiang@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_realtek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 17784952acdd..9184586c9721 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -6124,6 +6124,7 @@ static int patch_alc882(struct hda_codec *codec)
case 0x106b1000: /* iMac 24 */
board_config = ALC885_IMAC24;
break;
+ case 0x106b00a1: /* Macbook */
case 0x106b2c00: /* Macbook Pro rev3 */
board_config = ALC885_MBP3;
break;