An error occurred fetching the project authors.
  1. 03 Nov, 2015 1 commit
  2. 22 Oct, 2015 1 commit
  3. 19 Sep, 2015 1 commit
  4. 11 Sep, 2015 2 commits
  5. 11 Aug, 2015 1 commit
  6. 15 Jul, 2015 1 commit
  7. 12 Jun, 2015 1 commit
  8. 01 Jun, 2015 1 commit
  9. 12 May, 2015 3 commits
  10. 27 Apr, 2015 1 commit
  11. 10 Mar, 2015 1 commit
  12. 14 Jan, 2015 1 commit
  13. 06 Jan, 2015 1 commit
  14. 27 Nov, 2014 1 commit
  15. 24 Nov, 2014 1 commit
  16. 21 Nov, 2014 1 commit
  17. 31 Jul, 2014 1 commit
  18. 22 Jul, 2014 1 commit
    • Lars-Peter Clausen's avatar
      ASoC: Move card field form platform/codec to component · 00200107
      Lars-Peter Clausen authored
      Both the snd_soc_codec and snd_soc_platform struct do have a pointer to the
      parent card and both handle this pointer in mostly the same way. This patch
      moves the card field to the component level which will allow further code
      consolidation between platforms and CODECS.
      
      Since there are only a handful of users of the snd_soc_codec struct's card field
      (and none of the snd_soc_platform's) these are update in this patch as well,
      which allows it to be removed from the snd_soc_codec struct.
      Signed-off-by: default avatarLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: default avatarMark Brown <broonie@linaro.org>
      00200107
  19. 14 Apr, 2014 1 commit
  20. 11 Mar, 2014 1 commit
  21. 18 Aug, 2013 1 commit
  22. 14 Aug, 2013 1 commit
  23. 04 Mar, 2013 1 commit
  24. 01 Mar, 2013 2 commits
  25. 09 Dec, 2012 1 commit
  26. 02 Dec, 2012 1 commit
  27. 21 Sep, 2012 1 commit
  28. 19 Sep, 2012 2 commits
  29. 10 Sep, 2012 1 commit
  30. 06 Aug, 2012 1 commit
  31. 03 Jun, 2012 1 commit
  32. 04 Apr, 2012 1 commit
  33. 04 Feb, 2012 1 commit
    • Liam Girdwood's avatar
      ASoC: core: Add support for DAI and machine kcontrols. · 022658be
      Liam Girdwood authored
      Currently ASoC can only add kcontrols using codec and platform component device
      handles. It's also desirable to add kcontrols for DAIs (i.e. McBSP) and for
      SoC card machine drivers too. This allows the kcontrol to have a direct handle to
      the parent ASoC component DAI/SoC Card/Platform/Codec device and hence easily
      get it's private data.
      
      This change makes snd_soc_add_controls() static and wraps it in the folowing
      calls (card and dai are new) :-
      
      snd_soc_add_card_controls()
      snd_soc_add_codec_controls()
      snd_soc_add_dai_controls()
      snd_soc_add_platform_controls()
      
      This patch also does a lot of small mechanical changes in individual codec drivers
      to replace snd_soc_add_controls() with snd_soc_add_codec_controls().
      
      It also updates the McBSP DAI driver to use snd_soc_add_dai_controls().
      
      Finally, it updates the existing machine drivers that register controls to either :-
      
      1) Use snd_soc_add_card_controls() where no direct codec control is required.
      2) Use snd_soc_add_codec_controls() where there is direct codec control.
      
      In the case of 1) above we also update the machine drivers to get the correct
      component data pointers from the kcontrol (rather than getting the machine pointer
      via the codec pointer).
      Signed-off-by: default avatarLiam Girdwood <lrg@ti.com>
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      022658be
  34. 17 Dec, 2011 1 commit
  35. 08 Dec, 2011 1 commit