Commit af3ea7bd authored by Mark Brown's avatar Mark Brown

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
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment