Loading dsp/q6asm.c +2 −5 Original line number Diff line number Diff line Loading @@ -1788,12 +1788,9 @@ static int32_t q6asm_srvc_callback(struct apr_client_data *data, void *priv) buf_node = list_entry(ptr, struct asm_buffer_node, list); if (buf_node->buf_phys_addr == common_client.port[i].buf->phys) { list_del(&buf_node->list); kfree(buf_node); } } pr_debug("%s: Clearing custom topology\n", __func__); } Loading Loading
dsp/q6asm.c +2 −5 Original line number Diff line number Diff line Loading @@ -1788,12 +1788,9 @@ static int32_t q6asm_srvc_callback(struct apr_client_data *data, void *priv) buf_node = list_entry(ptr, struct asm_buffer_node, list); if (buf_node->buf_phys_addr == common_client.port[i].buf->phys) { list_del(&buf_node->list); kfree(buf_node); } } pr_debug("%s: Clearing custom topology\n", __func__); } Loading