diff options
author | Derek Fang <derek.fang@realtek.com> | 2022-10-12 06:13:20 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-10-13 15:01:31 +0300 |
commit | d94bf16e920047c9b4ea2b57f7b53b4ff5039d9f (patch) | |
tree | 0305874bbd2d6d6faa435869d79f9d9810620a38 /sound/soc/codecs/rt5682s.h | |
parent | 25e06831eb6f8903714f80c61f6c15352d77b07b (diff) | |
download | linux-d94bf16e920047c9b4ea2b57f7b53b4ff5039d9f.tar.xz |
ASoC: rt5682s: Fix the TDM Tx settings
Complete the missing and correct the TDM Tx settings.
Signed-off-by: Derek Fang <derek.fang@realtek.com>
Link: https://lore.kernel.org/r/20221012031320.6980-1-derek.fang@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5682s.h')
-rw-r--r-- | sound/soc/codecs/rt5682s.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5682s.h b/sound/soc/codecs/rt5682s.h index 824dc6543c18..45464a041765 100644 --- a/sound/soc/codecs/rt5682s.h +++ b/sound/soc/codecs/rt5682s.h @@ -899,6 +899,7 @@ #define RT5682S_TDM_RX_CH_8 (0x3 << 8) #define RT5682S_TDM_ADC_LCA_MASK (0x7 << 4) #define RT5682S_TDM_ADC_LCA_SFT 4 +#define RT5682S_TDM_ADC_DL_MASK (0x3 << 0) #define RT5682S_TDM_ADC_DL_SFT 0 /* TDM control 2 (0x007a) */ |