diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 8ff7b95c34e5..4da53689618a 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -3878,17 +3878,14 @@ again: | |||
3878 | 3878 | ||
3879 | switch (spec->multiout.num_dacs) { | 3879 | switch (spec->multiout.num_dacs) { |
3880 | case 0x3: /* 6 Channel */ | 3880 | case 0x3: /* 6 Channel */ |
3881 | spec->multiout.hp_nid = 0x17; | ||
3882 | spec->mixer = stac92hd73xx_6ch_mixer; | 3881 | spec->mixer = stac92hd73xx_6ch_mixer; |
3883 | spec->init = stac92hd73xx_6ch_core_init; | 3882 | spec->init = stac92hd73xx_6ch_core_init; |
3884 | break; | 3883 | break; |
3885 | case 0x4: /* 8 Channel */ | 3884 | case 0x4: /* 8 Channel */ |
3886 | spec->multiout.hp_nid = 0x18; | ||
3887 | spec->mixer = stac92hd73xx_8ch_mixer; | 3885 | spec->mixer = stac92hd73xx_8ch_mixer; |
3888 | spec->init = stac92hd73xx_8ch_core_init; | 3886 | spec->init = stac92hd73xx_8ch_core_init; |
3889 | break; | 3887 | break; |
3890 | case 0x5: /* 10 Channel */ | 3888 | case 0x5: /* 10 Channel */ |
3891 | spec->multiout.hp_nid = 0x19; | ||
3892 | spec->mixer = stac92hd73xx_10ch_mixer; | 3889 | spec->mixer = stac92hd73xx_10ch_mixer; |
3893 | spec->init = stac92hd73xx_10ch_core_init; | 3890 | spec->init = stac92hd73xx_10ch_core_init; |
3894 | }; | 3891 | }; |