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>
此提交包含在:
@@ -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;
|
||||
|
新增問題並參考
封鎖使用者