From 9ef41670fb7afd240f057ac76cd0caecf69a29f9 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Tue, 28 Dec 2010 14:55:45 +0900 Subject: [PATCH] --- yaml --- r: 230456 b: refs/heads/master c: e9d3f95159005c42dcb3642a73a6bd751dceba78 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/sh/fsi-da7210.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a4bf087efbc9..1ab4ac16d1c7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 644a98453d5764f467b73f2e02df0d2688da1873 +refs/heads/master: e9d3f95159005c42dcb3642a73a6bd751dceba78 diff --git a/trunk/sound/soc/sh/fsi-da7210.c b/trunk/sound/soc/sh/fsi-da7210.c index a6adb6e43250..e8df9da92f71 100644 --- a/trunk/sound/soc/sh/fsi-da7210.c +++ b/trunk/sound/soc/sh/fsi-da7210.c @@ -18,7 +18,7 @@ static int fsi_da7210_init(struct snd_soc_pcm_runtime *rtd) struct snd_soc_dai *dai = rtd->codec_dai; return snd_soc_dai_set_fmt(dai, - SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF | + SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_CBM_CFM); }