summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2017-09-25 17:33:31 +0100
committerMark Brown <broonie@kernel.org>2017-09-25 17:33:31 +0100
commit74b33b8481e7c8a66149093f691b9082b50e24fc (patch)
tree84dbcbafd8f718abd2623c490e6d39b908bb26ad
parent9900a4226c785dbb32c08af5ae8fbbf1fc4c31d0 (diff)
parent840bc44849b9d7f8eaae34ac7b434e17c4cf7368 (diff)
Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-core
-rw-r--r--include/sound/soc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index d22de9712c45..996bdbc125a5 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -1487,6 +1487,8 @@ int snd_soc_component_set_sysclk(struct snd_soc_component *component,
int snd_soc_component_set_pll(struct snd_soc_component *component, int pll_id,
int source, unsigned int freq_in,
unsigned int freq_out);
+int snd_soc_component_set_jack(struct snd_soc_component *component,
+ struct snd_soc_jack *jack, void *data);
#ifdef CONFIG_REGMAP