diff options
author | Mark Brown <broonie@kernel.org> | 2024-08-20 16:23:08 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-08-20 16:23:08 +0200 |
commit | 2c9abde40389759c095960fdc25c0b6d38a19ac5 (patch) | |
tree | 6b7134a106d21c991675e536479e68bdb412d112 /sound/soc/amd/acp | |
parent | ASoC: tas5086: use sleeping variants of gpiod API (diff) | |
parent | ASoC: SOF: amd: Fix for acp init sequence (diff) | |
download | linux-2c9abde40389759c095960fdc25c0b6d38a19ac5.tar.xz linux-2c9abde40389759c095960fdc25c0b6d38a19ac5.zip |
ASoC: Merge up fixes
Merge branch 'for-6.11' of
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into
asoc-6.12 for some AMD work.
Diffstat (limited to 'sound/soc/amd/acp')
-rw-r--r-- | sound/soc/amd/acp/acp-legacy-mach.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/amd/acp/acp-legacy-mach.c b/sound/soc/amd/acp/acp-legacy-mach.c index 47c3b5f167f5..0d529e32e552 100644 --- a/sound/soc/amd/acp/acp-legacy-mach.c +++ b/sound/soc/amd/acp/acp-legacy-mach.c @@ -227,6 +227,8 @@ static const struct platform_device_id board_ids[] = { }, { } }; +MODULE_DEVICE_TABLE(platform, board_ids); + static struct platform_driver acp_asoc_audio = { .driver = { .pm = &snd_soc_pm_ops, |