1. 10 5月, 2010 2 次提交
  2. 23 3月, 2010 1 次提交
  3. 17 3月, 2010 1 次提交
    • M
      ASoC: Remove current PGA control handling · a6c65736
      Mark Brown 提交于
      A code audit reveals that there are currently no users of the widget
      controls on PGAs. This is likely to continue to be the case since
      while there are useful things that can be done with integrating the
      PGA gain and mute controls with the power sequencing userspace
      generally wants stereo controls for output stages which this doesn't
      map onto well.
      
      In preparation for implementing something more useful strip out the
      existing code, leaving the parameters there for use by the new code.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NLiam Girdwood <lrg@slimlogic.co.uk>
      a6c65736
  4. 16 3月, 2010 1 次提交
  5. 06 3月, 2010 1 次提交
  6. 21 1月, 2010 2 次提交
    • M
      ASoC: Support turning off bias when the CODEC is idle · a96ca338
      Mark Brown 提交于
      Currently ASoC always maintains the bias of the CODEC while the system
      is active.  With older mobile CODECs this is required since the outputs
      are referenced to a non-zero voltage and enabling or disabling this
      voltage without audible pops or clicks in the output takes too long to
      do when starting or stopping audio.
      
      As a result of features such as ground referenced outputs and class D
      speaker drivers current generation devices are able to power on and off
      much more quickly without these system level issues so provide a new
      flag idle_bias_off in snd_soc_codec which will cause the core to turn
      off the CODEC bias.  The distinction between STANDBY and OFF is still
      maintained.  This is partly for consistency but also allows for
      potential future extensions such as per-machine overrides or deferring
      the bias removal.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NLiam Girdwood <lrg@slimlogic.co.uk>
      a96ca338
    • M
      ASoC: Remove console DAPM debug code · b91b8fa0
      Mark Brown 提交于
      The same information is now visible via debugfs and with large modern
      devices dumping everything to the console can be very resource
      intensive, causing more harm than good.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NLiam Girdwood <lrg@slimlogic.co.uk>
      b91b8fa0
  7. 17 12月, 2009 2 次提交
  8. 05 12月, 2009 1 次提交
  9. 23 11月, 2009 1 次提交
  10. 13 10月, 2009 1 次提交
  11. 06 10月, 2009 3 次提交
  12. 02 10月, 2009 1 次提交
  13. 14 9月, 2009 1 次提交
  14. 09 9月, 2009 1 次提交
    • M
      ASoC: Allow per-route connectedness checks for supplies · 215edda3
      Mark Brown 提交于
      Some chips with complex internal supply (particularly clocking)
      arragements may have multiple options for some of the supply
      connections. Since these don't affect user-visible audio routing
      the expectation would be that they would be managed automatically
      by one of the drivers.
      
      Support these users by allowing routes to have a connected function
      which is queried before the connectedness of the path is checked as
      normal. Currently this is only done for supplies, other widgets
      could be supported but are not currently since the expectation for
      them is that audio routing will be under the control of userspace.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      215edda3
  15. 24 8月, 2009 1 次提交
  16. 22 8月, 2009 1 次提交
    • M
      ASoC: Add DAPM widget power decision debugfs files · 79fb9387
      Mark Brown 提交于
      Currently when built with DEBUG DAPM will dump information about
      the power state decisions it is taking for each widget to dmesg.
      This isn't an ideal way of getting the information - it requires
      a kernel build to turn it on and off and for large hub CODECs the
      volume of information is so large as to be illegible. When the
      output goes to the console it can also cause a noticable impact
      on performance simply to print it out.
      
      Improve the situation by adding a dapm directory to our debugfs
      tree containing a file per widget with the same information in
      it. This still requires a decision to build with debugfs support
      but is easier to navigate and much less intrusive.
      
      In addition to the previously displayed information active streams
      are also shown in these files.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      79fb9387
  17. 19 8月, 2009 1 次提交
  18. 18 8月, 2009 1 次提交
    • M
      ASoC: Add input and output AIF widgets · 010ff262
      Mark Brown 提交于
      Currently DAPM interfaces with the audio streams to and from the
      processor at the DAC and ADC widgets. As the digital capabilities
      of parts increases this is becoming a less and less able to meet
      the needs of parts.
      
      To meet the needs of these devices create new widgets interfacing
      with the TDM bus but not integrated into any other functionality.
      Audio can then be routed to and from these widgets using existing
      routing widgets.
      
      A slot number is provided in the definition but this is currently
      not used yet. This is intended to support devices which can use
      more than one TDM slot on a single interface.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      010ff262
  19. 17 8月, 2009 2 次提交
  20. 14 7月, 2009 1 次提交
  21. 09 7月, 2009 1 次提交
  22. 26 6月, 2009 1 次提交
  23. 24 6月, 2009 1 次提交
  24. 08 6月, 2009 6 次提交
  25. 07 6月, 2009 2 次提交
  26. 06 6月, 2009 1 次提交
  27. 18 5月, 2009 2 次提交