diff mbox series

ASoC: amd: acp: remove MODULE_ALIAS for SoundWire machine driver

Message ID 20240807050846.1616725-1-Vijendar.Mukunda@amd.com
State Accepted
Commit 20288905e1ee33af82570b79adee3f15018030d4
Headers show
Series ASoC: amd: acp: remove MODULE_ALIAS for SoundWire machine driver | expand

Commit Message

Vijendar Mukunda Aug. 7, 2024, 5:08 a.m. UTC
As module device table added for AMD SoundWire machine driver MODULE_ALIAS
is not required. Remove MODULE_ALIAS for AMD SoundWire machine driver.

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

Comments

Krzysztof Kozlowski Aug. 7, 2024, 6:08 a.m. UTC | #1
On 07/08/2024 07:08, Vijendar Mukunda wrote:
> As module device table added for AMD SoundWire machine driver MODULE_ALIAS
> is not required. Remove MODULE_ALIAS for AMD SoundWire machine driver.
> 
> Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>

Provide credits to people...
Suggested-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
Mark Brown Aug. 8, 2024, 8:56 p.m. UTC | #2
On Wed, 07 Aug 2024 10:38:39 +0530, Vijendar Mukunda wrote:
> As module device table added for AMD SoundWire machine driver MODULE_ALIAS
> is not required. Remove MODULE_ALIAS for AMD SoundWire machine driver.
> 
> 

Applied to

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

Thanks!

[1/1] ASoC: amd: acp: remove MODULE_ALIAS for SoundWire machine driver
      commit: 20288905e1ee33af82570b79adee3f15018030d4

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-sdw-sof-mach.c b/sound/soc/amd/acp/acp-sdw-sof-mach.c
index 3419675e45a9..f7e4af850309 100644
--- a/sound/soc/amd/acp/acp-sdw-sof-mach.c
+++ b/sound/soc/amd/acp/acp-sdw-sof-mach.c
@@ -738,5 +738,4 @@  module_platform_driver(sof_sdw_driver);
 MODULE_DESCRIPTION("ASoC AMD SoundWire Generic Machine driver");
 MODULE_AUTHOR("Vijendar Mukunda <Vijendar.Mukunda@amd.com");
 MODULE_LICENSE("GPL");
-MODULE_ALIAS("platform:amd_sof_sdw");
 MODULE_IMPORT_NS(SND_SOC_SDW_UTILS);