diff options
Diffstat (limited to 'sound/aoa/codecs/snd-aoa-codec-tas.c')
-rw-r--r-- | sound/aoa/codecs/snd-aoa-codec-tas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/aoa/codecs/snd-aoa-codec-tas.c b/sound/aoa/codecs/snd-aoa-codec-tas.c index 2e39ff6ee349..27c1e2eea22b 100644 --- a/sound/aoa/codecs/snd-aoa-codec-tas.c +++ b/sound/aoa/codecs/snd-aoa-codec-tas.c | |||
@@ -309,7 +309,7 @@ static struct snd_kcontrol_new n##_control = { \ | |||
309 | .private_value = idx, \ | 309 | .private_value = idx, \ |
310 | } | 310 | } |
311 | 311 | ||
312 | MIXER_CONTROL(pcm1, "PCM1", 0); | 312 | MIXER_CONTROL(pcm1, "PCM", 0); |
313 | MIXER_CONTROL(monitor, "Monitor", 2); | 313 | MIXER_CONTROL(monitor, "Monitor", 2); |
314 | 314 | ||
315 | static int tas_snd_capture_source_info(struct snd_kcontrol *kcontrol, | 315 | static int tas_snd_capture_source_info(struct snd_kcontrol *kcontrol, |