diff options
author | Bard Liao <bardliao@realtek.com> | 2015-05-05 16:42:01 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-05-06 20:49:20 +0300 |
commit | ac4fc3eeb79e06499779db99937522526e863ab6 (patch) | |
tree | 82052a8ac946b62e29d8a7234e425993c6e5d0e1 /sound/soc/codecs/rt5645.h | |
parent | 786aa09b27be7916c1281d7a29a394bd1ae7a4dc (diff) | |
download | linux-ac4fc3eeb79e06499779db99937522526e863ab6.tar.xz |
ASoC: rt5645: remove unused field in pdata
We can know if dmic is used by reading the value of dmic1_data_pin
and dmic2_data_pin. Also IRQ must be used if codec JD or button
detection function is used. So, dmic_en and en_jd_func can be remove
from platform data.
Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5645.h')
-rw-r--r-- | sound/soc/codecs/rt5645.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5645.h b/sound/soc/codecs/rt5645.h index c204861d31d9..9ec4e899795d 100644 --- a/sound/soc/codecs/rt5645.h +++ b/sound/soc/codecs/rt5645.h @@ -2145,6 +2145,7 @@ enum { }; enum { + RT5645_DMIC1_DISABLE, RT5645_DMIC_DATA_IN2P, RT5645_DMIC_DATA_GPIO6, RT5645_DMIC_DATA_GPIO10, @@ -2152,6 +2153,7 @@ enum { }; enum { + RT5645_DMIC2_DISABLE, RT5645_DMIC_DATA_IN2N, RT5645_DMIC_DATA_GPIO5, RT5645_DMIC_DATA_GPIO11, |