1. 14 6月, 2011 2 次提交
    • M
      ASoC: Add weak routes for sidetone style paths · bf3a9e13
      Mark Brown 提交于
      Normally DAPM will power up any connected audio path. This is not ideal
      for sidetone paths as with sidetone paths the audio path is not wanted in
      itself, it is only desired if the two paths it provides a sidetone between
      are both active. If the sidetone path causes a power up then it can be
      hard to minimise pops as we first power up either the sidetone or the main
      output path and then power the other, with the second power up potentially
      introducing a DC offset.
      
      Address this by introducing the concept of a weak path. If a path is marked
      as weak then DAPM will ignore that path when walking the graph, though all
      the relevant controls are still available to the application layer to allow
      these paths to be configured.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NLiam Girdwood <lrg@ti.com>
      bf3a9e13
    • M
      ASoC: Move register I/O code into a separate file · 5bef44f9
      Mark Brown 提交于
      For clarity and to help ongoing refactoring in this area create a new file
      to contain the physical I/O functions, separating them out from the cache
      operations.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NLiam Girdwood <lrg@ti.com>
      5bef44f9
  2. 13 6月, 2011 1 次提交
  3. 10 6月, 2011 6 次提交
  4. 09 6月, 2011 8 次提交
  5. 08 6月, 2011 10 次提交
  6. 07 6月, 2011 13 次提交