Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH] ASoC: codecs: wcd9335: remove unnecessary MODULE_ALIAS()
@ 2024-10-02 15:14 Masahiro Yamada
  2024-10-03 14:34 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2024-10-02 15:14 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai, alsa-devel, linux-arm-msm,
	linux-sound
  Cc: Srinivas Kandagatla, Liam Girdwood, Mark Brown, linux-kernel,
	Masahiro Yamada

Since commit b4b818305578 ("slimbus: generate MODULE_ALIAS() from
MODULE_DEVICE_TABLE()"), modpost automatically generates MODULE_ALIAS()
from MODULE_DEVICE_TABLE(slim, ).

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

 sound/soc/codecs/wcd9335.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/codecs/wcd9335.c b/sound/soc/codecs/wcd9335.c
index 373a31ddccb2..a2521e16c099 100644
--- a/sound/soc/codecs/wcd9335.c
+++ b/sound/soc/codecs/wcd9335.c
@@ -5177,4 +5177,3 @@ static struct slim_driver wcd9335_slim_driver = {
 module_slim_driver(wcd9335_slim_driver);
 MODULE_DESCRIPTION("WCD9335 slim driver");
 MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("slim:217:1a0:*");
-- 
2.43.0


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

* Re: [PATCH] ASoC: codecs: wcd9335: remove unnecessary MODULE_ALIAS()
  2024-10-02 15:14 [PATCH] ASoC: codecs: wcd9335: remove unnecessary MODULE_ALIAS() Masahiro Yamada
@ 2024-10-03 14:34 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2024-10-03 14:34 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai, alsa-devel, linux-arm-msm,
	linux-sound, Masahiro Yamada
  Cc: Srinivas Kandagatla, Liam Girdwood, linux-kernel

On Thu, 03 Oct 2024 00:14:34 +0900, Masahiro Yamada wrote:
> Since commit b4b818305578 ("slimbus: generate MODULE_ALIAS() from
> MODULE_DEVICE_TABLE()"), modpost automatically generates MODULE_ALIAS()
> from MODULE_DEVICE_TABLE(slim, ).
> 
> 

Applied to

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

Thanks!

[1/1] ASoC: codecs: wcd9335: remove unnecessary MODULE_ALIAS()
      commit: 6061483d7141db3a805f8660eae23805af02d544

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:[~2024-10-03 14:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-02 15:14 [PATCH] ASoC: codecs: wcd9335: remove unnecessary MODULE_ALIAS() Masahiro Yamada
2024-10-03 14:34 ` Mark Brown

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