Loading asoc/codecs/bolero/tx-macro.c +2 −1 Original line number Diff line number Diff line Loading @@ -2330,7 +2330,8 @@ static int tx_macro_register_event_listener(struct snd_soc_component *component, "%s: priv is null for macro!\n", __func__); return -EINVAL; } if (tx_priv->swr_ctrl_data && !tx_priv->tx_swr_clk_cnt) { if (tx_priv->swr_ctrl_data && (!tx_priv->tx_swr_clk_cnt || !tx_priv->va_swr_clk_cnt)) { if (enable) { ret = swrm_wcd_notify( tx_priv->swr_ctrl_data[0].tx_swr_pdev, Loading Loading
asoc/codecs/bolero/tx-macro.c +2 −1 Original line number Diff line number Diff line Loading @@ -2330,7 +2330,8 @@ static int tx_macro_register_event_listener(struct snd_soc_component *component, "%s: priv is null for macro!\n", __func__); return -EINVAL; } if (tx_priv->swr_ctrl_data && !tx_priv->tx_swr_clk_cnt) { if (tx_priv->swr_ctrl_data && (!tx_priv->tx_swr_clk_cnt || !tx_priv->va_swr_clk_cnt)) { if (enable) { ret = swrm_wcd_notify( tx_priv->swr_ctrl_data[0].tx_swr_pdev, Loading