diff options
author | James Courtier-Dutton <James@superbug.co.uk> | 2006-11-11 05:52:06 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 03:01:25 -0500 |
commit | e6327cf90b1e5e849ac87fbdaee7822a64b6ff56 (patch) | |
tree | 4fa7f4f5efcc89c540cc2351614db930b9c37596 /sound/pci/ca0106 | |
parent | 4c07c81832a9303eeb36afb8f76ad0594e66cf5e (diff) |
[ALSA] snd-ca0106: Updated Enum control names.
Signed-off-by: James Courtier-Dutton <James@superbug.co.uk>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/ca0106')
-rw-r--r-- | sound/pci/ca0106/ca0106_mixer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/ca0106/ca0106_mixer.c b/sound/pci/ca0106/ca0106_mixer.c index 9855f528ea78..bd2a054c673b 100644 --- a/sound/pci/ca0106/ca0106_mixer.c +++ b/sound/pci/ca0106/ca0106_mixer.c | |||
@@ -539,14 +539,14 @@ static struct snd_kcontrol_new snd_ca0106_volume_ctls[] __devinitdata = { | |||
539 | }, | 539 | }, |
540 | { | 540 | { |
541 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, | 541 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, |
542 | .name = "Digital Capture Source", | 542 | .name = "Digital Source Capture Enum", |
543 | .info = snd_ca0106_capture_source_info, | 543 | .info = snd_ca0106_capture_source_info, |
544 | .get = snd_ca0106_capture_source_get, | 544 | .get = snd_ca0106_capture_source_get, |
545 | .put = snd_ca0106_capture_source_put | 545 | .put = snd_ca0106_capture_source_put |
546 | }, | 546 | }, |
547 | { | 547 | { |
548 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, | 548 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, |
549 | .name = "Capture Source", | 549 | .name = "Analog Source Capture Enum", |
550 | .info = snd_ca0106_i2c_capture_source_info, | 550 | .info = snd_ca0106_i2c_capture_source_info, |
551 | .get = snd_ca0106_i2c_capture_source_get, | 551 | .get = snd_ca0106_i2c_capture_source_get, |
552 | .put = snd_ca0106_i2c_capture_source_put | 552 | .put = snd_ca0106_i2c_capture_source_put |