1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/sound/soc/amd/acp
Syed Saba kareem 803a1f7272
ASoC: SOF: amd: Fixed Build error
Add linux/module.h in acp-pci.c to solve the below dependency

All error/warnings (new ones prefixed by >>):

>> sound/soc/amd/acp/acp-pci.c:148:1: warning: data definition has no type or storage class
148 | MODULE_DEVICE_TABLE(pci, acp_pci_ids);
| ^~~~~~~~~~~~~~~~~~~
>> sound/soc/amd/acp/acp-pci.c:148:1: error: type defaults to 'int' in declaration of 'MODULE_DEVICE_TABLE' [-Werror=implicit-int]
...

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Syed Saba Kareem<ssabakar@amd.com>
Link: https://lore.kernel.org/r/20220523112956.3087604-1-ssabakar@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2022-05-23 18:33:13 +01:00
..
acp-i2s.c ASoC: amd: Add common framework to support I2S on ACP SOC 2021-10-20 11:12:49 +01:00
acp-legacy-mach.c ASoC: amd: acp: Set Speaker enable/disable pin through rt1019 codec driver. 2022-05-19 16:46:43 +01:00
acp-mach-common.c ASoC: amd: acp: Set Speaker enable/disable pin through rt1019 codec driver. 2022-05-19 16:46:43 +01:00
acp-mach.h ASoC: amd: acp: Set Speaker enable/disable pin through rt1019 codec driver. 2022-05-19 16:46:43 +01:00
acp-pci.c ASoC: SOF: amd: Fixed Build error 2022-05-23 18:33:13 +01:00
acp-pdm.c ASoC: amd: acp: Add generic support for PDM controller on ACP 2022-01-28 15:59:29 +00:00
acp-platform.c ASoC: amd: acp: Fix return value check in acp_machine_select() 2021-10-27 11:31:24 +01:00
acp-renoir.c ASoC: amd: acp: Fix signedness bug in renoir_audio_probe() 2022-03-07 13:14:47 +00:00
acp-sof-mach.c ASoC: amd: acp: Set Speaker enable/disable pin through rt1019 codec driver. 2022-05-19 16:46:43 +01:00
amd.h ASoC: amd: acp: Add generic PCI driver module for ACP device 2022-01-28 15:59:31 +00:00
chip_offset_byte.h ASoC: amd: acp: Add ACP init()/deinit() callback for Renoir. 2022-01-28 15:59:32 +00:00
Kconfig ASoC: amd: acp: Set Speaker enable/disable pin through rt1019 codec driver. 2022-05-19 16:46:43 +01:00
Makefile ASoC: amd: acp: Add generic PCI driver module for ACP device 2022-01-28 15:59:31 +00:00