Commit 76910950 authored by Jaroslav Kysela's avatar Jaroslav Kysela

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.
parent 30f778b6
...@@ -1419,8 +1419,11 @@ static int __devinit snd_via686_pcm_new(via82xx_t *chip) ...@@ -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) 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] = { static char *texts[2] = {
"Line", "Mic" "Input1", "Input2"
}; };
uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED; uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
uinfo->count = 1; uinfo->count = 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment