OSDN Git Service

ASoC: rsnd: remove un-necessary parameter from rsnd_src_start/stop()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 27 Nov 2014 08:07:28 +0000 (08:07 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 3 Dec 2014 18:51:40 +0000 (18:51 +0000)
commitf0ef0cb84b4351601e696705c0be9cd54e264d81
tree860c0be3778c34db9040363f05221bd054ac0541
parent49229850bee539e94f0c085a0f89cbbda7f6074b
ASoC: rsnd: remove un-necessary parameter from rsnd_src_start/stop()

rsnd_src_start/stop() requests struct rsnd_dai as parameter.
but, it is not used, and become more complex in L/R error handling.
Let's remove it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/src.c