mirror of
https://github.com/torvalds/linux.git
synced 2026-09-13 15:40:03 +02:00
ASoC: mt6351: Publish the OF module alias
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: a74d51ba0e ("ASoC: add mt6351 codec driver")
Signed-off-by: hpp.iscas <hppiscas@163.com>
Link: https://patch.msgid.link/20260905133210.63803-1-hppiscas@163.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
d112159df5
commit
9c3882ec10
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user