diff options
author | Mark Brown <broonie@kernel.org> | 2024-08-24 00:45:53 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-08-24 00:45:53 +0300 |
commit | b42c0ec286c5bd7ec14110a11e27d2f99a154cd3 (patch) | |
tree | 7240261593c7f35334e436cd14938de23faa91c4 /sound/soc/amd | |
parent | ca39fab8b7bc6c5a38c48c7bdf2b3c47792af9dd (diff) | |
parent | 839a4ec06f75cec8fec2cc5fc14e921d0c3f7369 (diff) | |
download | linux-b42c0ec286c5bd7ec14110a11e27d2f99a154cd3.tar.xz |
ASoC: Merge up fixes
Some of the fixes for the Intel bards overlap with development work that
removed old boards.
Diffstat (limited to 'sound/soc/amd')
-rw-r--r-- | sound/soc/amd/acp/acp-sof-mach.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/amd/acp/acp-sof-mach.c b/sound/soc/amd/acp/acp-sof-mach.c index fc59ea34e687..b3a702dcd991 100644 --- a/sound/soc/amd/acp/acp-sof-mach.c +++ b/sound/soc/amd/acp/acp-sof-mach.c @@ -158,6 +158,8 @@ static const struct platform_device_id board_ids[] = { }, { } }; +MODULE_DEVICE_TABLE(platform, board_ids); + static struct platform_driver acp_asoc_audio = { .driver = { .name = "sof_mach", |