ASoC: rsnd: fix sound route path when using SRC6/SRC9
authorHiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Wed, 1 Mar 2017 03:51:00 +0000 (03:51 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Dec 2017 09:07:20 +0000 (10:07 +0100)
commit143d13d1e6c0a9ea7e6e86a0279907b174a42b4d
tree9433c861afe698e0dc690107ed582b6125a50a31
parent97b75dad9dd1bc352e199d15516978edb06792fd
ASoC: rsnd: fix sound route path when using SRC6/SRC9

[ Upstream commit a1c2ff53726907aff5feb37e4cfd45c1ff626431 ]

This patch fixes the problem that the missing value of the route path
setting table and incorrect values are set in the CMD_ROUTE_SELECT
register.

Signed-off-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
[Kuninori: shared data on MIX and non-MIX case]
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@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/cmd.c