Skip to content

Commit

Permalink
ALSA: hda - Add PCI subsystem ID for MacBookPro4,1
Browse files Browse the repository at this point in the history
This seems to work if I tell it that it's a mbp3. Not sure if there are
actually any differences.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  • Loading branch information
David Woodhouse authored and Jaroslav Kysela committed Sep 23, 2008
1 parent 6597363 commit 9c95c43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -6659,6 +6659,7 @@ static int patch_alc882(struct hda_codec *codec)
board_config = ALC885_IMAC24;
break;
case 0x106b00a1: /* Macbook (might be wrong - PCI SSID?) */
case 0x106b00a4: /* MacbookPro4,1 */
case 0x106b2c00: /* Macbook Pro rev3 */
case 0x106b3600: /* Macbook 3.1 */
board_config = ALC885_MBP3;
Expand Down

0 comments on commit 9c95c43

Please sign in to comment.