diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2014-05-14 09:37:33 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2015-02-04 11:14:36 +0100 |
commit | 5986e833c4ff54206e1c2667c6b7119dc4b52c92 (patch) | |
tree | 40ae0452374c97f975d0cc44b598b7c8e9a1bc39 | |
parent | 1effaa2c79a20ec75f5f2d6411cea456b075fd9e (diff) | |
download | linux-stable-5986e833c4ff54206e1c2667c6b7119dc4b52c92.tar.gz linux-stable-5986e833c4ff54206e1c2667c6b7119dc4b52c92.tar.bz2 linux-stable-5986e833c4ff54206e1c2667c6b7119dc4b52c92.zip |
ASoC: ak4642: Fix typo zoro -> zero
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
(cherry picked from commit da731845d5b47c517876cb70884789aafa00771b)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | sound/soc/codecs/ak4642.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/ak4642.c b/sound/soc/codecs/ak4642.c index 86242f770c10..647be66078ec 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 */ |