diff options
Diffstat (limited to 'include/sound/rt5682s.h')
| -rw-r--r-- | include/sound/rt5682s.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/include/sound/rt5682s.h b/include/sound/rt5682s.h index f18d91308b9a..006e6003d11c 100644 --- a/include/sound/rt5682s.h +++ b/include/sound/rt5682s.h @@ -31,16 +31,21 @@ enum rt5682s_dai_clks { RT5682S_DAI_NUM_CLKS, }; -struct rt5682s_platform_data { - - int ldo1_en; /* GPIO for LDO1_EN */ +enum { + RT5682S_LDO_1_607V, + RT5682S_LDO_1_5V, + RT5682S_LDO_1_406V, + RT5682S_LDO_1_731V, +}; +struct rt5682s_platform_data { enum rt5682s_dmic1_data_pin dmic1_data_pin; enum rt5682s_dmic1_clk_pin dmic1_clk_pin; enum rt5682s_jd_src jd_src; unsigned int dmic_clk_rate; unsigned int dmic_delay; unsigned int amic_delay; + unsigned int ldo_dacref; bool dmic_clk_driving_high; const char *dai_clk_names[RT5682S_DAI_NUM_CLKS]; |
