Commit 55cf87fe authored by Takashi Iwai's avatar Takashi Iwai

ALSA: hda - Fix superfluous "-in" suffix from CA0132 capture items

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent ed360813
......@@ -988,12 +988,12 @@ static void ca0132_config(struct hda_codec *codec)
/* Mic-in */
spec->input_pins[0] = 0x12;
spec->input_labels[0] = "Mic-In";
spec->input_labels[0] = "Mic";
spec->adcs[0] = 0x07;
/* Line-In */
spec->input_pins[1] = 0x11;
spec->input_labels[1] = "Line-In";
spec->input_labels[1] = "Line";
spec->adcs[1] = 0x08;
spec->num_inputs = 2;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment