Commit 31909b83 authored by Takashi Iwai's avatar Takashi Iwai

ALSA: hda - Fix the merge error

Fix the merge error at the commit 305355aa,
an addition of the missing alc880_gpio3_init_verbs to ALC882_TARGA model.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 305355aa
......@@ -8587,7 +8587,7 @@ static struct alc_config_preset alc882_presets[] = {
[ALC882_TARGA] = {
.mixers = { alc882_targa_mixer, alc882_chmode_mixer },
.init_verbs = { alc882_base_init_verbs, alc882_adc1_init_verbs,
alc882_targa_verbs},
alc880_gpio3_init_verbs, alc882_targa_verbs},
.num_dacs = ARRAY_SIZE(alc882_dac_nids),
.dac_nids = alc882_dac_nids,
.dig_out_nid = ALC882_DIGOUT_NID,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment