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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index ef86402d7e67..4bc7d8646fab 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -246,7 +246,7 @@ static hda_nid_t stac92hd71bxx_dmux_nids[1] = {
246 0x1c, 246 0x1c,
247}; 247};
248 248
249static hda_nid_t stac92hd71bxx_dac_nids[2] = { 249static hda_nid_t stac92hd71bxx_dac_nids[1] = {
250 0x10, /*0x11, */ 250 0x10, /*0x11, */
251}; 251};
252 252
@@ -3550,7 +3550,7 @@ again:
3550 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids); 3550 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
3551 spec->pwr_nids = stac92hd71bxx_pwr_nids; 3551 spec->pwr_nids = stac92hd71bxx_pwr_nids;
3552 3552
3553 spec->multiout.num_dacs = 2; 3553 spec->multiout.num_dacs = 1;
3554 spec->multiout.hp_nid = 0x11; 3554 spec->multiout.hp_nid = 0x11;
3555 spec->multiout.dac_nids = stac92hd71bxx_dac_nids; 3555 spec->multiout.dac_nids = stac92hd71bxx_dac_nids;
3556 3556