diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-01-17 13:29:34 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-01-18 09:43:17 +0300 |
commit | ea73496324c1d990504e27f551e159388f891a4c (patch) | |
tree | 9b52b58f60c81d3eb2e1aa2e59bdc4322fc3f017 /sound/pci/hda/patch_cmedia.c | |
parent | c66ddf32dda0d5bcf9db7b4cc42ef5da7baadd3e (diff) | |
download | linux-ea73496324c1d990504e27f551e159388f891a4c.tar.xz |
ALSA: hda - consitify string arrays
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_cmedia.c')
-rw-r--r-- | sound/pci/hda/patch_cmedia.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_cmedia.c b/sound/pci/hda/patch_cmedia.c index ff60908f4554..1f8bbcd0f802 100644 --- a/sound/pci/hda/patch_cmedia.c +++ b/sound/pci/hda/patch_cmedia.c @@ -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", |