ASoC: ak4642: Fix typo zoro -> zero
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
c9eaa447e7
commit
da731845d5
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue