* [PATCH] ASoC: mt6351: Publish the OF module alias
@ 2026-09-05 13:32 hpp.iscas
2026-09-07 18:55 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: hpp.iscas @ 2026-09-05 13:32 UTC (permalink / raw)
To: Liam Girdwood
Cc: hpp.iscas, Mark Brown, Jaroslav Kysela, Takashi Iwai,
Matthias Brugger, AngeloGioacchino Del Regno, linux-sound,
linux-kernel, linux-arm-kernel, linux-mediatek, Kai Chieh Chuang
The MT6351 codec platform driver uses mt6351_of_match to bind devices
with compatible mediatek,mt6351-sound. The codec can be a separate
module, but the OF table is not exported to module alias metadata.
Publish the existing table without changing codec matching, register
access or the machine-driver configuration.
Fixes: a74d51ba0e17 ("ASoC: add mt6351 codec driver")
Signed-off-by: hpp.iscas <hppiscas@163.com>
---
sound/soc/codecs/mt6351.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/codecs/mt6351.c b/sound/soc/codecs/mt6351.c
index 1768c24..3be0491 100644
--- a/sound/soc/codecs/mt6351.c
+++ b/sound/soc/codecs/mt6351.c
@@ -1478,6 +1478,7 @@ static const struct of_device_id mt6351_of_match[] = {
{.compatible = "mediatek,mt6351-sound",},
{}
};
+MODULE_DEVICE_TABLE(of, mt6351_of_match);
static struct platform_driver mt6351_codec_driver = {
.driver = {
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ASoC: mt6351: Publish the OF module alias
2026-09-05 13:32 [PATCH] ASoC: mt6351: Publish the OF module alias hpp.iscas
@ 2026-09-07 18:55 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2026-09-07 18:55 UTC (permalink / raw)
To: Liam Girdwood, hpp.iscas
Cc: Jaroslav Kysela, Takashi Iwai, Matthias Brugger,
AngeloGioacchino Del Regno, linux-sound, linux-kernel,
linux-arm-kernel, linux-mediatek, Kai Chieh Chuang
On Sat, 05 Sep 2026 21:32:10 +0800, hpp.iscas wrote:
> ASoC: mt6351: Publish the OF module alias
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-7.3
Thanks!
[1/1] ASoC: mt6351: Publish the OF module alias
https://git.kernel.org/broonie/sound/c/9c3882ec1039
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:[~2026-09-07 21:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-05 13:32 [PATCH] ASoC: mt6351: Publish the OF module alias hpp.iscas
2026-09-07 18:55 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox