1. 22 8月, 2011 1 次提交
  2. 14 8月, 2011 1 次提交
  3. 21 7月, 2011 1 次提交
  4. 08 6月, 2011 5 次提交
  5. 28 4月, 2011 1 次提交
  6. 26 4月, 2011 4 次提交
  7. 31 3月, 2011 1 次提交
  8. 01 2月, 2011 1 次提交
  9. 17 1月, 2011 1 次提交
  10. 13 1月, 2011 1 次提交
  11. 29 12月, 2010 1 次提交
    • L
      ASoC: codecs: wm8962: Fix register cache incoherency · 7f87e30e
      Lars-Peter Clausen 提交于
      The multi-component patch(commit f0fba2ad) moved the allocation of the
      register cache from the driver to the ASoC core. Most drivers where adjusted to
      this, but the wm8962 driver still uses its own register cache for its
      private functions, while functions from the ASoC core use the generic cache.
      Thus we end up with two from each other incoherent caches, which can lead to
      undefined behaviour.
      This patch fixes the issue by changing the wm8962 driver to use the
      generic register cache in its private functions.
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: stable@kernel.org (for 2.6.37 only)
      7f87e30e
  12. 28 12月, 2010 1 次提交
  13. 27 12月, 2010 1 次提交
  14. 23 12月, 2010 1 次提交
  15. 22 12月, 2010 1 次提交
  16. 07 12月, 2010 1 次提交
  17. 22 11月, 2010 1 次提交
  18. 16 11月, 2010 1 次提交
  19. 12 11月, 2010 1 次提交
  20. 06 11月, 2010 1 次提交
    • L
      ASoC: Decouple DAPM from CODECs · ce6120cc
      Liam Girdwood 提交于
      Decoupling Dynamic Audio Power Management (DAPM) from codec devices is
      required when developing ASoC further. Such as for other ASoC components to
      have DAPM widgets or when extending DAPM to handle cross-device paths.
      
      This patch decouples DAPM related variables from struct snd_soc_codec and
      moves them to new struct snd_soc_dapm_context that is used to encapsulate
      DAPM context of a device. ASoC core and API of DAPM functions are modified
      to use DAPM context instead of codec.
      
      This patch does not change current functionality and a large part of changes
      come because of structure and internal API changes.
      
      Core implementation is from Liam Girdwood <lrg@slimlogic.co.uk> with some
      minor core changes, codecs and machine driver conversions from
      Jarkko Nikula <jhnikula@gmail.com>.
      Signed-off-by: NLiam Girdwood <lrg@slimlogic.co.uk>
      Signed-off-by: NJarkko Nikula <jhnikula@gmail.com>
      Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
      Cc: Manuel Lauss <manuel.lauss@googlemail.com>
      Cc: Mike Frysinger <vapier.adi@gmail.com>
      Cc: Cliff Cai <cliff.cai@analog.com>
      Cc: Kevin Hilman <khilman@deeprootsystems.com>
      Cc: Ryan Mallon <ryan@bluewatersys.com>
      Cc: Timur Tabi <timur@freescale.com>
      Cc: Sascha Hauer <s.hauer@pengutronix.de>
      Cc: Lars-Peter Clausen <lars@metafoo.de>
      Cc: Arnaud Patard (Rtp) <arnaud.patard@rtp-net.org>
      Cc: Wan ZongShun <mcuos.com@gmail.com>
      Cc: Eric Miao <eric.y.miao@gmail.com>
      Cc: Jassi Brar <jassi.brar@samsung.com>
      Cc: Daniel Gloeckner <dg@emlix.com>
      Cc: Kuninori Morimoto <morimoto.kuninori@renesas.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      ce6120cc
  21. 04 11月, 2010 2 次提交
  22. 13 10月, 2010 1 次提交
  23. 11 10月, 2010 2 次提交
  24. 03 10月, 2010 3 次提交
  25. 01 10月, 2010 2 次提交
  26. 29 9月, 2010 3 次提交