projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9eaa44
)
ASoC: ak4642: Fix typo zoro -> zero
author
Sascha Hauer
<s.hauer@pengutronix.de>
Wed, 14 May 2014 07:37:33 +0000
(09:37 +0200)
committer
Mark Brown
<broonie@linaro.org>
Wed, 14 May 2014 11:32:03 +0000
(12:32 +0100)
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/ak4642.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/ak4642.c
b/sound/soc/codecs/ak4642.c
index 92655cc189ae0ad5791ab3483286de18dbd559b5..3373a9c38b4de7c0e7e2727d8c83e69f73136606 100644
(file)
--- 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 Z
o
ro Crossing TimeOut */
+#define ZTM(param) ((param & 0x3) << 4) /* ALC Z
e
ro Crossing TimeOut */
#define WTM(param) (((param & 0x4) << 4) | ((param & 0x3) << 2))
/* ALC_CTL1 */