ASoC: rsnd: tidyup return value of rsnd_get_adinr_bit()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 17 Dec 2015 02:55:51 +0000 (02:55 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 18 Dec 2015 12:10:56 +0000 (12:10 +0000)
commit5e7b9edd928d22ffd4936fc61c80532ed6df5077
treedba1ddc74d507ae27104c8530ce8903075d82191
parentcdf310ce119989353bb6848ca8327814ae1012e2
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>
sound/soc/sh/rcar/core.c
This page took 0.025478 seconds and 5 git commands to generate.