Searched hist:"54 cb5562" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/sound/soc/sh/rcar/ |
H A D | rsnd.h | 54cb5562 Thu Jan 15 02:06:24 CST 2015 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> ASoC: rsnd: add rsnd_io_to_rdai()
Current rsnd driver request rdai in everywhere, but each mod should reach to rdai by itself. this patch adds missing rsnd_io_to_rdai().
io = rsnd_mod_to_io(mod); rdai = rsnd_io_to_rdai(io);
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org> 54cb5562 Thu Jan 15 02:06:24 CST 2015 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> ASoC: rsnd: add rsnd_io_to_rdai() Current rsnd driver request rdai in everywhere, but each mod should reach to rdai by itself. this patch adds missing rsnd_io_to_rdai(). io = rsnd_mod_to_io(mod); rdai = rsnd_io_to_rdai(io); Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
|
H A D | core.c | 54cb5562 Thu Jan 15 02:06:24 CST 2015 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> ASoC: rsnd: add rsnd_io_to_rdai()
Current rsnd driver request rdai in everywhere, but each mod should reach to rdai by itself. this patch adds missing rsnd_io_to_rdai().
io = rsnd_mod_to_io(mod); rdai = rsnd_io_to_rdai(io);
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org> 54cb5562 Thu Jan 15 02:06:24 CST 2015 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> ASoC: rsnd: add rsnd_io_to_rdai() Current rsnd driver request rdai in everywhere, but each mod should reach to rdai by itself. this patch adds missing rsnd_io_to_rdai(). io = rsnd_mod_to_io(mod); rdai = rsnd_io_to_rdai(io); Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
|