summaryrefslogtreecommitdiffstats
path: root/include/sound/rt5682.h
diff options
context:
space:
mode:
authorOder Chiou <oder_chiou@realtek.com>2020-11-13 13:53:59 +0800
committerMark Brown <broonie@kernel.org>2020-11-13 14:22:09 +0000
commit7416f6bc5fcb1fe6700391c94b59ac1c744ad9d1 (patch)
tree1314029cbf181b7730e9ad252ef48c64f426804f /include/sound/rt5682.h
parenta5a8ac3ca0000edee1270d1a9c8af7b415b4e618 (diff)
downloadlinux-7416f6bc5fcb1fe6700391c94b59ac1c744ad9d1.tar.bz2
ASoC: rt5682: Add a new property for the DMIC clock driving
The patch adds a new property to set the DMIC clock driving. Signed-off-by: Oder Chiou <oder_chiou@realtek.com> Link: https://lore.kernel.org/r/20201113055400.11242-1-oder_chiou@realtek.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/rt5682.h')
-rw-r--r--include/sound/rt5682.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/rt5682.h b/include/sound/rt5682.h
index e1f790561ac1..3900a07e3935 100644
--- a/include/sound/rt5682.h
+++ b/include/sound/rt5682.h
@@ -40,6 +40,7 @@ struct rt5682_platform_data {
unsigned int btndet_delay;
unsigned int dmic_clk_rate;
unsigned int dmic_delay;
+ bool dmic_clk_driving_high;
const char *dai_clk_names[RT5682_DAI_NUM_CLKS];
};