Skip to content

Commit

Permalink
ALSA: hda - Fix superfluous "-in" suffix from CA0132 capture items
Browse files Browse the repository at this point in the history
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Aug 8, 2012
1 parent ed36081 commit 55cf87f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/pci/hda/patch_ca0132.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 55cf87f

Please sign in to comment.