diff options
author | Mark Brown <broonie@kernel.org> | 2015-02-04 21:57:04 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-02-04 21:57:04 +0100 |
commit | b47f8a5dfb4fcc906d93c42a22f050d69df96ea6 (patch) | |
tree | 4cca1bae26ab7fc6df207c14909f6d98f4e5dd0e /include/sound | |
parent | Merge remote-tracking branch 'asoc/topic/core' into asoc-next (diff) | |
parent | ASoC: dapm: Don't use async I/O (diff) | |
download | linux-b47f8a5dfb4fcc906d93c42a22f050d69df96ea6.tar.xz linux-b47f8a5dfb4fcc906d93c42a22f050d69df96ea6.zip |
Merge remote-tracking branch 'asoc/topic/dapm' into asoc-next
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc-dapm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index e8e0220404d4..a2a0cf6e74fd 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h @@ -431,7 +431,6 @@ int snd_soc_dapm_force_enable_pin_unlocked(struct snd_soc_dapm_context *dapm, const char *pin); int snd_soc_dapm_ignore_suspend(struct snd_soc_dapm_context *dapm, const char *pin); -void snd_soc_dapm_auto_nc_pins(struct snd_soc_card *card); unsigned int dapm_kcontrol_get_value(const struct snd_kcontrol *kcontrol); /* Mostly internal - should not normally be used */ |