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

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

ASoC: Display the clock rate used as the basis for rate calculation



Aids debugging.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent c86bde54
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -523,6 +523,8 @@ int s3c_i2sv2_iis_calc_rate(struct s3c_i2sv2_rate_calc *info,
	unsigned int best_rate = 0;
	unsigned int best_deviation = INT_MAX;

	pr_debug("Input clock rate %ldHz\n", clkrate);

	if (fstab == NULL)
		fstab = iis_fs_tab;