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

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

Merge "asoc: bolero: Update dmic clk_div for bolero 2.x"

parents c20b6400 f2b78361
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@ static int va_macro_clk_div_get(struct snd_soc_component *component)
	if (!va_macro_get_data(component, &va_dev, &va_priv, __func__))
		return -EINVAL;

	if ((va_priv->version == BOLERO_VERSION_2_1)
	if ((va_priv->version >= BOLERO_VERSION_2_0)
		&& !va_priv->lpi_enable
		&& (va_priv->dmic_clk_div == VA_MACRO_CLK_DIV_16))
		return VA_MACRO_CLK_DIV_8;