From b22da3d8526a935aa31e086e63f60ff3246cb61c Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 09 Dec 2023 07:24:11 +0000 Subject: [PATCH] add stmac read mac form eeprom --- 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