“a7b0e025a6ec911ae975d1f5124592896e36f61e”上不存在“projects/MoMoWait/imports.yml”
  1. 18 5月, 2009 3 次提交
    • M
      ASoC: Integrate bias management with DAPM power management · 452c5eaa
      Mark Brown 提交于
      Rather than managing the bias level of the system based on if there is
      an active audio stream manage it based on there being an active DAPM
      widget. This simplifies the code a little, moving the power handling
      into one place, and improves audio performance for bypass paths when no
      playbacks or captures are active.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      452c5eaa
    • M
      ASoC: Make DAPM sysfs entries non-optional · aef90843
      Mark Brown 提交于
      sysfs is so standard these days there's no point.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      aef90843
    • M
      ASoC: Split DAPM power checks from sequencing of power changes · 6d3ddc81
      Mark Brown 提交于
      DAPM has always applied any changes to the power state of widgets as soon
      as it has determined that they are required. Instead of doing this store
      all the changes that are required on lists of widgets to power up and
      down, then iterate over those lists and apply the changes. This changes
      the sequence in which changes are implemented, doing all power downs
      before power ups and always using the up/down sequences (previously they
      were only used when changes were due to DAC/ADC power events). The error
      handling is also changed so that we continue attempting to power widgets
      if some changes fail.
      
      The main benefit of this is to allow future changes to do optimisations
      over the whole power sequence and to reduce the number of walks of the
      widget graph required to check the power status of widgets.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      6d3ddc81
  2. 23 4月, 2009 1 次提交
    • M
      ASoC: Add power supply widget to DAPM · 246d0a17
      Mark Brown 提交于
      Many modern CODECs have shared resources on chip which must be enabled
      for portions of the chip to work but which can be disabled at other times
      in order to achieve power savings. Examples of such resources include
      power supplies and some internal clocks.
      
      Since these widgets are dependencies for the audio path but do not carry
      audio signals they require slightly different handling to most widgets -
      they do not contribute to the audio path and so should not be counted as
      either inputs or outputs during path walks.
      
      Cases where one supply provides a supply for another will require
      additional work. There is also room for more optimisation of the graph
      walking to avoid repeated checks for the same thing.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      246d0a17
  3. 21 4月, 2009 3 次提交
  4. 13 4月, 2009 2 次提交
  5. 08 4月, 2009 1 次提交
  6. 06 3月, 2009 2 次提交
  7. 01 3月, 2009 1 次提交
  8. 27 1月, 2009 1 次提交
  9. 15 1月, 2009 1 次提交
  10. 09 1月, 2009 1 次提交
  11. 08 1月, 2009 2 次提交
  12. 06 1月, 2009 1 次提交
  13. 01 1月, 2009 1 次提交
  14. 19 12月, 2008 1 次提交
  15. 21 11月, 2008 1 次提交
    • 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
  16. 04 11月, 2008 1 次提交
  17. 31 10月, 2008 1 次提交
  18. 30 10月, 2008 2 次提交
  19. 17 10月, 2008 1 次提交
  20. 16 10月, 2008 1 次提交
  21. 13 10月, 2008 2 次提交
  22. 10 10月, 2008 1 次提交
  23. 29 8月, 2008 1 次提交
  24. 30 7月, 2008 3 次提交
  25. 29 7月, 2008 1 次提交
  26. 17 7月, 2008 2 次提交
  27. 10 7月, 2008 2 次提交