Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7e0757a authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela
Browse files

ALSA: hda - Add MacBook 3.1 support



MacBook 3.1 is compatible with model=mbp3.
Added the codec SSID 10b6:3600.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
parent 90b9e476
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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: