diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2016-08-09 08:49:41 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-08-09 14:43:55 +0300 |
commit | c262c9ab7a956b15c4c12b81472502a587d0dfcd (patch) | |
tree | 8d8b704bf98cc18907843794d2e5d15f6ad90e94 /include/sound/simple_card_utils.h | |
parent | d8cb9354c86dddb1fb67d3f247c9ebbacd6b4c07 (diff) | |
download | linux-c262c9ab7a956b15c4c12b81472502a587d0dfcd.tar.xz |
ASoC: simple-card-utils: add asoc_simple_card_canonicalize_dailink()
simple-card is assuming that sometimes platform and cpu are same.
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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/simple_card_utils.h b/include/sound/simple_card_utils.h index 13168e029232..a71d46a95ca8 100644 --- a/include/sound/simple_card_utils.h +++ b/include/sound/simple_card_utils.h @@ -60,4 +60,7 @@ int asoc_simple_card_parse_dai(struct device_node *node, int asoc_simple_card_init_dai(struct snd_soc_dai *dai, struct asoc_simple_dai *simple_dai); + +int asoc_simple_card_canonicalize_dailink(struct snd_soc_dai_link *dai_link); + #endif /* __SIMPLE_CARD_CORE_H */ |