Message ID | 20230811110021.31656-1-yuehaibing@huawei.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 8acf4de30668a5a1517f99f26df31d57593a548e |
Headers | show |
Series | [-next] ASoC: cygnus: Remove unused declarations | expand |
On Fri, 11 Aug 2023 19:00:21 +0800, Yue Haibing wrote: > Commit a6ee05d94e8f ("ASoC: cygnus: Add Cygnus audio DAI driver") > declared but never implemented these. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: cygnus: Remove unused declarations commit: 8acf4de30668a5a1517f99f26df31d57593a548e All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
diff --git a/sound/soc/bcm/cygnus-ssp.h b/sound/soc/bcm/cygnus-ssp.h index 74152b2d770d..4925e03c3c30 100644 --- a/sound/soc/bcm/cygnus-ssp.h +++ b/sound/soc/bcm/cygnus-ssp.h @@ -117,8 +117,6 @@ struct cygnus_audio { unsigned long vco_rate; }; -extern int cygnus_ssp_get_mode(struct snd_soc_dai *cpu_dai); -extern int cygnus_ssp_add_pll_tweak_controls(struct snd_soc_pcm_runtime *rtd); extern int cygnus_ssp_set_custom_fsync_width(struct snd_soc_dai *cpu_dai, int len); extern int cygnus_soc_platform_register(struct device *dev,
Commit a6ee05d94e8f ("ASoC: cygnus: Add Cygnus audio DAI driver") declared but never implemented these. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> --- sound/soc/bcm/cygnus-ssp.h | 2 -- 1 file changed, 2 deletions(-)