aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_sigmatel.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r--sound/pci/hda/patch_sigmatel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index 0bb3caecb86c..5fcaae676e2a 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -4259,14 +4259,17 @@ again:
4259 4259
4260 switch (spec->multiout.num_dacs) { 4260 switch (spec->multiout.num_dacs) {
4261 case 0x3: /* 6 Channel */ 4261 case 0x3: /* 6 Channel */
4262 spec->multiout.hp_nid = 0x17;
4262 spec->mixer = stac92hd73xx_6ch_mixer; 4263 spec->mixer = stac92hd73xx_6ch_mixer;
4263 spec->init = stac92hd73xx_6ch_core_init; 4264 spec->init = stac92hd73xx_6ch_core_init;
4264 break; 4265 break;
4265 case 0x4: /* 8 Channel */ 4266 case 0x4: /* 8 Channel */
4267 spec->multiout.hp_nid = 0x18;
4266 spec->mixer = stac92hd73xx_8ch_mixer; 4268 spec->mixer = stac92hd73xx_8ch_mixer;
4267 spec->init = stac92hd73xx_8ch_core_init; 4269 spec->init = stac92hd73xx_8ch_core_init;
4268 break; 4270 break;
4269 case 0x5: /* 10 Channel */ 4271 case 0x5: /* 10 Channel */
4272 spec->multiout.hp_nid = 0x19;
4270 spec->mixer = stac92hd73xx_10ch_mixer; 4273 spec->mixer = stac92hd73xx_10ch_mixer;
4271 spec->init = stac92hd73xx_10ch_core_init; 4274 spec->init = stac92hd73xx_10ch_core_init;
4272 }; 4275 };