aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/cs42l52.h
diff options
context:
space:
mode:
authorBrian Austin <brian.austin@cirrus.com>2013-11-14 12:46:11 -0500
committerMark Brown <broonie@linaro.org>2013-11-28 05:20:51 -0500
commit44b2ed54036ecec36ad27adf356f0274a72e5f05 (patch)
treec3b3523615ca5ce28bdd5465de5637ca5b9e1a77 /include/sound/cs42l52.h
parenta3d36bc2aba531328f7311ef57dec7687283ec57 (diff)
ASoC: cs42l52: Make MICA/B mixer dependent on mic config
MICA/B Single-Ended input selection depends on mica/b config so lets make the mixer controls for them only show for selected mic's Signed-off-by: Brian Austin <brian.austin@cirrus.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include/sound/cs42l52.h')
-rw-r--r--include/sound/cs42l52.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sound/cs42l52.h b/include/sound/cs42l52.h
index daa91f327e4f..bbabf84bdb44 100644
--- a/include/sound/cs42l52.h
+++ b/include/sound/cs42l52.h
@@ -16,11 +16,11 @@ struct cs42l52_platform_data {
16 /* MICBIAS Level. Check datasheet Pg48 */ 16 /* MICBIAS Level. Check datasheet Pg48 */
17 unsigned int micbias_lvl; 17 unsigned int micbias_lvl;
18 18
19 /* MICA mode selection 0=Single 1=Differential */ 19 /* MICA mode selection Differential or Single-ended */
20 unsigned int mica_cfg; 20 bool mica_diff_cfg;
21 21
22 /* MICB mode selection 0=Single 1=Differential */ 22 /* MICB mode selection Differential or Single-ended */
23 unsigned int micb_cfg; 23 bool micb_diff_cfg;
24 24
25 /* Charge Pump Freq. Check datasheet Pg73 */ 25 /* Charge Pump Freq. Check datasheet Pg73 */
26 unsigned int chgfreq; 26 unsigned int chgfreq;