aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/hda/patch_cirrus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_cirrus.c b/sound/pci/hda/patch_cirrus.c
index 1589c9bcce3e..ab687ffb28c2 100644
--- a/sound/pci/hda/patch_cirrus.c
+++ b/sound/pci/hda/patch_cirrus.c
@@ -584,6 +584,7 @@ static int patch_cs420x(struct hda_codec *codec)
584 return -ENOMEM; 584 return -ENOMEM;
585 585
586 spec->gen.automute_hook = cs_automute; 586 spec->gen.automute_hook = cs_automute;
587 codec->single_adc_amp = 1;
587 588
588 snd_hda_pick_fixup(codec, cs420x_models, cs420x_fixup_tbl, 589 snd_hda_pick_fixup(codec, cs420x_models, cs420x_fixup_tbl,
589 cs420x_fixups); 590 cs420x_fixups);