From: Jassi Brar Date: Wed, 10 Mar 2010 07:48:52 +0000 (+0900) Subject: ASoC: S3C64XX: I2S: Make BCLK independent of sample size X-Git-Tag: v2.6.35-rc1~478^2^2~123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf3288260288160e22f85bbf00b281523c14b587;p=pandora-kernel.git 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 Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed