commit | 2708bccf9c6f142c3ef5a27f15d34febe751ce4c | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Mon Nov 26 01:21:22 2018 +0000 |
committer | Mark Brown <broonie@kernel.org> | Mon Nov 26 12:23:22 2018 +0000 |
tree | b01ac4faad644765f6b202586bb1cb10fbf94dde | |
parent | 7121779fec95ce106ed3a7948d265809bd4e849b [diff] |
ASoC: soc.h: makes snd_soc_of_parse_audio_prefix() inline commit 3b7103562c03c ("ASoC: soc-core: add snd_soc_of_parse_node_prefix()") maked snd_soc_of_parse_audio_prefix() as #define. But it'd be better to make this a static inline rather than a #define. It helps with error messages and type safety. This patch makes it inline. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>