From 1543e317f1da31b75942316931e8f491a8920811 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 04 Jan 2024 10:08:02 +0000 Subject: [PATCH] disable FB --- kernel/sound/soc/codecs/adau17x1.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/kernel/sound/soc/codecs/adau17x1.h b/kernel/sound/soc/codecs/adau17x1.h index e6fe87b..98a3b6f 100644 --- a/kernel/sound/soc/codecs/adau17x1.h +++ b/kernel/sound/soc/codecs/adau17x1.h @@ -68,10 +68,6 @@ 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 -- Gitblit v1.6.2