diff options
author | oder_chiou@realtek.com <oder_chiou@realtek.com> | 2017-11-07 07:31:14 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-11-07 13:23:36 +0300 |
commit | fc9cab05837639ce3372870b09d26334fb15b157 (patch) | |
tree | 6e3ec46123eb50b4ea6c4063bc5c5128b547c4c4 /sound/soc/codecs/rt5514-spi.c | |
parent | 28aef24d726f8d503fde24ccf8a14b214355cfb5 (diff) | |
download | linux-fc9cab05837639ce3372870b09d26334fb15b157.tar.xz |
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 'sound/soc/codecs/rt5514-spi.c')
-rw-r--r-- | sound/soc/codecs/rt5514-spi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5514-spi.c b/sound/soc/codecs/rt5514-spi.c index 12f2ecf3a4fe..b90d6d5d7ff8 100644 --- a/sound/soc/codecs/rt5514-spi.c +++ b/sound/soc/codecs/rt5514-spi.c @@ -370,6 +370,7 @@ int rt5514_spi_burst_read(unsigned int addr, u8 *rxbuf, size_t len) return true; } +EXPORT_SYMBOL_GPL(rt5514_spi_burst_read); /** * rt5514_spi_burst_write - Write data to SPI by rt5514 address. |