diff options
author | Vijendar Mukunda <Vijendar.Mukunda@amd.com> | 2018-11-15 21:43:49 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-11-15 11:18:57 -0800 |
commit | 1c4fb2457e541c614792e6d9986bc95461e67e41 (patch) | |
tree | 004f82e8c510bd5e8baf890f715a98eb5e88c5e7 /sound/soc/amd | |
parent | 0c8224c34aa82901037e6c5921b692ea1b78fd24 (diff) |
ASoC: amd: Fixed build errors
Fixed build errors.
- Implicit declaration of pci_enable_msi() & pci_disable_msi()
api's for openrisc architecture.
- type defaults to 'int' in declaration of 'module_pci_driver'
Enabled build for x86 architecture.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Vijendar Mukunda <vijendar.mukunda@amd.com>
Tested-by: Ravulapati Vishnu vardhan Rao <Vishnuvardhanrao.Ravulapati@amd.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd')
-rw-r--r-- | sound/soc/amd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/amd/Kconfig b/sound/soc/amd/Kconfig index 5f3b56087ba1..33ebec990c2f 100644 --- a/sound/soc/amd/Kconfig +++ b/sound/soc/amd/Kconfig @@ -22,5 +22,6 @@ config SND_SOC_AMD_CZ_RT5645_MACH config SND_SOC_AMD_ACP3x tristate "AMD Audio Coprocessor-v3.x support" + depends on X86 && PCI help This option enables ACP v3.x I2S support on AMD platform |