Skip to content

Commit

Permalink
ASoC: Display the clock rate used as the basis for rate calculation
Browse files Browse the repository at this point in the history
Aids debugging.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Apr 30, 2009
1 parent c86bde5 commit af3ea7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/s3c24xx/s3c-i2s-v2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit af3ea7b

Please sign in to comment.