From: Sasha Levin <sashal@kernel.org>
To: linux-kernel@vger.kernel.org, stable@vger.kernel.org
Cc: Hongbo Li <lihongbo22@huawei.com>,
Mark Brown <broonie@kernel.org>, Sasha Levin <sashal@kernel.org>,
lgirdwood@gmail.com, perex@perex.cz, tiwai@suse.com,
kuninori.morimoto.gx@renesas.com, linux-sound@vger.kernel.org
Subject: [PATCH AUTOSEL 5.4 1/8] ASoC: allow module autoloading for table db1200_pids
Date: Tue, 3 Sep 2024 15:28:37 -0400 [thread overview]
Message-ID: <20240903192859.1108979-1-sashal@kernel.org> (raw)
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 d6b692fff29a2..cdde5ba2ec351 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
next reply other threads:[~2024-09-03 20:48 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-03 19:28 Sasha Levin [this message]
2024-09-03 19:28 ` [PATCH AUTOSEL 5.4 2/8] ALSA: hda/realtek - Fixed ALC256 headphone no sound Sasha Levin
2024-09-03 19:28 ` [PATCH AUTOSEL 5.4 3/8] ALSA: hda/realtek - FIxed ALC285 " Sasha Levin
2024-09-03 19:28 ` [PATCH AUTOSEL 5.4 4/8] pinctrl: at91: make it work with current gpiolib Sasha Levin
2024-09-03 19:28 ` [PATCH AUTOSEL 5.4 5/8] microblaze: don't treat zero reserved memory regions as error Sasha Levin
2024-09-03 19:28 ` [PATCH AUTOSEL 5.4 6/8] net: ftgmac100: Ensure tx descriptor updates are visible Sasha Levin
2024-09-03 19:28 ` [PATCH AUTOSEL 5.4 7/8] wifi: iwlwifi: mvm: fix iwl_mvm_max_scan_ie_fw_cmd_room() Sasha Levin
2024-09-03 19:28 ` [PATCH AUTOSEL 5.4 8/8] wifi: iwlwifi: mvm: don't wait for tx queues if firmware is dead Sasha Levin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240903192859.1108979-1-sashal@kernel.org \
--to=sashal@kernel.org \
--cc=broonie@kernel.org \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=lgirdwood@gmail.com \
--cc=lihongbo22@huawei.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=perex@perex.cz \
--cc=stable@vger.kernel.org \
--cc=tiwai@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox