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

Commit 7c3dec06 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

x86 MacMini: make built-in speaker sound actually work



The MacMini board table seems to largely look like any bog-standard
Intel 945 board.

Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent c80dc60b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -351,6 +351,7 @@ static unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
	[STAC_REF] =	ref922x_pin_configs,
	[STAC_D945GTP3] = d945gtp3_pin_configs,
	[STAC_D945GTP5] = d945gtp5_pin_configs,
	[STAC_MACMINI] = d945gtp5_pin_configs,
	[STAC_D965_2112] = d965_2112_pin_configs,
};