diff options
| -rw-r--r-- | sound/pci/hda/patch_ca0132.c | 4 |
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 | } |
