From eae2a81e8d8bd628e1c11740cbe16f16e76ca2a1 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Thu, 16 Feb 2012 17:08:13 -0800 Subject: [PATCH] --- yaml --- r: 293368 b: refs/heads/master c: 5ac2ba9452b0a59df6cec10e8d27c52cf0b41a43 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/sound/control.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e8b3d04e19f7..a558bb4e01fa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 059ad7602889aa724adb84298dccae92534b7697 +refs/heads/master: 5ac2ba9452b0a59df6cec10e8d27c52cf0b41a43 diff --git a/trunk/include/sound/control.h b/trunk/include/sound/control.h index b2796e83c7ac..57815f6a02b9 100644 --- a/trunk/include/sound/control.h +++ b/trunk/include/sound/control.h @@ -40,7 +40,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 */