diff options
author | Kevin Lu <luminlong@139.com> | 2022-08-15 13:27:15 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-08-17 14:00:29 +0200 |
commit | 4e82971f7b556cff3491c867e8840e7d788693b9 (patch) | |
tree | 448bbc2eb23614c159b9301f3ea96ae50c4901d8 /sound/soc/codecs/tlv320adcx140.h | |
parent | ASoC: qcom: qdsp6: q6prm: add new clocks (diff) | |
download | linux-4e82971f7b556cff3491c867e8840e7d788693b9.tar.xz linux-4e82971f7b556cff3491c867e8840e7d788693b9.zip |
ASoC: tlv320adcx140: Add a new kcontrol
Add a new kcontrol for phase calib
Signed-off-by: Kevin Lu <luminlong@139.com>
Link: https://lore.kernel.org/r/20220815112715.21617-1-luminlong@139.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/tlv320adcx140.h')
-rw-r--r-- | sound/soc/codecs/tlv320adcx140.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/tlv320adcx140.h b/sound/soc/codecs/tlv320adcx140.h index 795b5f7194e6..fd80fac8b327 100644 --- a/sound/soc/codecs/tlv320adcx140.h +++ b/sound/soc/codecs/tlv320adcx140.h @@ -90,6 +90,7 @@ #define ADCX140_PWR_CFG 0x75 #define ADCX140_DEV_STS0 0x76 #define ADCX140_DEV_STS1 0x77 +#define ADCX140_PHASE_CALIB 0X7b #define ADCX140_RESET BIT(0) |