diff options
author | Liam Girdwood <[email protected]> | 2014-02-19 16:45:57 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2014-02-20 01:54:45 +0900 |
commit | afd954900af84bf66a0dd72b2648a2c15fb68f25 (patch) | |
tree | f688aa44d0bf68834f3a41bb59cac56fb204e97f /tools/perf/scripts/python | |
parent | 6dda27cbbd1d2d2ac4833236f5fd8a81c14d200a (diff) |
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 <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions