Loading asoc/codecs/bolero/bolero-cdc.c +1 −1 Original line number Diff line number Diff line Loading @@ -1400,7 +1400,6 @@ static int bolero_probe(struct platform_device *pdev) mutex_init(&priv->vote_lock); INIT_WORK(&priv->bolero_add_child_devices_work, bolero_add_child_devices); schedule_work(&priv->bolero_add_child_devices_work); /* Register LPASS core hw vote */ lpass_core_hw_vote = devm_clk_get(&pdev->dev, "lpass_core_hw_vote"); Loading @@ -1424,6 +1423,7 @@ static int bolero_probe(struct platform_device *pdev) } priv->lpass_audio_hw_vote = lpass_audio_hw_vote; schedule_work(&priv->bolero_add_child_devices_work); return 0; } Loading asoc/codecs/bolero/rx-macro.c +1 −1 Original line number Diff line number Diff line Loading @@ -4238,12 +4238,12 @@ static int rx_macro_probe(struct platform_device *pdev) "%s: register macro failed\n", __func__); goto err_reg_macro; } schedule_work(&rx_priv->rx_macro_add_child_devices_work); pm_runtime_set_autosuspend_delay(&pdev->dev, AUTO_SUSPEND_DELAY); pm_runtime_use_autosuspend(&pdev->dev); pm_runtime_set_suspended(&pdev->dev); pm_suspend_ignore_children(&pdev->dev, true); pm_runtime_enable(&pdev->dev); schedule_work(&rx_priv->rx_macro_add_child_devices_work); return 0; Loading asoc/codecs/bolero/tx-macro.c +2 −2 Original line number Diff line number Diff line Loading @@ -3522,13 +3522,13 @@ static int tx_macro_probe(struct platform_device *pdev) "%s: register macro failed\n", __func__); goto err_reg_macro; } if (is_used_tx_swr_gpio) schedule_work(&tx_priv->tx_macro_add_child_devices_work); pm_runtime_set_autosuspend_delay(&pdev->dev, AUTO_SUSPEND_DELAY); pm_runtime_use_autosuspend(&pdev->dev); pm_runtime_set_suspended(&pdev->dev); pm_suspend_ignore_children(&pdev->dev, true); pm_runtime_enable(&pdev->dev); if (is_used_tx_swr_gpio) schedule_work(&tx_priv->tx_macro_add_child_devices_work); return 0; err_reg_macro: Loading asoc/codecs/bolero/va-macro.c +2 −2 Original line number Diff line number Diff line Loading @@ -3211,13 +3211,13 @@ static int va_macro_probe(struct platform_device *pdev) dev_err(&pdev->dev, "%s: register macro failed\n", __func__); goto reg_macro_fail; } if (is_used_va_swr_gpio) schedule_work(&va_priv->va_macro_add_child_devices_work); pm_runtime_set_autosuspend_delay(&pdev->dev, VA_AUTO_SUSPEND_DELAY); pm_runtime_use_autosuspend(&pdev->dev); pm_runtime_set_suspended(&pdev->dev); pm_suspend_ignore_children(&pdev->dev, true); pm_runtime_enable(&pdev->dev); if (is_used_va_swr_gpio) schedule_work(&va_priv->va_macro_add_child_devices_work); return ret; reg_macro_fail: Loading asoc/codecs/bolero/wsa-macro.c +1 −1 Original line number Diff line number Diff line Loading @@ -3250,12 +3250,12 @@ static int wsa_macro_probe(struct platform_device *pdev) dev_err(&pdev->dev, "%s: register macro failed\n", __func__); goto reg_macro_fail; } schedule_work(&wsa_priv->wsa_macro_add_child_devices_work); pm_runtime_set_autosuspend_delay(&pdev->dev, AUTO_SUSPEND_DELAY); pm_runtime_use_autosuspend(&pdev->dev); pm_runtime_set_suspended(&pdev->dev); pm_suspend_ignore_children(&pdev->dev, true); pm_runtime_enable(&pdev->dev); schedule_work(&wsa_priv->wsa_macro_add_child_devices_work); return ret; reg_macro_fail: Loading Loading
asoc/codecs/bolero/bolero-cdc.c +1 −1 Original line number Diff line number Diff line Loading @@ -1400,7 +1400,6 @@ static int bolero_probe(struct platform_device *pdev) mutex_init(&priv->vote_lock); INIT_WORK(&priv->bolero_add_child_devices_work, bolero_add_child_devices); schedule_work(&priv->bolero_add_child_devices_work); /* Register LPASS core hw vote */ lpass_core_hw_vote = devm_clk_get(&pdev->dev, "lpass_core_hw_vote"); Loading @@ -1424,6 +1423,7 @@ static int bolero_probe(struct platform_device *pdev) } priv->lpass_audio_hw_vote = lpass_audio_hw_vote; schedule_work(&priv->bolero_add_child_devices_work); return 0; } Loading
asoc/codecs/bolero/rx-macro.c +1 −1 Original line number Diff line number Diff line Loading @@ -4238,12 +4238,12 @@ static int rx_macro_probe(struct platform_device *pdev) "%s: register macro failed\n", __func__); goto err_reg_macro; } schedule_work(&rx_priv->rx_macro_add_child_devices_work); pm_runtime_set_autosuspend_delay(&pdev->dev, AUTO_SUSPEND_DELAY); pm_runtime_use_autosuspend(&pdev->dev); pm_runtime_set_suspended(&pdev->dev); pm_suspend_ignore_children(&pdev->dev, true); pm_runtime_enable(&pdev->dev); schedule_work(&rx_priv->rx_macro_add_child_devices_work); return 0; Loading
asoc/codecs/bolero/tx-macro.c +2 −2 Original line number Diff line number Diff line Loading @@ -3522,13 +3522,13 @@ static int tx_macro_probe(struct platform_device *pdev) "%s: register macro failed\n", __func__); goto err_reg_macro; } if (is_used_tx_swr_gpio) schedule_work(&tx_priv->tx_macro_add_child_devices_work); pm_runtime_set_autosuspend_delay(&pdev->dev, AUTO_SUSPEND_DELAY); pm_runtime_use_autosuspend(&pdev->dev); pm_runtime_set_suspended(&pdev->dev); pm_suspend_ignore_children(&pdev->dev, true); pm_runtime_enable(&pdev->dev); if (is_used_tx_swr_gpio) schedule_work(&tx_priv->tx_macro_add_child_devices_work); return 0; err_reg_macro: Loading
asoc/codecs/bolero/va-macro.c +2 −2 Original line number Diff line number Diff line Loading @@ -3211,13 +3211,13 @@ static int va_macro_probe(struct platform_device *pdev) dev_err(&pdev->dev, "%s: register macro failed\n", __func__); goto reg_macro_fail; } if (is_used_va_swr_gpio) schedule_work(&va_priv->va_macro_add_child_devices_work); pm_runtime_set_autosuspend_delay(&pdev->dev, VA_AUTO_SUSPEND_DELAY); pm_runtime_use_autosuspend(&pdev->dev); pm_runtime_set_suspended(&pdev->dev); pm_suspend_ignore_children(&pdev->dev, true); pm_runtime_enable(&pdev->dev); if (is_used_va_swr_gpio) schedule_work(&va_priv->va_macro_add_child_devices_work); return ret; reg_macro_fail: Loading
asoc/codecs/bolero/wsa-macro.c +1 −1 Original line number Diff line number Diff line Loading @@ -3250,12 +3250,12 @@ static int wsa_macro_probe(struct platform_device *pdev) dev_err(&pdev->dev, "%s: register macro failed\n", __func__); goto reg_macro_fail; } schedule_work(&wsa_priv->wsa_macro_add_child_devices_work); pm_runtime_set_autosuspend_delay(&pdev->dev, AUTO_SUSPEND_DELAY); pm_runtime_use_autosuspend(&pdev->dev); pm_runtime_set_suspended(&pdev->dev); pm_suspend_ignore_children(&pdev->dev, true); pm_runtime_enable(&pdev->dev); schedule_work(&wsa_priv->wsa_macro_add_child_devices_work); return ret; reg_macro_fail: Loading