1. 08 6月, 2009 2 次提交
    • M
      ASoC: Sort specialised mixers and muxes together · e3d4dabd
      Mark Brown 提交于
      The more flexible value muxes and named mixers don't need to be sorted
      differently from a power management point of view, they are different
      only in terms of the control interface and not in terms of seqencing
      behaviour.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      e3d4dabd
    • M
      ASoC: Coalesce register writes for DAPM sequences · b22ead2a
      Mark Brown 提交于
      Reduce the number of register writes we need to set the power state for
      a CODEC by coalescing updates to widgets with the same sequence order and
      same register into a single write.
      
      This can be a noticable performance improvement with slow or heavily
      contended control buses, such as I2C controllers with a low clock
      frequency, and is particularly noticable when resuming. It can also
      reduce the noticability of and pops and clicks by ensuring that left
      and right channels are powered simultaneously if they are in the same
      register.
      
      Currently widgets that have events are not coalesced, including PGAs
      which may use the volume ramping control.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      b22ead2a
  2. 07 6月, 2009 2 次提交
  3. 06 6月, 2009 1 次提交
  4. 18 5月, 2009 4 次提交
  5. 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
  6. 21 4月, 2009 3 次提交
  7. 13 4月, 2009 2 次提交
  8. 08 4月, 2009 1 次提交
  9. 06 3月, 2009 2 次提交
  10. 01 3月, 2009 1 次提交
  11. 27 1月, 2009 1 次提交
  12. 15 1月, 2009 1 次提交
  13. 09 1月, 2009 1 次提交
  14. 08 1月, 2009 2 次提交
  15. 06 1月, 2009 1 次提交
  16. 01 1月, 2009 1 次提交
  17. 19 12月, 2008 1 次提交
  18. 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
  19. 04 11月, 2008 1 次提交
  20. 31 10月, 2008 1 次提交
  21. 30 10月, 2008 2 次提交
  22. 17 10月, 2008 1 次提交
  23. 16 10月, 2008 1 次提交
  24. 13 10月, 2008 2 次提交
  25. 10 10月, 2008 1 次提交
  26. 29 8月, 2008 1 次提交
  27. 30 7月, 2008 2 次提交