From 5986e833c4ff54206e1c2667c6b7119dc4b52c92 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 14 May 2014 09:37:33 +0200 Subject: [PATCH] ASoC: ak4642: Fix typo zoro -> zero Signed-off-by: Sascha Hauer Signed-off-by: Mark Brown (cherry picked from commit da731845d5b47c517876cb70884789aafa00771b) Signed-off-by: Simon Horman --- sound/soc/codecs/ak4642.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/ak4642.c b/sound/soc/codecs/ak4642.c index 86242f77..647be66 100644 --- a/sound/soc/codecs/ak4642.c +++ b/sound/soc/codecs/ak4642.c @@ -98,7 +98,7 @@ #define MGAIN0 (1 << 0) /* MIC amp gain*/ /* TIMER */ -#define ZTM(param) ((param & 0x3) << 4) /* ALC Zoro Crossing TimeOut */ +#define ZTM(param) ((param & 0x3) << 4) /* ALC Zero Crossing TimeOut */ #define WTM(param) (((param & 0x4) << 4) | ((param & 0x3) << 2)) /* ALC_CTL1 */ -- 2.7.4