]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rsnd: SSI/SSIU use rsnd_get_slot_extend() to check TDM
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 17 Dec 2015 02:56:50 +0000 (02:56 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 18 Dec 2015 12:10:56 +0000 (12:10 +0000)
commitdc460d3e931ceefac339f195e6759c283c074f51
treea3a1aad83daa9a568725bdff62c913dcd2b4f665
parent5a33c4b274406b2d3ea62bbe4570579e21a86792
ASoC: rsnd: SSI/SSIU use rsnd_get_slot_extend() to check TDM

Current SSI/SSIU are using rsnd_get_slot_runtime() to check TDM,
but using rsnd_get_slot_extend() is more sane.
This patch fix it up

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/ssi.c
sound/soc/sh/rcar/ssiu.c