ASoC: S3C64XX: I2S: Make BCLK independent of sample size
authorJassi Brar <jassi.brar@samsung.com>
Wed, 10 Mar 2010 07:48:52 +0000 (16:48 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 10 Mar 2010 18:45:50 +0000 (18:45 +0000)
commitbf3288260288160e22f85bbf00b281523c14b587
tree10bd42573b64d045ff005a223d5dca70220cdb54
parentfad837c16cdd856c68ce2e1335ad0fe836ed8ecd
ASoC: S3C64XX: I2S: Make BCLK independent of sample size

For some CPU-CODEC and source clock combination we might need to set
BCLK to N*Sample_size*LRCLK, where N may be even 3 or 4, not just 2.

We can simply remove the dependency of BCLK on sample size as there
is already a callback(S3C_I2SV2_DIV_BCLK) available to set required BCLK.

Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/s3c24xx/s3c-i2s-v2.c