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

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

Merge "ASoC: bolero: Return the correct clk_div value"

parents e8c9cbd8 b3d5d486
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -509,7 +509,7 @@ static u8 bolero_dmic_clk_div_get(struct snd_soc_component *component,

	if (priv->macro_params[macro].clk_div_get) {
		ret = priv->macro_params[macro].clk_div_get(component);
		if (ret > 0)
		if (ret >= 0)
			return ret;
	}