Loading sound/soc/msm/qdsp6v2/q6afe.c +3 −0 Original line number Diff line number Diff line Loading @@ -4215,6 +4215,9 @@ int afe_set_lpass_clk_cfg(int index, struct afe_clk_set *cfg) pr_err("%s: wait_event timeout\n", __func__); ret = -EINVAL; goto fail_cmd; } else { /* set ret to 0 as no timeout happened */ ret = 0; } if (atomic_read(&this_afe.status) != 0) { pr_err("%s: config cmd failed\n", __func__); Loading Loading
sound/soc/msm/qdsp6v2/q6afe.c +3 −0 Original line number Diff line number Diff line Loading @@ -4215,6 +4215,9 @@ int afe_set_lpass_clk_cfg(int index, struct afe_clk_set *cfg) pr_err("%s: wait_event timeout\n", __func__); ret = -EINVAL; goto fail_cmd; } else { /* set ret to 0 as no timeout happened */ ret = 0; } if (atomic_read(&this_afe.status) != 0) { pr_err("%s: config cmd failed\n", __func__); Loading