瀏覽代碼

ALSA: hda - Use xxx Boost Volume for VIA

Drop "Capture" prefix from the mic-boost names.
Otherwise some control names can overflow the max name length.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Takashi Iwai 14 年之前
父節點
當前提交
30f7c5d491
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sound/pci/hda/patch_via.c

+ 1 - 1
sound/pci/hda/patch_via.c

@@ -1947,7 +1947,7 @@ static int via_auto_create_analog_input_ctls(struct hda_codec *codec,
 		if (caps == -1 || !(caps & AC_AMPCAP_NUM_STEPS))
 		if (caps == -1 || !(caps & AC_AMPCAP_NUM_STEPS))
 			continue;
 			continue;
 		label = hda_get_autocfg_input_label(codec, cfg, i);
 		label = hda_get_autocfg_input_label(codec, cfg, i);
-		snprintf(name, sizeof(name), "%s Boost Capture Volume", label);
+		snprintf(name, sizeof(name), "%s Boost Volume", label);
 		err = via_add_control(spec, VIA_CTL_WIDGET_VOL, name,
 		err = via_add_control(spec, VIA_CTL_WIDGET_VOL, name,
 			      HDA_COMPOSE_AMP_VAL(pin, 3, 0, HDA_INPUT));
 			      HDA_COMPOSE_AMP_VAL(pin, 3, 0, HDA_INPUT));
 		if (err < 0)
 		if (err < 0)