1. 23 2月, 2011 3 次提交
  2. 19 2月, 2011 1 次提交
  3. 14 2月, 2011 2 次提交
  4. 04 2月, 2011 2 次提交
  5. 19 1月, 2011 1 次提交
  6. 13 1月, 2011 1 次提交
  7. 29 12月, 2010 1 次提交
  8. 22 12月, 2010 1 次提交
  9. 21 12月, 2010 1 次提交
  10. 13 12月, 2010 1 次提交
  11. 11 12月, 2010 1 次提交
  12. 08 12月, 2010 2 次提交
  13. 04 12月, 2010 1 次提交
    • M
      ASoC: When disabling WM8994 FLL force a source selection · 4514e899
      Mark Brown 提交于
      When we disable the WM8994 FLL code path sharing means that we end up
      writing out a configuration. Currently this is the currently active
      input and output frequency (which causes snd_soc_update_bits() to
      suppress actual writes both immediately and in the common case where
      we reenable the same configuration later) but we allow machine drivers
      to pass through a source of zero. Since the register values written
      are one less than the source constants this causes corruption of other
      bitfields in the register.
      
      Fix this by using the most recently configured FLL source when none is
      provided.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NLiam Girdwood <lrg@slimlogic.co.uk>
      Cc: stable@kernel.org
      4514e899
  14. 02 12月, 2010 1 次提交
  15. 01 12月, 2010 2 次提交
  16. 27 11月, 2010 7 次提交
  17. 23 11月, 2010 2 次提交
  18. 22 11月, 2010 1 次提交
  19. 19 11月, 2010 2 次提交
  20. 18 11月, 2010 1 次提交
  21. 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
  22. 04 11月, 2010 1 次提交
  23. 29 10月, 2010 1 次提交
  24. 15 10月, 2010 1 次提交
  25. 13 10月, 2010 1 次提交
  26. 07 9月, 2010 1 次提交