diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-10-17 09:21:48 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-10-17 09:23:51 +0200 |
commit | a2af050f8df6eeec29818639859f14eb237d6957 (patch) | |
tree | 01dcad35cafbeefc951a68dd0c0f51ecf396ad3a /sound/pci/ice1712/wm8776.h | |
parent | 77b0b254af72add59c8125cd8799f390bc508f2b (diff) | |
download | op-kernel-dev-a2af050f8df6eeec29818639859f14eb237d6957.zip op-kernel-dev-a2af050f8df6eeec29818639859f14eb237d6957.tar.gz |
ALSA: ice17xx: Constify strings and string arrays
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ice1712/wm8776.h')
-rw-r--r-- | sound/pci/ice1712/wm8776.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ice1712/wm8776.h b/sound/pci/ice1712/wm8776.h index 414a3f6..93a2d69 100644 --- a/sound/pci/ice1712/wm8776.h +++ b/sound/pci/ice1712/wm8776.h @@ -187,7 +187,7 @@ enum snd_wm8776_ctl_id { #define WM8776_FLAG_ALC (1 << 4) struct snd_wm8776_ctl { - char *name; + const char *name; snd_ctl_elem_type_t type; const char *const enum_names[WM8776_ENUM_MAX]; const unsigned int *tlv; |