Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c69fc commit a75e5cdCopy full SHA for a75e5cd
sound/soc/intel/boards/sof_da7219_max98373.c
@@ -440,6 +440,7 @@ static const struct platform_device_id board_ids[] = {
440
},
441
{ }
442
};
443
+MODULE_DEVICE_TABLE(platform, board_ids);
444
445
static struct platform_driver audio = {
446
.probe = audio_probe,
sound/soc/intel/boards/sof_rt5682.c
@@ -1045,6 +1045,7 @@ static const struct platform_device_id board_ids[] = {
1045
1046
1047
1048
1049
1050
static struct platform_driver sof_audio = {
1051
.probe = sof_audio_probe,
0 commit comments