projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea30e7d
)
ALSA: hda/conexant - Add analog loopback mixing to CX20549
author
Takashi Iwai
<tiwai@suse.de>
Mon, 27 Jan 2014 16:57:50 +0000
(17:57 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 30 Jan 2014 11:39:14 +0000
(12:39 +0100)
CX20549 has an aamixer widget at NID 0x17. Let's enable it.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_conexant.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_conexant.c
b/sound/pci/hda/patch_conexant.c
index e4b98d6d1fe8a1b4e7d3f8ab3082140c7247096e..6b2c11da128367d4384a7e9c4bf7ffcc889ea923 100644
(file)
--- 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;