summaryrefslogtreecommitdiffstats
path: root/include/sound
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
parent27b010815bcfbb2cc79de7544547e33e4d169594 (diff)
downloadop-kernel-dev-0f4e0711b735a148cb6da0e6f91253b62fc2c5b2.zip
op-kernel-dev-0f4e0711b735a148cb6da0e6f91253b62fc2c5b2.tar.gz
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')
-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 f760f55..403ec92 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 */
OpenPOWER on IntegriCloud