linux_dsm_epyc7002/sound/soc
Arnd Bergmann 9de7eaddfa
ASoC: SOF: disallow building without CONFIG_PCI again
Compile-testing without PCI just causes warnings:

sound/soc/sof/sof-pci-dev.c:330:13: error: 'sof_pci_remove' defined but not used [-Werror=unused-function]
 static void sof_pci_remove(struct pci_dev *pci)
             ^~~~~~~~~~~~~~
sound/soc/sof/sof-pci-dev.c:230:12: error: 'sof_pci_probe' defined but not used [-Werror=unused-function]
 static int sof_pci_probe(struct pci_dev *pci,
            ^~~~~~~~~~~~~

I tried to fix this in a way that would still allow compile
tests, but it got too ugly, so this just reverts the patch
that allowed it in the first place.

Most architectures do allow enabling PCI, so the value of the
COMPILE_TEST alternative was not very high to start with.

Fixes: e13ef82a9a ("ASoC: SOF: add COMPILE_TEST for PCI options")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
2019-06-17 15:48:48 +01:00
..
adi
amd ASoC: amd: acp-rt5645: use modern dai_link style 2019-06-06 21:38:04 +01:00
atmel ASoC: atmel: atmel-classd: use modern dai_link style 2019-06-06 21:39:50 +01:00
au1x ASoC: au1x: db1200: use modern dai_link style 2019-06-06 21:40:19 +01:00
bcm
cirrus ASoC: cirrus: snappercl15: use modern dai_link style 2019-06-06 21:40:58 +01:00
codecs ASoC: cx2072x: mark PM function as __maybe_unused 2019-06-17 13:35:51 +01:00
dwc
fsl ASoC: fsl: no need to check return value of debugfs_create functions 2019-06-14 16:37:48 +01:00
generic ASoC: simple-card: support snd_soc_dai_link_component style for cpu 2019-06-06 21:22:17 +01:00
hisilicon
img
intel ASoC: Intel: bxt-da7219-max98357a: add BE dailink for dmic16k 2019-06-13 16:23:27 +01:00
jz4740 ASoC: jz4740: qi_lb60: use modern dai_link style 2019-06-06 21:44:15 +01:00
kirkwood ASoC: kirkwood: armada-370-db: use modern dai_link style 2019-06-06 21:35:19 +01:00
mediatek Merge branch 'asoc-5.2' into asoc-5.3 2019-06-06 22:44:24 +01:00
meson ASoC: meson: axg-tdm: consistently use SND_SOC_DAIFMT defines 2019-06-13 19:46:31 +01:00
mxs ASoC: mxs: mxs-sgtl5000: use modern dai_link style 2019-06-06 21:44:52 +01:00
nuc900 ASoC: nuc900: nuc900-audio: use modern dai_link style 2019-06-06 21:45:11 +01:00
pxa ASoC: pxa: poodle: use modern dai_link style 2019-06-06 21:35:09 +01:00
qcom ASoC: qcom: apq8016_sbc: use modern dai_link style 2019-06-06 21:45:50 +01:00
rockchip ASoC: rockchip: pdm: select CONFIG_RATIONAL 2019-06-17 13:35:21 +01:00
samsung ASoC: samsung: jive_wm8750: use modern dai_link style 2019-06-06 21:32:13 +01:00
sh ASoC: sh: sh7760-ac97: use modern dai_link style 2019-06-06 21:37:35 +01:00
sirf ASoC: sirf: sirf-audio: use modern dai_link style 2019-06-06 22:06:59 +01:00
sof ASoC: SOF: disallow building without CONFIG_PCI again 2019-06-17 15:48:48 +01:00
spear
sprd
sti
stm
sunxi Merge branch 'asoc-5.2' into asoc-5.3 2019-06-06 22:44:24 +01:00
tegra ASoC: tegra: tegra_max98090: use modern dai_link style 2019-06-06 22:09:54 +01:00
ti ASoC: ti: davinci-mcasp: Support for auxclk-fs-ratio 2019-06-12 13:53:44 +01:00
txx9 ASoC: txx9: txx9aclc-generic: use modern dai_link style 2019-06-06 22:07:55 +01:00
uniphier
ux500 ASoC: ux500: mop500: use modern dai_link style 2019-06-06 22:07:20 +01:00
xilinx
xtensa
zte
Kconfig
Makefile
soc-ac97.c
soc-acpi.c
soc-compress.c
soc-core.c ASoC: Remove erroneous soc_cleanup_card_resources() call 2019-06-07 17:03:35 +01:00
soc-dapm.c
soc-devres.c
soc-generic-dmaengine-pcm.c
soc-io.c
soc-jack.c
soc-ops.c
soc-pcm.c
soc-topology.c ASoC: soc-topology: fix modern dai link style 2019-06-13 19:47:14 +01:00
soc-utils.c