projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c2c3cb
)
ASoC: SOF: imx: make dsp_ops static
author
Pierre-Louis Bossart
<pierre-louis.bossart@linux.intel.com>
Fri, 15 May 2020 13:59:57 +0000
(16:59 +0300)
committer
Mark Brown
<broonie@kernel.org>
Mon, 18 May 2020 12:24:58 +0000
(13:24 +0100)
This was in the SOF tree but lost in upstream contributions
Fixes:
202acc565a1f05
("ASoC: SOF: imx: Add i.MX8 HW support")
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Link:
https://lore.kernel.org/r/20200515135958.17511-8-kai.vehmanen@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/imx/imx8.c
patch
|
blob
|
history
diff --git
a/sound/soc/sof/imx/imx8.c
b/sound/soc/sof/imx/imx8.c
index 68b2edccd79166dfa823bd7517f75697c2b62d00..63f9c20a1bacf57b2e0cf3cadd2e0f636d486215 100644
(file)
--- a/
sound/soc/sof/imx/imx8.c
+++ b/
sound/soc/sof/imx/imx8.c
@@
-119,7
+119,7
@@
static void imx8_dsp_handle_request(struct imx_dsp_ipc *ipc)
snd_sof_ipc_msgs_rx(priv->sdev);
}
-struct imx_dsp_ops dsp_ops = {
+st
atic st
ruct imx_dsp_ops dsp_ops = {
.handle_reply = imx8_dsp_handle_reply,
.handle_request = imx8_dsp_handle_request,
};