Skip to content

Commit

Permalink
ALSA: hda - Add a quirk entry for Macbook Pro 5,1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Takashi Iwai committed May 14, 2009
1 parent 22b530e commit 7442f9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7442f9d

Please sign in to comment.