projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22b530e
)
ALSA: hda - Add a quirk entry for Macbook Pro 5,1
author
Takashi Iwai
<tiwai@suse.de>
Thu, 14 May 2009 16:20:33 +0000
(18:20 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 14 May 2009 16:20:33 +0000
(18:20 +0200)
Added the codec SSID for MacBook Pro 5,1 as compatible as MP51.
However, the headphone auto-muting function doesn't work. So,
this is just a tentative solution.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
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 51954bacaa0128a05f3911822a86c237958566ad..1bf9d054aae634a70b9271a0662ad2fbea3ddfa8 100644
(file)
--- a/
sound/pci/hda/patch_realtek.c
+++ b/
sound/pci/hda/patch_realtek.c
@@
-7293,6
+7293,10
@@
static int patch_alc882(struct hda_codec *codec)
board_config = ALC885_MBP3;
break;
case 0x106b3f00: /* Macbook 5,1 */
+ case 0x106b4000: /* Macbook Pro 5,1 - FIXME: HP jack sense
+ * seems not working, so apparently
+ * no perfect solution yet
+ */
board_config = ALC885_MB5;
break;
default: