projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bf5d8f
)
ASoC: rsnd: add missing .irq callback for DMA
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Thu, 18 Feb 2016 08:16:43 +0000
(08:16 +0000)
committer
Mark Brown
<broonie@kernel.org>
Fri, 19 Feb 2016 15:53:02 +0000
(
00:53
+0900)
commit
b5b442abd9d5
("ASoC: rsnd: add .irq callback") added .irq callback
but SSI DMA is missing it. This patch adds it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/ssi.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/sh/rcar/ssi.c
b/sound/soc/sh/rcar/ssi.c
index 90c3f58821dbdb5c742487ee627b4e07c94a6738..b1a29e28b25129ee960f2409a70eeea8f2309f52 100644
(file)
--- a/
sound/soc/sh/rcar/ssi.c
+++ b/
sound/soc/sh/rcar/ssi.c
@@
-694,6
+694,7
@@
static struct rsnd_mod_ops rsnd_ssi_dma_ops = {
.quit = rsnd_ssi_quit,
.start = rsnd_ssi_start,
.stop = rsnd_ssi_stop,
+ .irq = rsnd_ssi_irq,
.fallback = rsnd_ssi_fallback,
.hw_params = rsnd_ssi_hw_params,
};