summaryrefslogtreecommitdiff
path: root/sound/soc/msm
diff options
context:
space:
mode:
authorManish Dewangan <manish@codeaurora.org>2017-06-12 15:35:18 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-06-13 22:22:09 -0700
commitf5a7555de3bb1da8d7ac70418c6defb515a56b5a (patch)
treed1d58149906e83783eb10fd3e10a1b91cdbb88d1 /sound/soc/msm
parentf32e95c6374b76de8f94a3839a25a6357ddfa19e (diff)
qdspv2: Add latency calculation support in pcm offload path
Update cold and continuous latency debug fs entries for offload path to support latency calculation for pcm offload path. CRs-Fixed: 2059729 Change-Id: Ic59c7b2fec76e682837c89926595fb3262d01aa8 Signed-off-by: Manish Dewangan <manish@codeaurora.org>
Diffstat (limited to 'sound/soc/msm')
-rw-r--r--sound/soc/msm/qdsp6v2/q6asm.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/soc/msm/qdsp6v2/q6asm.c b/sound/soc/msm/qdsp6v2/q6asm.c
index 6f097b7e8dd5..44e5b01b1ccb 100644
--- a/sound/soc/msm/qdsp6v2/q6asm.c
+++ b/sound/soc/msm/qdsp6v2/q6asm.c
@@ -1952,13 +1952,13 @@ static int32_t q6asm_callback(struct apr_client_data *data, void *priv)
port->buf[buf_index].used = 1;
spin_unlock_irqrestore(&port->dsp_lock, dsp_flags);
- config_debug_fs_write_cb();
for (i = 0; i < port->max_buf_cnt; i++)
dev_vdbg(ac->dev, "%s %d\n",
__func__, port->buf[i].used);
}
+ config_debug_fs_write_cb();
break;
}
case ASM_STREAM_CMDRSP_GET_PP_PARAMS_V2:
@@ -7750,6 +7750,8 @@ int q6asm_async_write(struct audio_client *ac,
}
}
+ config_debug_fs_write(ab);
+
rc = apr_send_pkt(ac->apr, (uint32_t *) &write);
if (rc < 0) {
pr_err("%s: write op[0x%x]rc[%d]\n", __func__,