diff options
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 414a3f6538b5..93a2d6971154 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; |