aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
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 */