projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c778879
)
ASoC: cs42l52: microphone bias is controlled by IFACE_CTL2 register.
author
Nicolas Schichan
<nschichan@freebox.fr>
Wed, 22 May 2013 17:19:25 +0000
(19:19 +0200)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Wed, 22 May 2013 18:36:38 +0000
(13:36 -0500)
Signed-off-by: Nicolas Schichan <nschichan@freebox.fr>
Acked-by: Brian Austin <brian.austin@cirrus.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/cs42l52.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/cs42l52.c
b/sound/soc/codecs/cs42l52.c
index
0f6f481
..
1a17c85
100644
(file)
--- a/
sound/soc/codecs/cs42l52.c
+++ b/
sound/soc/codecs/cs42l52.c
@@
-225,7
+225,7
@@
static const char * const mic_bias_level_text[] = {
};
static const struct soc_enum mic_bias_level_enum =
- SOC_ENUM_SINGLE(CS42L52_IFACE_CTL
1
, 0,
+ SOC_ENUM_SINGLE(CS42L52_IFACE_CTL
2
, 0,
ARRAY_SIZE(mic_bias_level_text), mic_bias_level_text);
static const char * const cs42l52_mic_text[] = { "Single", "Differential" };