diff --git a/include/sound/control.h b/include/sound/control.h index a78e679..3b20f91 100644 --- a/include/sound/control.h +++ b/include/sound/control.h @@ -17,7 +17,7 @@ struct snd_kcontrol_new { snd_ctl_elem_iface_t iface; /* interface identifier */ unsigned int device; /* device/client number */ unsigned int subdevice; /* subdevice (substream) number */ - unsigned char *name; /* ASCII name of item */ + const unsigned char *name; /* ASCII name of item */ unsigned int index; /* index of item */ unsigned int access; /* access rights */ unsigned int count; /* count of same elements */