diff options
author | Robert Rosengren <robert.rosengren@axis.com> | 2018-08-13 09:33:58 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-08-29 13:39:19 +0200 |
commit | dba508b5ab1d138bd7543a3f503492f1a173aa32 (patch) | |
tree | e5097978daeea466d4b2d52f162a4812e4ef3139 /sound/soc/codecs/adau17x1.h | |
parent | ASoC: pcm3060: Improve legibility of if-statements (diff) | |
download | linux-dba508b5ab1d138bd7543a3f503492f1a173aa32.tar.xz linux-dba508b5ab1d138bd7543a3f503492f1a173aa32.zip |
ASoC: adau17x1: Unused exported functions changed to internal
adau17x1_setup_firmware and adau17x1_has_dsp is only used internally, so
making them static instead of exported.
Signed-off-by: Robert Rosengren <robertr@axis.com>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/adau17x1.h')
-rw-r--r-- | sound/soc/codecs/adau17x1.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/adau17x1.h b/sound/soc/codecs/adau17x1.h index e6fe87beec07..98a3b6f5bc96 100644 --- a/sound/soc/codecs/adau17x1.h +++ b/sound/soc/codecs/adau17x1.h @@ -68,10 +68,6 @@ int adau17x1_resume(struct snd_soc_component *component); extern const struct snd_soc_dai_ops adau17x1_dai_ops; -int adau17x1_setup_firmware(struct snd_soc_component *component, - unsigned int rate); -bool adau17x1_has_dsp(struct adau *adau); - #define ADAU17X1_CLOCK_CONTROL 0x4000 #define ADAU17X1_PLL_CONTROL 0x4002 #define ADAU17X1_REC_POWER_MGMT 0x4009 |