提交 aea7bb0a 编写于 作者: T Takashi Iwai

[ALSA] hda-codec - Fix initial DAC numbers of 92HD71bxx codecs

Fix the initial num_dacs of 92HD71bxx codecs.
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 25a47b6b
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册