aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/hda/patch_conexant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
index 47938c789f89..03b1dc317ff0 100644
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -4259,7 +4259,7 @@ static int cx_auto_add_boost_volume(struct hda_codec *codec, int idx,
4259 4259
4260 if (get_wcaps(codec, mux) & AC_WCAP_OUT_AMP) { 4260 if (get_wcaps(codec, mux) & AC_WCAP_OUT_AMP) {
4261 spec->imux_info[idx].boost = mux; 4261 spec->imux_info[idx].boost = mux;
4262 return cx_auto_add_volume(codec, label, " Boost", 0, 4262 return cx_auto_add_volume(codec, label, " Boost", cidx,
4263 mux, HDA_OUTPUT); 4263 mux, HDA_OUTPUT);
4264 } 4264 }
4265 return 0; 4265 return 0;