ALSA: hda - consitify string arrays

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai
2011-01-17 11:29:34 +01:00
parent c66ddf32dd
commit ea73496324
11 changed files with 95 additions and 78 deletions

View File

@@ -608,7 +608,7 @@ static void cmi9880_free(struct hda_codec *codec)
/*
*/
static const char *cmi9880_models[CMI_MODELS] = {
static const char * const cmi9880_models[CMI_MODELS] = {
[CMI_MINIMAL] = "minimal",
[CMI_MIN_FP] = "min_fp",
[CMI_FULL] = "full",