1. 20 Apr, 2018 1 commit
  2. 19 May, 2017 1 commit
  3. 26 Oct, 2016 2 commits
  4. 24 Aug, 2016 1 commit
  5. 01 Jul, 2016 1 commit
  6. 16 Nov, 2015 1 commit
  7. 12 Oct, 2015 1 commit
  8. 16 Sep, 2015 1 commit
  9. 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
  10. 27 Mar, 2015 1 commit
    • Kuninori Morimoto's avatar
      ASoC: rsrc-card: add Renesas sampling rate convert sound card support · 415f1cb2
      Kuninori Morimoto authored
      
      Renesas sound card has "sampling rate convert" feature which
      should be implemented via DPCM.
      But, sound card driver point of view, it is difficult to add
      this DPCM feature on simple-card driver. Especially, DT binding
      support is very difficult.
      
      This patch implements DPCM feature on DT as Renesas specific sound card.
      This new driver is copied from current simple-card driver.
      Main difference between simple-card and this driver are...
       1. removed unused feature from simple-card
       2. removed driver named prefix from DT property
       3. CPU will be FE, CODEC will be BE with snd-soc-dummy
       4. it supports sampling rate convert via .be_hw_params_fixup
       5. board specific routing is implemented in driver
      Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      415f1cb2
  11. 29 Jul, 2014 1 commit
  12. 01 May, 2014 1 commit
  13. 24 Nov, 2013 1 commit
  14. 06 Nov, 2013 1 commit
  15. 28 Jul, 2013 1 commit
    • Kuninori Morimoto's avatar
      ASoC: add Renesas R-Car core feature · 1536a968
      Kuninori Morimoto authored
      
      Renesas R-Car series sound circuit consists of SSI and its peripheral.
      But this peripheral circuits are different between
      R-Car Generation1 (E1/M1/H1) and Generation2 (E2/M2/H2).
      (Actually, there are many difference in Generation1 chips)
      
      Basically, for the future, Renesas R-Car series will use
      Gen2 style sound circuit, but driver should care Gen1 also.
      The main differences between Gen1 and Gen2 peripheral
      are 1) register offset, 2) data path.
      
      This patch adds basic (core) feature for R-Car
      series sound driver as prototype
      Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: default avatarMark Brown <broonie@linaro.org>
      1536a968
  16. 13 Apr, 2012 4 commits
  17. 21 Dec, 2010 1 commit
  18. 10 Sep, 2010 1 commit
  19. 01 Sep, 2010 1 commit
  20. 16 Jun, 2010 1 commit
  21. 26 Mar, 2010 1 commit
  22. 18 Mar, 2010 1 commit
  23. 12 Feb, 2010 1 commit
  24. 29 Jan, 2010 1 commit
  25. 25 Jan, 2010 1 commit
  26. 16 Dec, 2009 1 commit
  27. 30 Oct, 2009 1 commit
  28. 21 Aug, 2009 1 commit
  29. 20 Aug, 2009 1 commit
  30. 27 May, 2008 1 commit
  31. 24 Apr, 2008 1 commit
  32. 20 Jul, 2007 2 commits