summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_conexant.c
diff options
context:
space:
mode:
authorTakashi Iwai2014-01-27 17:57:50 +0100
committerTakashi Iwai2014-01-30 12:39:14 +0100
commit70540e245c727114d0477f00ec7d83a2d2fe666d (patch)
tree5609c647dacb4a62232268cdae099eff11d93080 /sound/pci/hda/patch_conexant.c
parentALSA: hda/conexant - Apply cap of mix amp volume on CX20551 codec (diff)
downloadkernel-qcow2-linux-70540e245c727114d0477f00ec7d83a2d2fe666d.tar.gz
kernel-qcow2-linux-70540e245c727114d0477f00ec7d83a2d2fe666d.tar.xz
kernel-qcow2-linux-70540e245c727114d0477f00ec7d83a2d2fe666d.zip
ALSA: hda/conexant - Add analog loopback mixing to CX20549
CX20549 has an aamixer widget at NID 0x17. Let's enable it. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_conexant.c')
-rw-r--r--sound/pci/hda/patch_conexant.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
index e4b98d6d1fe8..6b2c11da1283 100644
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -3423,6 +3423,7 @@ static int patch_conexant_auto(struct hda_codec *codec)
switch (codec->vendor_id) {
case 0x14f15045:
codec->single_adc_amp = 1;
+ spec->gen.mixer_nid = 0x17;
snd_hda_pick_fixup(codec, cxt5045_fixup_models,
cxt5045_fixups, cxt_fixups);
break;