diff options
Diffstat (limited to 'sound/soc/s3c24xx')
-rw-r--r-- | sound/soc/s3c24xx/s3c-i2s-v2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/s3c-i2s-v2.c b/sound/soc/s3c24xx/s3c-i2s-v2.c index cb85498723dd..ad690b2b83ae 100644 --- a/sound/soc/s3c24xx/s3c-i2s-v2.c +++ b/sound/soc/s3c24xx/s3c-i2s-v2.c | |||
@@ -523,6 +523,8 @@ int s3c_i2sv2_iis_calc_rate(struct s3c_i2sv2_rate_calc *info, | |||
523 | unsigned int best_rate = 0; | 523 | unsigned int best_rate = 0; |
524 | unsigned int best_deviation = INT_MAX; | 524 | unsigned int best_deviation = INT_MAX; |
525 | 525 | ||
526 | pr_debug("Input clock rate %ldHz\n", clkrate); | ||
527 | |||
526 | if (fstab == NULL) | 528 | if (fstab == NULL) |
527 | fstab = iis_fs_tab; | 529 | fstab = iis_fs_tab; |
528 | 530 | ||