diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2016-08-09 01:49:41 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-08-09 07:43:55 -0400 |
commit | c262c9ab7a956b15c4c12b81472502a587d0dfcd (patch) | |
tree | 8d8b704bf98cc18907843794d2e5d15f6ad90e94 /include/sound | |
parent | d8cb9354c86dddb1fb67d3f247c9ebbacd6b4c07 (diff) |
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')
-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, | |||
60 | 60 | ||
61 | int asoc_simple_card_init_dai(struct snd_soc_dai *dai, | 61 | int asoc_simple_card_init_dai(struct snd_soc_dai *dai, |
62 | struct asoc_simple_dai *simple_dai); | 62 | struct asoc_simple_dai *simple_dai); |
63 | |||
64 | int asoc_simple_card_canonicalize_dailink(struct snd_soc_dai_link *dai_link); | ||
65 | |||
63 | #endif /* __SIMPLE_CARD_CORE_H */ | 66 | #endif /* __SIMPLE_CARD_CORE_H */ |