diff options
Diffstat (limited to 'sound/soc/s3c24xx/s3c-i2s-v2.h')
-rw-r--r-- | sound/soc/s3c24xx/s3c-i2s-v2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/s3c-i2s-v2.h b/sound/soc/s3c24xx/s3c-i2s-v2.h index ea56467f5adc..39a6db6a565c 100644 --- a/sound/soc/s3c24xx/s3c-i2s-v2.h +++ b/sound/soc/s3c24xx/s3c-i2s-v2.h | |||
@@ -60,6 +60,8 @@ struct s3c_i2sv2_info { | |||
60 | u32 suspend_iispsr; | 60 | u32 suspend_iispsr; |
61 | }; | 61 | }; |
62 | 62 | ||
63 | extern struct clk *s3c_i2sv2_get_clock(struct snd_soc_dai *cpu_dai); | ||
64 | |||
63 | struct s3c_i2sv2_rate_calc { | 65 | struct s3c_i2sv2_rate_calc { |
64 | unsigned int clk_div; /* for prescaler */ | 66 | unsigned int clk_div; /* for prescaler */ |
65 | unsigned int fs_div; /* for root frame clock */ | 67 | unsigned int fs_div; /* for root frame clock */ |