1. 09 12月, 2008 1 次提交
    • M
      ASoC: Add card registration API · c5af3a2e
      Mark Brown 提交于
      ASoC v2 allows cards, codecs and platforms to instantiate separately,
      with the overall ASoC device only being instantiated once all the
      required components have registered. As part of backporting Liam's work
      introduce an initial version of the card registration functions. At
      present these do nothing active and are internal only, they will be
      exposed to machine drivers after further backporting.  Adding this now
      allows the datastructures used for dynamic card instantiation to be
      built up gradually.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      c5af3a2e
  2. 04 12月, 2008 3 次提交
  3. 03 12月, 2008 1 次提交
  4. 02 12月, 2008 2 次提交
  5. 25 11月, 2008 1 次提交
    • M
      ASoC: Remove DAI type information · 3ba9e10a
      Mark Brown 提交于
      DAI type information is only ever used within ASoC in order to special
      case AC97 and for diagnostic purposes. Since modern CPUs and codecs
      support multi function DAIs which can be configured for several modes
      it is more trouble than it's worth to maintain anything other than a
      flag identifying AC97 DAIs so remove the type field and replace it with
      an ac97_control flag.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      3ba9e10a
  6. 21 11月, 2008 2 次提交
    • M
      ASoC: Move DAI structure definitions into new soc-dai.h · a47cbe72
      Mark Brown 提交于
      ASoC v2 factors most of the contents of soc.h out into separate headers,
      including soc-dai.h for the DAI. Factor the existing DAI API out into
      this file in order to prepare for backporting of the ASoC v2 DAI API.
      Also backport some of Liam's improvements to the documentation.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      a47cbe72
    • M
      ASoC: Rename snd_soc_card to snd_soc_machine · 87506549
      Mark Brown 提交于
      One of the issues with the ASoC v1 API which has been addressed in the
      ASoC v2 work that Liam Girdwood has done is that the ALSA card provided
      by ASoC is distributed around the ASoC structures. For example, machine
      wide data such as the struct snd_card are maintained as part of the
      CODEC data structure, preventing the use of multiple codecs. This has
      been addressed by refactoring the data structures so that all the data
      for the ALSA card is contained in a single structure snd_soc_card which
      replaces the existing snd_soc_machine and snd_soc_device.
      
      Begin the process of backporting this by renaming struct snd_soc_machine
      to struct snd_soc_card, better reflecting its function and bringing it
      closer to standard ALSA terminology.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      87506549
  7. 19 11月, 2008 1 次提交
  8. 06 11月, 2008 1 次提交
  9. 30 10月, 2008 2 次提交
  10. 30 7月, 2008 4 次提交
  11. 10 7月, 2008 2 次提交
  12. 16 6月, 2008 1 次提交
  13. 13 6月, 2008 2 次提交
  14. 29 5月, 2008 1 次提交
  15. 19 5月, 2008 2 次提交
  16. 13 5月, 2008 1 次提交
  17. 01 2月, 2008 5 次提交
  18. 16 10月, 2007 1 次提交
  19. 16 5月, 2007 1 次提交
  20. 09 2月, 2007 5 次提交