summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_sigmatel.c
diff options
context:
space:
mode:
authorTakashi Iwai2008-02-25 18:26:41 +0100
committerTakashi Iwai2008-04-24 12:00:15 +0200
commitaea7bb0a6ff5e751ef611ba9c1146c3c8489f25e (patch)
tree47a48c34ccde8f7195a4e515c5f8e7d7fb47afb5 /sound/pci/hda/patch_sigmatel.c
parent[ALSA] usb-audio: sort quirks list (diff)
downloadkernel-qcow2-linux-aea7bb0a6ff5e751ef611ba9c1146c3c8489f25e.tar.gz
kernel-qcow2-linux-aea7bb0a6ff5e751ef611ba9c1146c3c8489f25e.tar.xz
kernel-qcow2-linux-aea7bb0a6ff5e751ef611ba9c1146c3c8489f25e.zip
[ALSA] hda-codec - Fix initial DAC numbers of 92HD71bxx codecs
Fix the initial num_dacs of 92HD71bxx codecs. Signed-off-by: Takashi Iwai <tiwai@suse.de>
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] = {
0x1c,
};
-static hda_nid_t stac92hd71bxx_dac_nids[2] = {
+static hda_nid_t stac92hd71bxx_dac_nids[1] = {
0x10, /*0x11, */
};
@@ -3550,7 +3550,7 @@ again:
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;