projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b7e984
)
ASoC: q6dsp: q6apm: add end of stream events
author
Mohammad Rafi Shaik
<quic_mohs@quicinc.com>
Mon, 19 Jun 2023 10:16:44 +0000
(11:16 +0100)
committer
Mark Brown
<broonie@kernel.org>
Mon, 19 Jun 2023 11:58:58 +0000
(12:58 +0100)
EOS event from dsp is currently not sent to the dai drivers, add the
missing callback.
Signed-off-by: Mohammad Rafi Shaik <quic_mohs@quicinc.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link:
https://lore.kernel.org/r/20230619101653.9750-3-srinivas.kandagatla@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/qdsp6/q6apm.c
patch
|
blob
|
history
diff --git
a/sound/soc/qcom/qdsp6/q6apm.c
b/sound/soc/qcom/qdsp6/q6apm.c
index a7a3f973eb6d502876fe8bb6a55ea878d3c2ff9e..b07fee8ccac1ce5a53a948c703c0924663f6cb4c 100644
(file)
--- a/
sound/soc/qcom/qdsp6/q6apm.c
+++ b/
sound/soc/qcom/qdsp6/q6apm.c
@@
-497,6
+497,9
@@
static int graph_callback(struct gpr_resp_pkt *data, void *priv, int op)
}
break;
case DATA_CMD_WR_SH_MEM_EP_EOS_RENDERED:
+ client_event = APM_CLIENT_EVENT_CMD_EOS_DONE;
+ if (graph->cb)
+ graph->cb(client_event, hdr->token, data->payload, graph->priv);
break;
case GPR_BASIC_RSP_RESULT:
switch (result->opcode) {