From a2af050f8df6eeec29818639859f14eb237d6957 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 17 Oct 2012 09:21:48 +0200 Subject: ALSA: ice17xx: Constify strings and string arrays Signed-off-by: Takashi Iwai --- sound/pci/ice1712/wm8766.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/pci/ice1712/wm8766.h') diff --git a/sound/pci/ice1712/wm8766.h b/sound/pci/ice1712/wm8766.h index dfa3bbfbc9a5..c119f84bd2c2 100644 --- a/sound/pci/ice1712/wm8766.h +++ b/sound/pci/ice1712/wm8766.h @@ -131,7 +131,7 @@ enum snd_wm8766_ctl_id { struct snd_wm8766_ctl { struct snd_kcontrol *kctl; - char *name; + const char *name; snd_ctl_elem_type_t type; const char *const enum_names[WM8766_ENUM_MAX]; const unsigned int *tlv; -- cgit v1.2.3