mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 01:06:48 +07:00
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>
This commit is contained in:
parent
e7d850dd10
commit
f36a82264d
@ -621,7 +621,7 @@ static int rsnd_src_quit_gen2(struct rsnd_mod *mod,
|
||||
/* stop both out/in */
|
||||
rsnd_mod_write(mod, SRC_CTRL, 0);
|
||||
|
||||
return 0;
|
||||
return rsnd_src_quit(mod, io, priv);
|
||||
}
|
||||
|
||||
static void __rsnd_src_interrupt_gen2(struct rsnd_mod *mod,
|
||||
|
Loading…
Reference in New Issue
Block a user