1. 26 2月, 2014 2 次提交
  2. 25 2月, 2014 7 次提交
  3. 22 2月, 2014 6 次提交
  4. 20 2月, 2014 2 次提交
    • L
      ASoC: Intel: Fix build for sst-dsp.c on PPC architecture · afd95490
      Liam Girdwood 提交于
      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: NLiam Girdwood <liam.r.girdwood@linux.intel.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      afd95490
    • J
      ASoC: Intel: sst-acpi: Add support for multiple machine drivers per platform · 6dda27cb
      Jarkko Nikula 提交于
      Initial implementation of this driver focused only matching SST ACPI ID
      with single machine driver and same firmware file per platform. It was known
      restriction to be improved incrementally.
      
      This patch is now changing this that SST ACPI ID refers purely to platform
      specific data which refers to machine drivers on this platform, not vice
      versa.
      
      Matching machine driver is found by looking at ACPI ID which would best
      match with the driver. Typically this would be the ACPI ID of audio codec
      but is not tied to it.
      
      This patch also changes that DSP firmware name is machine not platform
      specific.
      Signed-off-by: NJarkko Nikula <jarkko.nikula@linux.intel.com>
      Acked-by: NLiam Girdwood <liam.r.girdwood@linux.intel.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      6dda27cb
  5. 19 2月, 2014 5 次提交
  6. 18 2月, 2014 5 次提交
  7. 12 2月, 2014 1 次提交
  8. 03 2月, 2014 12 次提交