projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90b9e47
)
ALSA: hda - Add MacBook 3.1 support
author
Takashi Iwai
<tiwai@suse.de>
Thu, 26 Jun 2008 12:42:51 +0000
(14:42 +0200)
committer
Jaroslav Kysela
<perex@perex.cz>
Fri, 27 Jun 2008 06:51:05 +0000
(08:51 +0200)
MacBook 3.1 is compatible with model=mbp3.
Added the codec SSID 10b6:3600.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
sound/pci/hda/patch_realtek.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index 4edde6094cd1f68744dd9b2a2af7d608fee850bd..c7d4bbb01798027bdf86b1e5ae91695a3253a43f 100644
(file)
--- a/
sound/pci/hda/patch_realtek.c
+++ b/
sound/pci/hda/patch_realtek.c
@@
-6519,8
+6519,9
@@
static int patch_alc882(struct hda_codec *codec)
case 0x106b1000: /* iMac 24 */
board_config = ALC885_IMAC24;
break;
- case 0x106b00a1: /* Macbook */
+ case 0x106b00a1: /* Macbook
(might be wrong - PCI SSID?)
*/
case 0x106b2c00: /* Macbook Pro rev3 */
+ case 0x106b3600: /* Macbook 3.1 */
board_config = ALC885_MBP3;
break;
default: