Commit 70540e24 authored by Takashi Iwai's avatar Takashi Iwai

ALSA: hda/conexant - Add analog loopback mixing to CX20549

CX20549 has an aamixer widget at NID 0x17.  Let's enable it.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent ea30e7df
...@@ -3423,6 +3423,7 @@ static int patch_conexant_auto(struct hda_codec *codec) ...@@ -3423,6 +3423,7 @@ static int patch_conexant_auto(struct hda_codec *codec)
switch (codec->vendor_id) { switch (codec->vendor_id) {
case 0x14f15045: case 0x14f15045:
codec->single_adc_amp = 1; codec->single_adc_amp = 1;
spec->gen.mixer_nid = 0x17;
snd_hda_pick_fixup(codec, cxt5045_fixup_models, snd_hda_pick_fixup(codec, cxt5045_fixup_models,
cxt5045_fixups, cxt_fixups); cxt5045_fixups, cxt_fixups);
break; break;
......
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