1. 15 7月, 2014 1 次提交
  2. 18 6月, 2014 1 次提交
  3. 12 6月, 2014 1 次提交
  4. 02 6月, 2014 2 次提交
  5. 27 5月, 2014 2 次提交
  6. 26 5月, 2014 3 次提交
  7. 23 5月, 2014 1 次提交
  8. 14 5月, 2014 1 次提交
  9. 13 5月, 2014 2 次提交
  10. 08 5月, 2014 1 次提交
  11. 07 5月, 2014 3 次提交
  12. 06 5月, 2014 2 次提交
  13. 04 5月, 2014 1 次提交
  14. 03 5月, 2014 1 次提交
  15. 02 5月, 2014 1 次提交
  16. 23 4月, 2014 1 次提交
  17. 22 4月, 2014 2 次提交
    • L
      ASoC: Move standard kcontrol helpers to the component level · 907fe36a
      Lars-Peter Clausen 提交于
      After moving the IO layer inside ASoC to the component level we can now easily
      move the standard control helpers also to the component level. This allows to
      reuse the same standard helper control implementations for other components.
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      907fe36a
    • L
      ASoC: Move IO abstraction to the component level · e2c330b9
      Lars-Peter Clausen 提交于
      We currently have two very similar IO abstractions in ASoC, one for CODECs, the
      other for platforms. Moving this to the component level will allow us to unify
      those two. It will also enable us to move the standard kcontrol helpers as well
      as DAPM support to the component level.
      
      The new component level abstraction layer is primarily build around regmap.
      There is a per component pointer for the regmap instance for the underlying
      device. There are four new function snd_soc_component_read(),
      snd_soc_component_write(), snd_soc_component_update_bits() and
      snd_soc_component_update_bits_async(). They have the same signature as their
      regmap counter-part and will internally forward the call one-to-one to regmap.
      If the component it not using regmap it will fallback to using the custom IO
      callbacks. This is done to be able to support drivers that haven't been
      converted to regmap yet, but it is expected that this will eventually be removed
      in the future once all component drivers have been converted to regmap.
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      e2c330b9
  18. 21 4月, 2014 1 次提交
  19. 19 4月, 2014 2 次提交
  20. 16 4月, 2014 2 次提交
  21. 15 4月, 2014 9 次提交