ASoC: Intel: avs: Properly identify boards
authorMark Brown <broonie@kernel.org>
Mon, 13 Nov 2023 14:08:40 +0000 (14:08 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 13 Nov 2023 14:08:40 +0000 (14:08 +0000)
commit696e2d9bf35b6e5304ab734fe47a82fb1c330e71
treea1d41537662d850e77d60d18bb941a2e60cf47ba
parent82e340ca3f25dc3ddd20e88e3606ed9006f90f5d
parentca5abf5d2e1c3860382e0e33599e969cb9c9b42b
ASoC: Intel: avs: Properly identify boards

Merge series from Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>:

Instead of using MODULE_ALIAS() to load boards, add proper device id
table and use MODULE_DEVICE_TABLE() macro to create board alias.