[pkg-fso-commits] [SCM] linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko branch, andy-tracking, updated. upstream/20090303.gitb9de904e-140-g23b564c

Andy Green agreen at octopus.localdomain
Mon Jun 8 17:28:58 UTC 2009


The following commit has been merged in the andy-tracking branch:
commit be18539f4656ec9eb53a67dd72080e63c771b8b9
Author: Andy Green <andy at openmoko.com>
Date:   Wed Mar 4 15:05:43 2009 +0000

    fix-3d7k-misaligned-iis.patch
    
    This one is specially for Candy Chou :-)
    
    Signed-off-by: Andy Green <andy at openmoko.com>

diff --git a/sound/soc/s3c24xx/om_3d7k_wm8753.c b/sound/soc/s3c24xx/om_3d7k_wm8753.c
index 840ac8f..01435ff 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;

-- 
linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko



More information about the pkg-fso-commits mailing list