aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@suse.cz>2004-05-17 19:28:36 +0200
committerJaroslav Kysela <perex@suse.cz>2004-05-17 19:28:36 +0200
commit769109501232c3725046f3030c24fe2c7046fa3c (patch)
treec76abc20940f721cd5393eba35b75690cb19d2b3 /sound
parent30f778b6f703672c4d03b90f0e3cd0e2ad57db66 (diff)
downloadhistory-769109501232c3725046f3030c24fe2c7046fa3c.tar.gz
ALSA CVS update - Takashi Iwai <tiwai@suse.de>
VIA82xx driver renamed the elements of 'input source select' control to avoid confusion. formerly used words 'Line' and 'Mic', which have nothing to do with the actual connections.
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/via82xx.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c
index 630e45bd34a295..a26c43e31cf65b 100644
--- a/sound/pci/via82xx.c
+++ b/sound/pci/via82xx.c
@@ -1419,8 +1419,11 @@ static int __devinit snd_via686_pcm_new(via82xx_t *chip)
static int snd_via8233_capture_source_info(snd_kcontrol_t *kcontrol, snd_ctl_elem_info_t *uinfo)
{
+ /* formerly they were "Line" and "Mic", but it looks like that they
+ * have nothing to do with the actual physical connections...
+ */
static char *texts[2] = {
- "Line", "Mic"
+ "Input1", "Input2"
};
uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
uinfo->count = 1;