]> git.proxmox.com Git - mirror_ubuntu-eoan-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)
commit49ee73b441f5734c3da254c60e134f343b89911a
treea3a1aad83daa9a568725bdff62c913dcd2b4f665
parent52dc68524327ed7bedfc2856bca4fa634f11141a
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