1. 12 4月, 2011 8 次提交
  2. 09 4月, 2011 2 次提交
    • M
      ASoC: Allow DAPM pin operations to match any context · 0d86733c
      Mark Brown 提交于
      The DAPM pin operations currently require that the specific DAPM context
      that the pin being operated in is contained in be specified. With multi
      component and especially with the addition of a per-card DAPM context
      this isn't ideal as it means that things like disabling unused pins on
      CODECs require looking up the CODEC DAPM context.
      
      Fix this by falling back to matching a widget in any context if there isn't
      a match in the current context. The code isn't ideal currently but will do
      the job.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NLiam Girdwood <lrg@ti.com>
      0d86733c
    • M
      ASoC: Force all DAPM contexts into the same bias state · 52ba67bf
      Mark Brown 提交于
      Currently we allow all DAPM contexts to determine their own bias level.
      While this should in general work in most situations and will deliver the
      lowest possible power it causes problems for our integration with the
      card bias level as we're calling the card bias level functions for each
      DAPM context even though they're card wide but don't say which CODEC
      we're calling them for. Mitigate against this by forcing everything to
      be in the same state.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NLiam Girdwood <lrg@ti.com>
      52ba67bf
  3. 08 4月, 2011 4 次提交
  4. 07 4月, 2011 3 次提交
  5. 06 4月, 2011 5 次提交
  6. 05 4月, 2011 4 次提交
  7. 03 4月, 2011 4 次提交
  8. 31 3月, 2011 10 次提交