1. 16 6月, 2015 11 次提交
  2. 22 5月, 2015 2 次提交
  3. 21 5月, 2015 2 次提交
  4. 12 5月, 2015 1 次提交
  5. 28 4月, 2015 5 次提交
  6. 12 4月, 2015 1 次提交
    • A
      ASoC: rnsd: fix build regression without CONFIG_OF · 86167749
      Arnd Bergmann 提交于
      The r-car sound driver only works when CONFIG_OF is set, and
      after a recent change has a compile-time dependency as well:
      
      sound/built-in.o: In function `rsnd_dma_request_channel':
      :(.text+0x9fb84): undefined reference to `of_dma_request_slave_channel'
      
      This could be fixed either by adding a static inline wrapper
      for the function, or by adding a Kconfig dependency. This
      implements the second approach, which seems appropriate
      because the driver in fact has a hard dependency.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Fixes: 72adc61f ("ASoC: rsnd: 1st DMAC dma-names cares subnode")
      Signed-off-by: NMark Brown <broonie@kernel.org>
      86167749
  7. 02 4月, 2015 1 次提交
  8. 01 4月, 2015 3 次提交
  9. 31 3月, 2015 1 次提交
  10. 28 3月, 2015 5 次提交
  11. 25 3月, 2015 1 次提交
  12. 23 3月, 2015 7 次提交