From 8c34d19a225a046a6da2efd612fc5ca43d88c106 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Tue, 15 Jan 2013 20:18:23 -0800 Subject: [PATCH] --- yaml --- r: 353367 b: refs/heads/master c: 5d163336a77af9c1b4d6d08cbc8b1279df5f579e h: refs/heads/master i: 353365: 3c0fcc72b999657e0b0c2cd88c94c921974324b6 353363: 61e1b5837feb491cabae580cd93584a1dd9f420f 353359: a84d006120d648ba368387a394522b93fd7563b1 v: v3 --- [refs] | 2 +- trunk/include/sound/soc-dai.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e5df61d6b4d1..3f0f0746a672 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 13aec722f3c14aa6019c800465aa3ddd3638d305 +refs/heads/master: 5d163336a77af9c1b4d6d08cbc8b1279df5f579e diff --git a/trunk/include/sound/soc-dai.h b/trunk/include/sound/soc-dai.h index 3953cea0ecfb..90dc00434da8 100644 --- a/trunk/include/sound/soc-dai.h +++ b/trunk/include/sound/soc-dai.h @@ -53,7 +53,7 @@ struct snd_compr_stream; * Specifies whether the DAI can also support inverted clocks for the specified * format. */ -#define SND_SOC_DAIFMT_NB_NF (1 << 8) /* normal bit clock + frame */ +#define SND_SOC_DAIFMT_NB_NF (0 << 8) /* normal bit clock + frame */ #define SND_SOC_DAIFMT_NB_IF (2 << 8) /* normal BCLK + inv FRM */ #define SND_SOC_DAIFMT_IB_NF (3 << 8) /* invert BCLK + nor FRM */ #define SND_SOC_DAIFMT_IB_IF (4 << 8) /* invert BCLK + FRM */