linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: amd: Fixed build errors
@ 2018-11-15 16:13 Vijendar Mukunda
  2018-11-15 16:13 ` [PATCH 2/2] ASoC: amd: Switch to SPDX identifier Vijendar Mukunda
  2018-11-15 19:46 ` Applied "ASoC: amd: Fixed build errors" " Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Vijendar Mukunda @ 2018-11-15 16:13 UTC (permalink / raw)
  Cc: vijendar.mukunda, Alexander.Deucher, Vijendar Mukunda,
	Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	Akshu Agrawal, Alex Deucher, Maruthi Bayyavarapu,
	moderated list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM...,
	open list

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>
---
 sound/soc/amd/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/amd/Kconfig b/sound/soc/amd/Kconfig
index 5f3b560..33ebec9 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
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-11-15 19:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-15 16:13 [PATCH 1/2] ASoC: amd: Fixed build errors Vijendar Mukunda
2018-11-15 16:13 ` [PATCH 2/2] ASoC: amd: Switch to SPDX identifier Vijendar Mukunda
2018-11-15 19:46   ` Applied "ASoC: amd: Switch to SPDX identifier" to the asoc tree Mark Brown
2018-11-15 19:46 ` Applied "ASoC: amd: Fixed build errors" " Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).