ASoC: rsnd: src: make sure SRC soft reset
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 15 Jul 2015 07:12:18 +0000 (07:12 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 16 Jul 2015 21:29:20 +0000 (22:29 +0100)
commit379febfd2e30ec8db5baccd9f9403bf650c6afa1
tree334abaff24634b45debdfb970337ef63d1884963
parent636e4bad5cca947839c09d3e13ad6feeb7fa45da
ASoC: rsnd: src: make sure SRC soft reset

Renesas SCU (Sampling Rate Convert Unit) includes SRC/CTU/MIX/DVC,
and these have similar register. xxxRSR (Software reset Register) is one
of them. These xxxRSR need be set to 1 to 0 when software reset.
Current rsnd driver has src.c / dvc.c, and we will have mix.c.
It is readable if these have same named function.
This patch adds rsnd_src_soft_reset() and make sure it

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tested-by: Keita Kobayashi <keita.kobayashi.ym@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/src.c
This page took 0.033127 seconds and 5 git commands to generate.