diff mbox series

[1/2] ASoC: amd: acp: remove MODULE_ALIAS for legacy machine driver

Message ID 20240911093554.2076872-1-Vijendar.Mukunda@amd.com (mailing list archive)
State Accepted
Commit bacae49eccb9a3acaf74fc275893abc26c0420b5
Headers show
Series [1/2] ASoC: amd: acp: remove MODULE_ALIAS for legacy machine driver | expand

Commit Message

Mukunda,Vijendar Sept. 11, 2024, 9:35 a.m. UTC
As module device table added for AMD legacy machine driver, MODULE_ALIAS
is not required. Remove MODULE_ALIAS for AMD legacy machine driver.

Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
---
 sound/soc/amd/acp/acp-legacy-mach.c | 7 -------
 1 file changed, 7 deletions(-)

Comments

Mark Brown Sept. 11, 2024, 12:59 p.m. UTC | #1
On Wed, 11 Sep 2024 15:05:53 +0530, Vijendar Mukunda wrote:
> As module device table added for AMD legacy machine driver, MODULE_ALIAS
> is not required. Remove MODULE_ALIAS for AMD legacy machine driver.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/2] ASoC: amd: acp: remove MODULE_ALIAS for legacy machine driver
      commit: bacae49eccb9a3acaf74fc275893abc26c0420b5
[2/2] ASoC: amd: acp: remove MODULE_ALIAS for sof based generic machine driver
      commit: 0b0aa67baa8904e3c1e13be48a2ca125f59ead3d

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 mbox series

Patch

diff --git a/sound/soc/amd/acp/acp-legacy-mach.c b/sound/soc/amd/acp/acp-legacy-mach.c
index 0d529e32e552..d104f7e8fdcd 100644
--- a/sound/soc/amd/acp/acp-legacy-mach.c
+++ b/sound/soc/amd/acp/acp-legacy-mach.c
@@ -242,11 +242,4 @@  module_platform_driver(acp_asoc_audio);
 
 MODULE_IMPORT_NS(SND_SOC_AMD_MACH);
 MODULE_DESCRIPTION("ACP chrome audio support");
-MODULE_ALIAS("platform:acp3xalc56821019");
-MODULE_ALIAS("platform:acp3xalc5682sm98360");
-MODULE_ALIAS("platform:acp3xalc5682s1019");
-MODULE_ALIAS("platform:acp3x-es83xx");
-MODULE_ALIAS("platform:rmb-nau8825-max");
-MODULE_ALIAS("platform:rmb-rt5682s-rt1019");
-MODULE_ALIAS("platform:acp-pdm-mach");
 MODULE_LICENSE("GPL v2");