From d386ed0098d9d54ce3bdfbacc427d331f5b0f4fb Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 25 Feb 2008 18:26:41 +0100 Subject: [PATCH] --- yaml --- r: 92073 b: refs/heads/master c: aea7bb0a6ff5e751ef611ba9c1146c3c8489f25e h: refs/heads/master i: 92071: 4eb1ee7733f4e5d783fc389c8a415b034cfe988f v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_sigmatel.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 070a0c4357c5..1dc1e1f66c75 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 25a47b6b01314f027553d231c1a67dee27ff02b0 +refs/heads/master: aea7bb0a6ff5e751ef611ba9c1146c3c8489f25e diff --git a/trunk/sound/pci/hda/patch_sigmatel.c b/trunk/sound/pci/hda/patch_sigmatel.c index ef86402d7e67..4bc7d8646fab 100644 --- a/trunk/sound/pci/hda/patch_sigmatel.c +++ b/trunk/sound/pci/hda/patch_sigmatel.c @@ -246,7 +246,7 @@ static hda_nid_t stac92hd71bxx_dmux_nids[1] = { 0x1c, }; -static hda_nid_t stac92hd71bxx_dac_nids[2] = { +static hda_nid_t stac92hd71bxx_dac_nids[1] = { 0x10, /*0x11, */ }; @@ -3550,7 +3550,7 @@ static int patch_stac92hd71bxx(struct hda_codec *codec) spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids); spec->pwr_nids = stac92hd71bxx_pwr_nids; - spec->multiout.num_dacs = 2; + spec->multiout.num_dacs = 1; spec->multiout.hp_nid = 0x11; spec->multiout.dac_nids = stac92hd71bxx_dac_nids;