]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rcar: avoid SSI_MODEx settings for SSI8
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 3 Mar 2017 04:25:09 +0000 (04:25 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 6 Mar 2017 10:16:08 +0000 (11:16 +0100)
commit4e6f7fb9c1b8dbbd1e5e0f41ddc7b8c49786ab42
tree8571d81a97e2a4b9a140ef481a6771834ebdff4f
parent94e2a518d0ac4a168bccd1446b1a1407458c45bd
ASoC: rcar: avoid SSI_MODEx settings for SSI8

SSI8 is is sharing pin with SSI7, and nothing to do for SSI_MODEx.
It is special pin and it needs special settings whole system,
but we can't confirm it, because we never have SSI8 available board.

This patch fixup SSI_MODEx settings error for SSI8 on connection test,
but should be confirmed behavior on real board in the future.

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