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

Commit eeba1f8b authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: wm8962: Log the selected SYSCLK ratio

parent 1993502d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2479,6 +2479,8 @@ static void wm8962_configure_bclk(struct snd_soc_codec *codec)
		return;
	}

	dev_dbg(codec->dev, "Selected sysclk ratio %d\n", sysclk_rates[i]);

	snd_soc_update_bits(codec, WM8962_CLOCKING_4,
			    WM8962_SYSCLK_RATE_MASK, clocking4);