1
0
Fork 0

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

Signed-off-by: Takashi Iwai <tiwai@suse.de>
hifive-unleashed-5.1
Takashi Iwai 2012-08-08 17:15:55 +02:00
parent ed36081350
commit 55cf87fe0e
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}