ASoC: rsnd: use mod array instead of list on rdai
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 3 Mar 2014 07:42:55 +0000 (23:42 -0800)
committerSimon Horman <horms@verge.net.au>
Fri, 5 Dec 2014 00:21:16 +0000 (09:21 +0900)
commitb2ed2ab68d0550939a0bec6b1e133b9fe1dada9f
tree2090b9f12da4cb831293d8259db7b338e3be4f14
parentdda44b2771db22bc16d55209d888f4455630020d
ASoC: rsnd: use mod array instead of list on rdai

struct rsnd_dai_stream used list for mod list.
It added only odd flexibility to current driver, and
it is a factor which makes extendibility difficult.
rsnd use mod array instead of list from now.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
(cherry picked from commit a126021d144bae88a563db2b57b0ad5eb1ee66d9)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
sound/soc/sh/rcar/core.c
sound/soc/sh/rcar/rsnd.h
sound/soc/sh/rcar/scu.c
sound/soc/sh/rcar/ssi.c