]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rsnd: call rsnd_src_quit() from rsnd_src_quit_gen2()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 28 Oct 2015 04:30:11 +0000 (04:30 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 16 Nov 2015 10:09:29 +0000 (10:09 +0000)
commit3d934fea492a03f15f9f48d5b92ce2e7950c4346
tree0c9efa034d4cf9dda37414b0bb564ceaf529d71b
parent0c4a9a034957aaeabe5897e8196c9b0db315d8cd
ASoC: rsnd: call rsnd_src_quit() from rsnd_src_quit_gen2()

2d604e03("ASoC: rsnd: disable SRC.out only when stop timing")
added rsnd_src_quit_gen2(), but it should call rsnd_src_quit()
same as before. 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/src.c