projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c07c81
)
[ALSA] snd-ca0106: Updated Enum control names.
author
James Courtier-Dutton
<James@superbug.co.uk>
Sat, 11 Nov 2006 10:52:06 +0000
(10:52 +0000)
committer
Jaroslav Kysela
<perex@suse.cz>
Fri, 9 Feb 2007 08:01:25 +0000
(09:01 +0100)
Signed-off-by: James Courtier-Dutton <James@superbug.co.uk>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/pci/ca0106/ca0106_mixer.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/ca0106/ca0106_mixer.c
b/sound/pci/ca0106/ca0106_mixer.c
index 9855f528ea78173aeec031472bd7876aa5590b0a..bd2a054c673b0a293ded56a074c06ed247a8a9b5 100644
(file)
--- 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 = {
},
{
.iface = SNDRV_CTL_ELEM_IFACE_MIXER,
- .name = "Digital
Capture Source
",
+ .name = "Digital
Source Capture Enum
",
.info = snd_ca0106_capture_source_info,
.get = snd_ca0106_capture_source_get,
.put = snd_ca0106_capture_source_put
},
{
.iface = SNDRV_CTL_ELEM_IFACE_MIXER,
- .name = "
Capture Source
",
+ .name = "
Analog Source Capture Enum
",
.info = snd_ca0106_i2c_capture_source_info,
.get = snd_ca0106_i2c_capture_source_get,
.put = snd_ca0106_i2c_capture_source_put