Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9fd3acfe authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: bolero: remove LPI status check during device switch"

parents 287c2456 288c9e6f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -349,9 +349,6 @@ static int tx_macro_swr_pwr_event(struct snd_soc_dapm_widget *w,
	dev_dbg(tx_dev, "%s: event = %d, lpi_enable = %d\n",
		__func__, event, tx_priv->lpi_enable);

	if (!tx_priv->lpi_enable)
		return ret;

	switch (event) {
	case SND_SOC_DAPM_PRE_PMU:
		if (tx_priv->lpi_enable) {