aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/sound/simple_card_utils.h
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2016-08-10 02:21:25 +0000
committerMark Brown <broonie@kernel.org>2016-08-10 21:03:25 +0100
commit0f4e0711b735a148cb6da0e6f91253b62fc2c5b2 (patch)
tree9040d3416da6e00f5afb7d57c02af4fa65bcc3ea /include/sound/simple_card_utils.h
parentASoC: rsrc-card: use asoc_simple_card_canonicalize_cpu() (diff)
downloadwireguard-linux-0f4e0711b735a148cb6da0e6f91253b62fc2c5b2.tar.xz
wireguard-linux-0f4e0711b735a148cb6da0e6f91253b62fc2c5b2.zip
ASoC: simple-card-utils: add asoc_simple_card_clean_reference()
simple-card needs to decrease the reference count of the device nodes. This patch makes this method simple style standard. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/simple_card_utils.h')
-rw-r--r--include/sound/simple_card_utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/simple_card_utils.h b/include/sound/simple_card_utils.h
index f760f559393e..403ec92164fc 100644
--- a/include/sound/simple_card_utils.h
+++ b/include/sound/simple_card_utils.h
@@ -65,4 +65,6 @@ int asoc_simple_card_canonicalize_dailink(struct snd_soc_dai_link *dai_link);
void asoc_simple_card_canonicalize_cpu(struct snd_soc_dai_link *dai_link,
int is_single_links);
+int asoc_simple_card_clean_reference(struct snd_soc_card *card);
+
#endif /* __SIMPLE_CARD_CORE_H */