summaryrefslogtreecommitdiffstats
path: root/include/sound/soc.h
diff options
context:
space:
mode:
authorDimitris Papastamos2013-07-29 14:51:58 +0200
committerMark Brown2013-07-29 16:39:11 +0200
commit4fefd69853a4e83040ddaa98d3b6e5e12cc4f97a (patch)
tree8da73b2d4b774fc256ee5cb3487b33acda617078 /include/sound/soc.h
parentLinux 3.11-rc2 (diff)
downloadkernel-qcow2-linux-4fefd69853a4e83040ddaa98d3b6e5e12cc4f97a.tar.gz
kernel-qcow2-linux-4fefd69853a4e83040ddaa98d3b6e5e12cc4f97a.tar.xz
kernel-qcow2-linux-4fefd69853a4e83040ddaa98d3b6e5e12cc4f97a.zip
ASoC: core: Add snd_soc_card_get_kcontrol()
This is useful for drivers who want to grab a pointer to snd_kcontrol outside of the kcontrol callbacks. Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include/sound/soc.h')
-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 6eabee7ec15a..b33d1de46396 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -475,6 +475,8 @@ int snd_soc_set_ac97_ops(struct snd_ac97_bus_ops *ops);
struct snd_kcontrol *snd_soc_cnew(const struct snd_kcontrol_new *_template,
void *data, const char *long_name,
const char *prefix);
+struct snd_kcontrol *snd_soc_card_get_kcontrol(struct snd_soc_card *soc_card,
+ const char *name);
int snd_soc_add_codec_controls(struct snd_soc_codec *codec,
const struct snd_kcontrol_new *controls, int num_controls);
int snd_soc_add_platform_controls(struct snd_soc_platform *platform,