Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: wcd934x: Drop unneeded MODULE_ALIAS
@ 2024-04-14 15:48 Krzysztof Kozlowski
  2024-04-14 15:48 ` [PATCH 2/2] ASoC: samsung: i2s: " Krzysztof Kozlowski
  2024-04-15 10:53 ` [PATCH 1/2] ASoC: wcd934x: " Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2024-04-14 15:48 UTC (permalink / raw)
  To: Srinivas Kandagatla, Banajit Goswami, Liam Girdwood, Mark Brown,
	Jaroslav Kysela, Takashi Iwai, Sylwester Nawrocki, alsa-devel,
	linux-sound, linux-kernel
  Cc: Krzysztof Kozlowski

The ID table already has respective entry and MODULE_DEVICE_TABLE and
creates proper alias for platform driver.  Having another MODULE_ALIAS
causes the alias to be duplicated.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 sound/soc/codecs/wcd934x.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/codecs/wcd934x.c b/sound/soc/codecs/wcd934x.c
index 6813268e6a19..de870c7819ca 100644
--- a/sound/soc/codecs/wcd934x.c
+++ b/sound/soc/codecs/wcd934x.c
@@ -5967,7 +5967,6 @@ static struct platform_driver wcd934x_codec_driver = {
 	}
 };
 
-MODULE_ALIAS("platform:wcd934x-codec");
 module_platform_driver(wcd934x_codec_driver);
 MODULE_DESCRIPTION("WCD934x codec driver");
 MODULE_LICENSE("GPL v2");
-- 
2.34.1


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

end of thread, other threads:[~2024-04-15 10:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-14 15:48 [PATCH 1/2] ASoC: wcd934x: Drop unneeded MODULE_ALIAS Krzysztof Kozlowski
2024-04-14 15:48 ` [PATCH 2/2] ASoC: samsung: i2s: " Krzysztof Kozlowski
2024-04-15 10:53 ` [PATCH 1/2] ASoC: wcd934x: " Mark Brown

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