diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2019-09-04 09:14:57 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-09-09 11:02:23 +0100 |
commit | 4ca47d21bf7aa044c703688fa715862183dd6a3c (patch) | |
tree | 03a46a5edd2c73e7b92cecae9cee6378b1740882 /sound/aoa/codecs | |
parent | b006c0c6ed0dc779e64a8d7a25f5cf316fa3562c (diff) | |
download | lwn-4ca47d21bf7aa044c703688fa715862183dd6a3c.tar.gz lwn-4ca47d21bf7aa044c703688fa715862183dd6a3c.zip |
ASoC: soc-core: self contained soc_remove_link_dais()
Current soc_remove_link_dais() implementation is very half,
thus it is very difficult to read.
for_each_comp_order(xxx) {
for_each_card_rtds(xxx)
=> soc_remove_link_dais(xxx);
}
This patch does all for_each_xxx() under soc_remove_link_dais(),
and makes it to self contained.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/871rwwq5mm.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/aoa/codecs')
0 files changed, 0 insertions, 0 deletions