summaryrefslogtreecommitdiff
path: root/sound/pci/ice1712/wm8766.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-10-17 07:21:48 (GMT)
committerTakashi Iwai <tiwai@suse.de>2012-10-17 07:23:51 (GMT)
commita2af050f8df6eeec29818639859f14eb237d6957 (patch)
tree01dcad35cafbeefc951a68dd0c0f51ecf396ad3a /sound/pci/ice1712/wm8766.h
parent77b0b254af72add59c8125cd8799f390bc508f2b (diff)
downloadlinux-fsl-qoriq-a2af050f8df6eeec29818639859f14eb237d6957.tar.xz
ALSA: ice17xx: Constify strings and string arrays
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ice1712/wm8766.h')
-rw-r--r--sound/pci/ice1712/wm8766.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ice1712/wm8766.h b/sound/pci/ice1712/wm8766.h
index dfa3bbf..c119f84 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;