aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-01-07 13:25:13 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-01-09 05:31:30 -0500
commit1649923dd52ce914be98bff0ae352344ef04f305 (patch)
tree68ae01e5d58c7d765c1c649edbbf33861dc2d2b7 /include/sound
parentca9c1aaec4187fc9922cfb6b283fffef89286943 (diff)
ASoC: Constify pin names for DAPM pin status APIs
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/soc-dapm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h
index cc99dd404934..075244ef41eb 100644
--- a/include/sound/soc-dapm.h
+++ b/include/sound/soc-dapm.h
@@ -260,10 +260,10 @@ int snd_soc_dapm_set_bias_level(struct snd_soc_device *socdev,
260int snd_soc_dapm_sys_add(struct device *dev); 260int snd_soc_dapm_sys_add(struct device *dev);
261 261
262/* dapm audio pin control and status */ 262/* dapm audio pin control and status */
263int snd_soc_dapm_enable_pin(struct snd_soc_codec *codec, char *pin); 263int snd_soc_dapm_enable_pin(struct snd_soc_codec *codec, const char *pin);
264int snd_soc_dapm_disable_pin(struct snd_soc_codec *codec, char *pin); 264int snd_soc_dapm_disable_pin(struct snd_soc_codec *codec, const char *pin);
265int snd_soc_dapm_nc_pin(struct snd_soc_codec *codec, char *pin); 265int snd_soc_dapm_nc_pin(struct snd_soc_codec *codec, const char *pin);
266int snd_soc_dapm_get_pin_status(struct snd_soc_codec *codec, char *pin); 266int snd_soc_dapm_get_pin_status(struct snd_soc_codec *codec, const char *pin);
267int snd_soc_dapm_sync(struct snd_soc_codec *codec); 267int snd_soc_dapm_sync(struct snd_soc_codec *codec);
268 268
269/* dapm widget types */ 269/* dapm widget types */