diff options
author | Andy Green <andy@openmoko.com> | 2009-03-04 15:05:43 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-03-04 15:05:43 +0000 |
commit | be18539f4656ec9eb53a67dd72080e63c771b8b9 (patch) | |
tree | 9282b1d991a60b0f94ec4a1c39f7c1d02b2ad399 | |
parent | 1230bcc9fc7c72b63726731e1df8fd600dbfe96c (diff) |
fix-3d7k-misaligned-iis.patch
This one is specially for Candy Chou :-)
Signed-off-by: Andy Green <andy@openmoko.com>
-rw-r--r-- | sound/soc/s3c24xx/om_3d7k_wm8753.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/om_3d7k_wm8753.c b/sound/soc/s3c24xx/om_3d7k_wm8753.c index 840ac8fc19e..01435ff4f4a 100644 --- a/sound/soc/s3c24xx/om_3d7k_wm8753.c +++ b/sound/soc/s3c24xx/om_3d7k_wm8753.c @@ -100,7 +100,7 @@ static int om_3d7K_hifi_hw_params(struct snd_pcm_substream *substream, /* set codec DAI configuration */ ret = snd_soc_dai_set_fmt(codec_dai, - SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF | + SND_SOC_DAIFMT_LEFT_J | SND_SOC_DAIFMT_NB_NF | SND_SOC_DAIFMT_CBM_CFM); if (ret < 0) goto err; |