diff options
| -rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 3 | 
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:  	switch (spec->multiout.num_dacs) {  	case 0x3: /* 6 Channel */ +		spec->multiout.hp_nid = 0x17;  		spec->mixer = stac92hd73xx_6ch_mixer;  		spec->init = stac92hd73xx_6ch_core_init;  		break;  	case 0x4: /* 8 Channel */ +		spec->multiout.hp_nid = 0x18;  		spec->mixer = stac92hd73xx_8ch_mixer;  		spec->init = stac92hd73xx_8ch_core_init;  		break;  	case 0x5: /* 10 Channel */ +		spec->multiout.hp_nid = 0x19;  		spec->mixer = stac92hd73xx_10ch_mixer;  		spec->init = stac92hd73xx_10ch_core_init;  	}; | 
