commit | 5e7b9edd928d22ffd4936fc61c80532ed6df5077 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Thu Dec 17 02:55:51 2015 +0000 |
committer | Mark Brown <broonie@kernel.org> | Fri Dec 18 12:10:56 2015 +0000 |
tree | dba1ddc74d507ae27104c8530ce8903075d82191 | |
parent | cdf310ce119989353bb6848ca8327814ae1012e2 [diff] |
ASoC: rsnd: tidyup return value of rsnd_get_adinr_bit() Renesas sound driver has rsnd_get_adinr_bit/chan() functions. It is assuming _bit() returns ADINR :: OTBL, and _chan() returns ADINR :: CHNUM. Current _bit() returns both OTBL and CHNUM. This patch fixup it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>