* [PATCH] ASoC: tegra: Remove the isomgr_bw APIs export
@ 2025-02-13 11:12 Sheetal .
2025-02-13 14:29 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Sheetal . @ 2025-02-13 11:12 UTC (permalink / raw)
To: broonie, linux-sound
Cc: linux-tegra, linux-kernel, jonathanh, thierry.reding, mkumard,
spujar, Sheetal
From: Sheetal <sheetal@nvidia.com>
Commit 4a91fe4c0d683 ("ASoC: tegra: Add interconnect support") exported
tegra_isomgr_adma_setbw, tegra_isomgr_adma_register and
tegra_isomgr_adma_register APIs, but there are no users of these that
required these symbols to be exported.
Hence, remove the exporting of the symbols.
Fixes: 4a91fe4c0d683 ("ASoC: tegra: Add interconnect support")
Signed-off-by: Sheetal <sheetal@nvidia.com>
---
sound/soc/tegra/tegra_isomgr_bw.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/sound/soc/tegra/tegra_isomgr_bw.c b/sound/soc/tegra/tegra_isomgr_bw.c
index 7789efe13873..18e802bca6a6 100644
--- a/sound/soc/tegra/tegra_isomgr_bw.c
+++ b/sound/soc/tegra/tegra_isomgr_bw.c
@@ -75,7 +75,6 @@ int tegra_isomgr_adma_setbw(struct snd_pcm_substream *substream,
return icc_set_bw(adma_isomgr->icc_path_handle,
adma_isomgr->current_bandwidth, adma_isomgr->max_bw);
}
-EXPORT_SYMBOL(tegra_isomgr_adma_setbw);
int tegra_isomgr_adma_register(struct device *dev)
{
@@ -114,7 +113,6 @@ int tegra_isomgr_adma_register(struct device *dev)
return 0;
}
-EXPORT_SYMBOL(tegra_isomgr_adma_register);
void tegra_isomgr_adma_unregister(struct device *dev)
{
@@ -125,7 +123,6 @@ void tegra_isomgr_adma_unregister(struct device *dev)
mutex_destroy(&admaif->adma_isomgr->mutex);
}
-EXPORT_SYMBOL(tegra_isomgr_adma_unregister);
MODULE_AUTHOR("Mohan Kumar <mkumard@nvidia.com>");
MODULE_DESCRIPTION("Tegra ADMA Bandwidth Request driver");
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ASoC: tegra: Remove the isomgr_bw APIs export
2025-02-13 11:12 [PATCH] ASoC: tegra: Remove the isomgr_bw APIs export Sheetal .
@ 2025-02-13 14:29 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2025-02-13 14:29 UTC (permalink / raw)
To: linux-sound, Sheetal .
Cc: linux-tegra, linux-kernel, jonathanh, thierry.reding, mkumard,
spujar
On Thu, 13 Feb 2025 11:12:16 +0000, Sheetal . wrote:
> Commit 4a91fe4c0d683 ("ASoC: tegra: Add interconnect support") exported
> tegra_isomgr_adma_setbw, tegra_isomgr_adma_register and
> tegra_isomgr_adma_register APIs, but there are no users of these that
> required these symbols to be exported.
> Hence, remove the exporting of the symbols.
>
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: tegra: Remove the isomgr_bw APIs export
commit: ae575d2145d1a2c8bb5d2835d7d54751f3b0bace
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-13 14:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-13 11:12 [PATCH] ASoC: tegra: Remove the isomgr_bw APIs export Sheetal .
2025-02-13 14:29 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox