commit | 5f222a29212cac3b64e7da8657d4404cc8201595 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Wed Oct 19 03:57:08 2016 +0000 |
committer | Mark Brown <broonie@kernel.org> | Mon Oct 24 18:23:29 2016 +0100 |
tree | ecde5e7d65f951f4604e043fbead6961bd260413 | |
parent | b3ca3fbeb229890e8de569d1b34cd46fcb95826c [diff] |
ASoC: rsnd: use for_each_rsnd_mod_xxx() on rsnd_dai_call() Current rsnd driver is using too complex macro for for-loop of each mod. rsnd_dai_call() is especially defined as very complex macro. It is easier to read just a little bit by using for_each_rsnd_mod_xxx() and new rsnd_status_update() Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>