1. 11 9月, 2015 2 次提交
  2. 12 6月, 2015 1 次提交
  3. 01 6月, 2015 1 次提交
  4. 13 5月, 2015 3 次提交
  5. 28 4月, 2015 1 次提交
  6. 11 3月, 2015 1 次提交
  7. 15 1月, 2015 1 次提交
  8. 07 1月, 2015 1 次提交
  9. 27 11月, 2014 1 次提交
  10. 25 11月, 2014 1 次提交
  11. 22 11月, 2014 1 次提交
  12. 01 8月, 2014 1 次提交
  13. 23 7月, 2014 1 次提交
    • L
      ASoC: Move card field form platform/codec to component · 00200107
      Lars-Peter Clausen 提交于
      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: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      00200107
  14. 15 4月, 2014 1 次提交
  15. 11 3月, 2014 1 次提交
  16. 18 8月, 2013 1 次提交
  17. 15 8月, 2013 1 次提交
  18. 04 3月, 2013 1 次提交
  19. 01 3月, 2013 2 次提交
  20. 09 12月, 2012 1 次提交
  21. 02 12月, 2012 1 次提交
  22. 21 9月, 2012 1 次提交
  23. 19 9月, 2012 2 次提交
  24. 10 9月, 2012 1 次提交
  25. 06 8月, 2012 1 次提交
  26. 03 6月, 2012 1 次提交
  27. 04 4月, 2012 1 次提交
  28. 04 2月, 2012 1 次提交
    • L
      ASoC: core: Add support for DAI and machine kcontrols. · 022658be
      Liam Girdwood 提交于
      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: NLiam Girdwood <lrg@ti.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      022658be
  29. 17 12月, 2011 1 次提交
  30. 08 12月, 2011 1 次提交
  31. 04 12月, 2011 3 次提交
  32. 02 12月, 2011 1 次提交
  33. 27 11月, 2011 1 次提交