diff options
| -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 | 
