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

Commit 7442f9da authored by Takashi Iwai's avatar Takashi Iwai
Browse files

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: default avatarTakashi Iwai <tiwai@suse.de>
parent 22b530e0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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: