Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH] ASoC: amd: acp: remove MODULE_ALIAS for SoundWire machine driver
@ 2024-08-07  5:08 Vijendar Mukunda
  2024-08-07  6:08 ` Krzysztof Kozlowski
  2024-08-08 20:56 ` Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Vijendar Mukunda @ 2024-08-07  5:08 UTC (permalink / raw)
  To: broonie
  Cc: alsa-devel, krzk, Basavaraj.Hiregoudar, Sunil-kumar.Dommati,
	venkataprasad.potturu, Vijendar Mukunda, Liam Girdwood,
	Jaroslav Kysela, Takashi Iwai, Bard Liao, Pierre-Louis Bossart,
	open list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM...,
	open list

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(-)

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);
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ASoC: amd: acp: remove MODULE_ALIAS for SoundWire machine driver
  2024-08-07  5:08 [PATCH] ASoC: amd: acp: remove MODULE_ALIAS for SoundWire machine driver Vijendar Mukunda
@ 2024-08-07  6:08 ` Krzysztof Kozlowski
  2024-08-07  6:19   ` Mukunda,Vijendar
  2024-08-08 20:56 ` Mark Brown
  1 sibling, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-08-07  6:08 UTC (permalink / raw)
  To: Vijendar Mukunda, broonie
  Cc: alsa-devel, Basavaraj.Hiregoudar, Sunil-kumar.Dommati,
	venkataprasad.potturu, Liam Girdwood, Jaroslav Kysela,
	Takashi Iwai, Bard Liao, Pierre-Louis Bossart,
	open list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM...,
	open list

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ASoC: amd: acp: remove MODULE_ALIAS for SoundWire machine driver
  2024-08-07  6:08 ` Krzysztof Kozlowski
@ 2024-08-07  6:19   ` Mukunda,Vijendar
  0 siblings, 0 replies; 4+ messages in thread
From: Mukunda,Vijendar @ 2024-08-07  6:19 UTC (permalink / raw)
  To: Krzysztof Kozlowski, broonie
  Cc: alsa-devel, Basavaraj.Hiregoudar, Sunil-kumar.Dommati,
	venkataprasad.potturu, Liam Girdwood, Jaroslav Kysela,
	Takashi Iwai, Bard Liao, Pierre-Louis Bossart,
	open list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM...,
	open list

On 07/08/24 11:38, Krzysztof Kozlowski wrote:
> 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>
It's a miss on my side. Forgot to add suggested-by.
>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>
> Best regards,
> Krzysztof
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ASoC: amd: acp: remove MODULE_ALIAS for SoundWire machine driver
  2024-08-07  5:08 [PATCH] ASoC: amd: acp: remove MODULE_ALIAS for SoundWire machine driver Vijendar Mukunda
  2024-08-07  6:08 ` Krzysztof Kozlowski
@ 2024-08-08 20:56 ` Mark Brown
  1 sibling, 0 replies; 4+ messages in thread
From: Mark Brown @ 2024-08-08 20:56 UTC (permalink / raw)
  To: Vijendar Mukunda
  Cc: alsa-devel, krzk, Basavaraj.Hiregoudar, Sunil-kumar.Dommati,
	venkataprasad.potturu, Liam Girdwood, Jaroslav Kysela,
	Takashi Iwai, Bard Liao, Pierre-Louis Bossart,
	open list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM...,
	open list

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-08-08 20:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-07  5:08 [PATCH] ASoC: amd: acp: remove MODULE_ALIAS for SoundWire machine driver Vijendar Mukunda
2024-08-07  6:08 ` Krzysztof Kozlowski
2024-08-07  6:19   ` Mukunda,Vijendar
2024-08-08 20:56 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox