OSDN Git Service

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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Dec 2017 08:28:18 +0000 (09:28 +0100)
commitc7c8667117996129fb14d10e99c5f45d9946c670
tree7a99740dc16fe03e48a4dd8a60495175c218c944
parent202c73946455e29db412cd594c0d7e47efcb28fa
ASoC: rcar: avoid SSI_MODEx settings for SSI8

[ Upstream commit 4b30eebfc35c67771b5f58d9274d3e321b72d7a8 ]

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>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/sh/rcar/ssiu.c