Skip to content

Commit 11e9318

Browse files
jiada-wangbroonie
authored andcommitted
ASoC: rsnd: ssiu: add missing .quit callback for gen2
commit 83b220c ("ASoC: rsnd: implement BUSIF related code in ssiu.c") moved BUSIF related code in ssiu.c which added .quit callback in ssiu.c to disable error irq when ssiu quits. But .quit callback was added only for gen1 and is missing for gen2, this causes error irq is left enabled after ssiu quits on gen2. This commit adds missing .quit callback for gen2 Signed-off-by: Wang Jiada <[email protected]> Cc: Dean Jenkins <[email protected]> Cc: Eugeniu Rosca <[email protected]> Acked-by: Kuninori Morimoto <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 1e347f8 commit 11e9318

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/sh/rcar/ssiu.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ static struct rsnd_mod_ops rsnd_ssiu_ops_gen2 = {
417417
.name = SSIU_NAME,
418418
.dma_req = rsnd_ssiu_dma_req,
419419
.init = rsnd_ssiu_init_gen2,
420+
.quit = rsnd_ssiu_quit,
420421
.start = rsnd_ssiu_start_gen2,
421422
.stop = rsnd_ssiu_stop_gen2,
422423
.get_status = rsnd_ssiu_get_status,

0 commit comments

Comments
 (0)