summaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authoroder_chiou@realtek.com <oder_chiou@realtek.com>2017-11-07 12:31:14 +0800
committerMark Brown <broonie@kernel.org>2017-11-07 11:23:36 +0100
commitfc9cab05837639ce3372870b09d26334fb15b157 (patch)
tree6e3ec46123eb50b4ea6c4063bc5c5128b547c4c4 /include/sound
parent28aef24d726f8d503fde24ccf8a14b214355cfb5 (diff)
ASoC: rt5514: The DSP clock can be calibrated by the other clock source
Add the option for the DSP clock that can be calibrated by the other clock source. Signed-off-by: Oder Chiou <oder_chiou@realtek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/rt5514.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/rt5514.h b/include/sound/rt5514.h
index ef18494769ee..64d027dbaaca 100644
--- a/include/sound/rt5514.h
+++ b/include/sound/rt5514.h
@@ -14,6 +14,8 @@
struct rt5514_platform_data {
unsigned int dmic_init_delay;
+ const char *dsp_calib_clk_name;
+ unsigned int dsp_calib_clk_rate;
};
#endif