Loading dsp/q6afe.c +1 −2 Original line number Diff line number Diff line Loading @@ -8950,8 +8950,7 @@ int afe_close(int port_id) proxy_afe_instance[port_id & 0x3] = 0; afe_close_done[port_id & 0x3] = true; } ret = -EINVAL; goto fail_cmd; return -EINVAL; } pr_debug("%s: port_id = 0x%x\n", __func__, port_id); if ((port_id == RT_PROXY_DAI_001_RX) || Loading Loading
dsp/q6afe.c +1 −2 Original line number Diff line number Diff line Loading @@ -8950,8 +8950,7 @@ int afe_close(int port_id) proxy_afe_instance[port_id & 0x3] = 0; afe_close_done[port_id & 0x3] = true; } ret = -EINVAL; goto fail_cmd; return -EINVAL; } pr_debug("%s: port_id = 0x%x\n", __func__, port_id); if ((port_id == RT_PROXY_DAI_001_RX) || Loading