aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_ca0132.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-08-08 11:15:55 -0400
committerTakashi Iwai <tiwai@suse.de>2012-08-08 11:15:55 -0400
commit55cf87fe0e9783e25f442be1e48b8319d86131ea (patch)
tree04a36f5eb9201ab148e1fdda47587092cce7934b /sound/pci/hda/patch_ca0132.c
parented36081350d2ca4f692f04c6a2d24d1e3a339da1 (diff)
ALSA: hda - Fix superfluous "-in" suffix from CA0132 capture items
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_ca0132.c')
-rw-r--r--sound/pci/hda/patch_ca0132.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c
index d0d3540e39e7..2685590925ff 100644
--- a/sound/pci/hda/patch_ca0132.c
+++ b/sound/pci/hda/patch_ca0132.c
@@ -988,12 +988,12 @@ static void ca0132_config(struct hda_codec *codec)
988 988
989 /* Mic-in */ 989 /* Mic-in */
990 spec->input_pins[0] = 0x12; 990 spec->input_pins[0] = 0x12;
991 spec->input_labels[0] = "Mic-In"; 991 spec->input_labels[0] = "Mic";
992 spec->adcs[0] = 0x07; 992 spec->adcs[0] = 0x07;
993 993
994 /* Line-In */ 994 /* Line-In */
995 spec->input_pins[1] = 0x11; 995 spec->input_pins[1] = 0x11;
996 spec->input_labels[1] = "Line-In"; 996 spec->input_labels[1] = "Line";
997 spec->adcs[1] = 0x08; 997 spec->adcs[1] = 0x08;
998 spec->num_inputs = 2; 998 spec->num_inputs = 2;
999} 999}