public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH AUTOSEL 5.10 1/8] ASoC: allow module autoloading for table db1200_pids
@ 2024-09-03 19:27 Sasha Levin
  2024-09-03 19:27 ` [PATCH AUTOSEL 5.10 2/8] ALSA: hda/realtek - Fixed ALC256 headphone no sound Sasha Levin
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Sasha Levin @ 2024-09-03 19:27 UTC (permalink / raw)
  To: linux-kernel, stable
  Cc: Hongbo Li, Mark Brown, Sasha Levin, lgirdwood, perex, tiwai,
	kuninori.morimoto.gx, linux-sound

From: Hongbo Li <lihongbo22@huawei.com>

[ Upstream commit 0e9fdab1e8df490354562187cdbb8dec643eae2c ]

Add MODULE_DEVICE_TABLE(), so modules could be properly
autoloaded based on the alias from platform_device_id table.

Signed-off-by: Hongbo Li <lihongbo22@huawei.com>
Link: https://patch.msgid.link/20240821061955.2273782-2-lihongbo22@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 sound/soc/au1x/db1200.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/au1x/db1200.c b/sound/soc/au1x/db1200.c
index 5f8baad37a401..48243164b7ac8 100644
--- a/sound/soc/au1x/db1200.c
+++ b/sound/soc/au1x/db1200.c
@@ -44,6 +44,7 @@ static const struct platform_device_id db1200_pids[] = {
 	},
 	{},
 };
+MODULE_DEVICE_TABLE(platform, db1200_pids);
 
 /*-------------------------  AC97 PART  ---------------------------*/
 
-- 
2.43.0


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

end of thread, other threads:[~2024-09-03 20:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-03 19:27 [PATCH AUTOSEL 5.10 1/8] ASoC: allow module autoloading for table db1200_pids Sasha Levin
2024-09-03 19:27 ` [PATCH AUTOSEL 5.10 2/8] ALSA: hda/realtek - Fixed ALC256 headphone no sound Sasha Levin
2024-09-03 19:27 ` [PATCH AUTOSEL 5.10 3/8] ALSA: hda/realtek - FIxed ALC285 " Sasha Levin
2024-09-03 19:27 ` [PATCH AUTOSEL 5.10 4/8] pinctrl: at91: make it work with current gpiolib Sasha Levin
2024-09-03 19:27 ` [PATCH AUTOSEL 5.10 5/8] microblaze: don't treat zero reserved memory regions as error Sasha Levin
2024-09-03 19:27 ` [PATCH AUTOSEL 5.10 6/8] net: ftgmac100: Ensure tx descriptor updates are visible Sasha Levin
2024-09-03 19:27 ` [PATCH AUTOSEL 5.10 7/8] wifi: iwlwifi: lower message level for FW buffer destination Sasha Levin
2024-09-03 19:27 ` [PATCH AUTOSEL 5.10 8/8] wifi: iwlwifi: mvm: don't wait for tx queues if firmware is dead Sasha Levin

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