1. 03 5月, 2010 1 次提交
    • P
      ASoC: TWL4030: AIF/APLL fix in DAPM domain · 7b4c734e
      Peter Ujfalusi 提交于
      This patch orders the APLL and AIF power sequence in
      case of HiFi (audio in TWL4030 terms) playback/capture.
      
      We also need to make sure that the AIF is running during
      playback/capture, when there is no valid DAPM route
      available. For this purpose I introduce these virtual
      widgets:
      /* To have complete playback route all the time */
      DAPM_OUTPUT("Virtual HiFi OUT") /* Will keep AIF/APLL enabled */
      
      /* To have complete capture route all the time */
      DAPM_INPUT("Virtual HiFi IN") /* Will keep AIF/APLL enabled */
      
      /* To have complete playback route for the voice module */
      DAPM_OUTPUT("Virtual Voice OUT") /* Will keep APLL enabled */
      
      The DAPM_SUPPLY widgets for APLL and AIF are placed in a way,
      that during any audio activity the needed configuration of AIF
      and APLL will be enabled (playback, capture, analog loopback,
      digital loopback, and voice activity).
      
      The apll reference counting code has been lifted,
      and modified from Liam Girdwood's earlier patch.
      Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@nokia.com>
      Acked-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NLiam Girdwood <lrg@slimlogic.co.uk>
      7b4c734e
  2. 28 4月, 2010 3 次提交
  3. 27 4月, 2010 5 次提交
  4. 26 4月, 2010 8 次提交
  5. 24 4月, 2010 1 次提交
  6. 23 4月, 2010 2 次提交
  7. 22 4月, 2010 1 次提交
  8. 21 4月, 2010 4 次提交
  9. 20 4月, 2010 1 次提交
  10. 17 4月, 2010 2 次提交
  11. 16 4月, 2010 1 次提交
  12. 15 4月, 2010 1 次提交
  13. 12 4月, 2010 2 次提交
  14. 09 4月, 2010 1 次提交
  15. 08 4月, 2010 4 次提交
  16. 06 4月, 2010 3 次提交