Loading sound/soc/msm/qdsp6v2/q6asm.c +5 −0 Original line number Diff line number Diff line Loading @@ -3753,6 +3753,11 @@ int q6asm_read(struct audio_client *ac) mutex_lock(&port->lock); dsp_buf = port->dsp_buf; if (port->buf == NULL) { pr_err("%s buf is NULL\n", __func__); mutex_unlock(&port->lock); return -EINVAL; } ab = &port->buf[dsp_buf]; pr_debug("%s:session[%d]dsp-buf[%d][%p]cpu_buf[%d][%pa]\n", Loading Loading
sound/soc/msm/qdsp6v2/q6asm.c +5 −0 Original line number Diff line number Diff line Loading @@ -3753,6 +3753,11 @@ int q6asm_read(struct audio_client *ac) mutex_lock(&port->lock); dsp_buf = port->dsp_buf; if (port->buf == NULL) { pr_err("%s buf is NULL\n", __func__); mutex_unlock(&port->lock); return -EINVAL; } ab = &port->buf[dsp_buf]; pr_debug("%s:session[%d]dsp-buf[%d][%p]cpu_buf[%d][%pa]\n", Loading