]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rsnd: Fix parent SSI start/stop in multi-SSI mode
authorMatthias Blankertz <matthias.blankertz@cetitec.com>
Wed, 15 Apr 2020 14:10:16 +0000 (16:10 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 16 Apr 2020 11:44:58 +0000 (12:44 +0100)
commit68bfbe589c6d81d699c3a2a41ba19599c4ce5f52
treec2a8cc29d5cfe5bdc51ad7883ffc4270552302c2
parentab78212802b272b22f93d97667fe9d270e38925f
ASoC: rsnd: Fix parent SSI start/stop in multi-SSI mode

The parent SSI of a multi-SSI setup must be fully setup, started and
stopped since it is also part of the playback/capture setup. So only
skip the SSI (as per commit 16e5e18d07d1 ("ASoC: rsnd: SSI parent cares
SWSP bit") and commit 6d6dc3b7ac01 ("ASoC: rsnd: control SSICR::EN
correctly")) if the SSI is parent outside of a multi-SSI setup.

Signed-off-by: Matthias Blankertz <matthias.blankertz@cetitec.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/20200415141017.384017-2-matthias.blankertz@cetitec.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/ssi.c