diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-05-14 12:20:33 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-05-14 12:20:33 -0400 |
commit | 7442f9dadb8626bd9e7e01445560499560b99f5d (patch) | |
tree | ba328b9f837db6486ce82f7bfdb23e8005695f20 | |
parent | 22b530e0287724f00dde9a15a94d408c3334e86c (diff) |
ALSA: hda - Add a quirk entry for Macbook Pro 5,1
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>
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 51954bacaa01..1bf9d054aae6 100644 --- 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) | |||
7293 | board_config = ALC885_MBP3; | 7293 | board_config = ALC885_MBP3; |
7294 | break; | 7294 | break; |
7295 | case 0x106b3f00: /* Macbook 5,1 */ | 7295 | case 0x106b3f00: /* Macbook 5,1 */ |
7296 | case 0x106b4000: /* Macbook Pro 5,1 - FIXME: HP jack sense | ||
7297 | * seems not working, so apparently | ||
7298 | * no perfect solution yet | ||
7299 | */ | ||
7296 | board_config = ALC885_MB5; | 7300 | board_config = ALC885_MB5; |
7297 | break; | 7301 | break; |
7298 | default: | 7302 | default: |