linux/sound/soc/intel
Liam Girdwood afd954900a ASoC: Intel: Fix build for sst-dsp.c on PPC architecture
Disable build on non X86 architectures except for compile testing. This fixes
the following build errors on PPC and adds an option for testing the build on other
architectures as suggested by Mark Brown :-

sound/soc/intel/sst-dsp.c: In function 'sst_dsp_outbox_write':
sound/soc/intel/sst-dsp.c:218:2: error: implicit declaration of function 'memcpy_toio' [-Werror=implicit-function-declaration]
  memcpy_toio(sst->mailbox.out_base, message, bytes);
  ^
sound/soc/intel/sst-dsp.c: In function 'sst_dsp_outbox_read':
sound/soc/intel/sst-dsp.c:231:2: error: implicit declaration of function 'memcpy_fromio' [-Werror=implicit-function-declaration]
  memcpy_fromio(message, sst->mailbox.out_base, bytes);
  ^

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
2014-02-20 01:54:45 +09:00
..
Kconfig ASoC: Intel: Fix build for sst-dsp.c on PPC architecture 2014-02-20 01:54:45 +09:00
Makefile ASoC: Intel: Add build support for Intel SST DSP core. 2014-02-18 10:39:25 +09:00
mfld_machine.c ASoC: Rename mid-x86 directory to intel 2013-11-24 13:44:19 +00:00
sst-acpi.c ASoC: Intel: sst-acpi: Add support for multiple machine drivers per platform 2014-02-20 01:42:07 +09:00
sst-dsp-priv.h ASoC: Intel: Fix sparse warnings for firmware loader 2014-02-20 00:08:24 +09:00
sst-dsp.c ASoC: Intel: Fix build for sst-dsp.c on PPC architecture 2014-02-20 01:54:45 +09:00
sst-dsp.h ASoC: Intel: sst-acpi: Request firmware before SST platform driver probing 2014-02-19 21:20:42 +09:00
sst-firmware.c ASoC: Intel: Fix sparse warnings for firmware loader 2014-02-20 00:08:24 +09:00
sst-mfld-dsp.h ASoC: Intel: Add a mfld prefix to Intel SST drivers. 2014-02-12 15:09:49 +00:00
sst-mfld-platform.c ASoC: Intel: Add a mfld prefix to Intel SST drivers. 2014-02-12 15:09:49 +00:00
sst-mfld-platform.h ASoC: Intel: Add a mfld prefix to Intel SST drivers. 2014-02-12 15:09:49 +00:00