mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
ALSA: hda: cs35l41: fix module autoloading
[ Upstream commit 48f1434a4632c7da1a6a94e159512ebddbe13392 ]
Add MODULE_DEVICE_TABLE(), so modules could be properly autoloaded
based on the alias from spi_device_id table.
Fixes: 7b2f3eb492
("ALSA: hda: cs35l41: Add support for CS35L41 in HDA systems")
Signed-off-by: Yuntao Liu <liuyuntao12@huawei.com>
Link: https://patch.msgid.link/20240815091312.757139-1-liuyuntao12@huawei.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
c239cfa322
commit
cc08ac5f42
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ static const struct spi_device_id cs35l41_hda_spi_id[] = {
|
||||||
{ "cs35l41-hda", 0 },
|
{ "cs35l41-hda", 0 },
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
MODULE_DEVICE_TABLE(spi, cs35l41_hda_spi_id);
|
||||||
|
|
||||||
static const struct acpi_device_id cs35l41_acpi_hda_match[] = {
|
static const struct acpi_device_id cs35l41_acpi_hda_match[] = {
|
||||||
{ "CSC3551", 0 },
|
{ "CSC3551", 0 },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue