diff options
author | Linus Torvalds <torvalds@macmini.osdl.org> | 2006-07-11 01:21:43 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@macmini.osdl.org> | 2006-07-11 01:21:43 -0400 |
commit | 7c3dec0679c66ce177726802adbe2f403942fc27 (patch) | |
tree | 62d286f0b477a62d6996b6ba2cacdc3cdd4579a9 /sound | |
parent | c80dc60b03d633047c7f96be87fd59cdcdbb929f (diff) |
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 <torvalds@osdl.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index fb4bed0759d1..ea99083a1024 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] = { | |||
351 | [STAC_REF] = ref922x_pin_configs, | 351 | [STAC_REF] = ref922x_pin_configs, |
352 | [STAC_D945GTP3] = d945gtp3_pin_configs, | 352 | [STAC_D945GTP3] = d945gtp3_pin_configs, |
353 | [STAC_D945GTP5] = d945gtp5_pin_configs, | 353 | [STAC_D945GTP5] = d945gtp5_pin_configs, |
354 | [STAC_MACMINI] = d945gtp5_pin_configs, | ||
354 | [STAC_D965_2112] = d965_2112_pin_configs, | 355 | [STAC_D965_2112] = d965_2112_pin_configs, |
355 | }; | 356 | }; |
356 | 357 | ||