diff options
author | Brian Austin <brian.austin@cirrus.com> | 2013-11-13 16:05:40 -0600 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-11-28 10:20:51 +0000 |
commit | a3d36bc2aba531328f7311ef57dec7687283ec57 (patch) | |
tree | 0c8a45cbb05c20f00b76a52266ecc31496077585 /include/sound/cs42l52.h | |
parent | 7ae10ed2ee757f2ce19188e540eaa44f337c7cd2 (diff) |
ASoC: cs42l52: Reorganize MICA/B Config and Select
This patch reworks the MICA an MICB config for single-ended or
differential and the selection of which MIC for the single config
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.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/sound/cs42l52.h b/include/sound/cs42l52.h index 7c2be4a51894..daa91f327e4f 100644 --- a/include/sound/cs42l52.h +++ b/include/sound/cs42l52.h @@ -22,12 +22,6 @@ struct cs42l52_platform_data { /* MICB mode selection 0=Single 1=Differential */ unsigned int micb_cfg; - /* MICA Select 0=MIC1A 1=MIC2A */ - unsigned int mica_sel; - - /* MICB Select 0=MIC2A 1=MIC2B */ - unsigned int micb_sel; - /* Charge Pump Freq. Check datasheet Pg73 */ unsigned int chgfreq; |