]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0ca6dc5d090ffa7fe2543c57d47fc62785485cc9
tree860c0be3778c34db9040363f05221bd054ac0541
parentf6b49a4025c538dc16e51a6e6668542a583fcc1a
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