diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2016-08-10 05:20:19 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-08-10 23:03:25 +0300 |
commit | 983cebd602af8c2bf9d5830f15fb4e18fb38f994 (patch) | |
tree | 242b5498396bb2bc99cb748006cf2bc17a739a89 /include/sound/simple_card_utils.h | |
parent | a09f383ef72947b7d59fc7fe50fe332ab5c35dca (diff) | |
download | linux-983cebd602af8c2bf9d5830f15fb4e18fb38f994.tar.xz |
ASoC: simple-card-utils: add asoc_simple_card_canonicalize_cpu()
simple-card needs remove dai_link->cpu_dai_name if it CPU was
single DAI.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/simple_card_utils.h b/include/sound/simple_card_utils.h index a71d46a95ca8..f760f559393e 100644 --- a/include/sound/simple_card_utils.h +++ b/include/sound/simple_card_utils.h @@ -62,5 +62,7 @@ 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); +void asoc_simple_card_canonicalize_cpu(struct snd_soc_dai_link *dai_link, + int is_single_links); #endif /* __SIMPLE_CARD_CORE_H */ |