diff options
Diffstat (limited to 'sound/aoa/codecs/onyx.c')
-rw-r--r-- | sound/aoa/codecs/onyx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/aoa/codecs/onyx.c b/sound/aoa/codecs/onyx.c index f01bffb702bc..401107b85d30 100644 --- a/sound/aoa/codecs/onyx.c +++ b/sound/aoa/codecs/onyx.c | |||
@@ -241,7 +241,7 @@ static struct snd_kcontrol_new inputgain_control = { | |||
241 | static int onyx_snd_capture_source_info(struct snd_kcontrol *kcontrol, | 241 | static int onyx_snd_capture_source_info(struct snd_kcontrol *kcontrol, |
242 | struct snd_ctl_elem_info *uinfo) | 242 | struct snd_ctl_elem_info *uinfo) |
243 | { | 243 | { |
244 | static char *texts[] = { "Line-In", "Microphone" }; | 244 | static const char * const texts[] = { "Line-In", "Microphone" }; |
245 | 245 | ||
246 | uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED; | 246 | uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED; |
247 | uinfo->count = 1; | 247 | uinfo->count = 1; |