ASoC: dapm: Constify lots of names that are never modified

Neater and avoids warnings when used in other places where const strings
are desired.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
此提交包含在:
Mark Brown
2012-02-16 17:07:42 -08:00
父節點 7bd3a6f34c
當前提交 3056557f3b
共有 3 個檔案被更改,包括 6 行新增6 行删除

查看文件

@@ -2018,7 +2018,7 @@ EXPORT_SYMBOL_GPL(snd_soc_set_runtime_hwparams);
* Returns 0 for success, else error.
*/
struct snd_kcontrol *snd_soc_cnew(const struct snd_kcontrol_new *_template,
void *data, char *long_name,
void *data, const char *long_name,
const char *prefix)
{
struct snd_kcontrol_new template;