diff options
Diffstat (limited to 'include/sound/soc-dapm.h')
-rw-r--r-- | include/sound/soc-dapm.h | 8 |
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, | |||
260 | int snd_soc_dapm_sys_add(struct device *dev); | 260 | int snd_soc_dapm_sys_add(struct device *dev); |
261 | 261 | ||
262 | /* dapm audio pin control and status */ | 262 | /* dapm audio pin control and status */ |
263 | int snd_soc_dapm_enable_pin(struct snd_soc_codec *codec, char *pin); | 263 | int snd_soc_dapm_enable_pin(struct snd_soc_codec *codec, const char *pin); |
264 | int snd_soc_dapm_disable_pin(struct snd_soc_codec *codec, char *pin); | 264 | int snd_soc_dapm_disable_pin(struct snd_soc_codec *codec, const char *pin); |
265 | int snd_soc_dapm_nc_pin(struct snd_soc_codec *codec, char *pin); | 265 | int snd_soc_dapm_nc_pin(struct snd_soc_codec *codec, const char *pin); |
266 | int snd_soc_dapm_get_pin_status(struct snd_soc_codec *codec, char *pin); | 266 | int snd_soc_dapm_get_pin_status(struct snd_soc_codec *codec, const char *pin); |
267 | int snd_soc_dapm_sync(struct snd_soc_codec *codec); | 267 | int snd_soc_dapm_sync(struct snd_soc_codec *codec); |
268 | 268 | ||
269 | /* dapm widget types */ | 269 | /* dapm widget types */ |