From: Linus Torvalds Date: Tue, 11 Jul 2006 05:21:43 +0000 (-0700) Subject: x86 MacMini: make built-in speaker sound actually work X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7c3dec0679c66ce177726802adbe2f403942fc27;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git 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: Linus Torvalds --- diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index fb4bed0759d..ea99083a102 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@ -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, };