diff options
| author | Sascha Hauer <s.hauer@pengutronix.de> | 2014-05-14 03:37:33 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@linaro.org> | 2014-05-14 07:32:03 -0400 |
| commit | da731845d5b47c517876cb70884789aafa00771b (patch) | |
| tree | 6d855019ec85ad59d885a3fa1bfe535601d5060d | |
| parent | c9eaa447e77efe77b7fa4c953bd62de8297fd6c5 (diff) | |
ASoC: ak4642: Fix typo zoro -> zero
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
| -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 92655cc189ae..3373a9c38b4d 100644 --- a/sound/soc/codecs/ak4642.c +++ b/sound/soc/codecs/ak4642.c | |||
| @@ -98,7 +98,7 @@ | |||
| 98 | #define MGAIN0 (1 << 0) /* MIC amp gain*/ | 98 | #define MGAIN0 (1 << 0) /* MIC amp gain*/ |
| 99 | 99 | ||
| 100 | /* TIMER */ | 100 | /* TIMER */ |
| 101 | #define ZTM(param) ((param & 0x3) << 4) /* ALC Zoro Crossing TimeOut */ | 101 | #define ZTM(param) ((param & 0x3) << 4) /* ALC Zero Crossing TimeOut */ |
| 102 | #define WTM(param) (((param & 0x4) << 4) | ((param & 0x3) << 2)) | 102 | #define WTM(param) (((param & 0x4) << 4) | ((param & 0x3) << 2)) |
| 103 | 103 | ||
| 104 | /* ALC_CTL1 */ | 104 | /* ALC_CTL1 */ |
