1. 11 Apr, 2015 1 commit
    • Arnd Bergmann's avatar
      ASoC: rnsd: fix build regression without CONFIG_OF · 86167749
      Arnd Bergmann authored
      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: default avatarArnd Bergmann <arnd@arndb.de>
      Fixes: 72adc61f ("ASoC: rsnd: 1st DMAC dma-names cares subnode")
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      86167749
  2. 01 Apr, 2015 2 commits
  3. 27 Mar, 2015 6 commits
  4. 24 Mar, 2015 1 commit
  5. 22 Mar, 2015 6 commits
  6. 11 Mar, 2015 3 commits
  7. 07 Mar, 2015 21 commits