An error occurred fetching the project authors.
  1. 29 May, 2014 1 commit
  2. 25 Apr, 2014 1 commit
  3. 14 Apr, 2014 1 commit
  4. 11 Mar, 2014 1 commit
  5. 20 Feb, 2014 1 commit
  6. 27 Nov, 2013 1 commit
  7. 24 Dec, 2012 1 commit
  8. 09 Dec, 2012 1 commit
  9. 23 Nov, 2012 1 commit
  10. 03 Jun, 2012 1 commit
  11. 06 Mar, 2012 1 commit
  12. 27 Jan, 2012 1 commit
  13. 20 Jan, 2012 3 commits
  14. 09 Dec, 2011 1 commit
  15. 02 Dec, 2011 1 commit
  16. 23 Nov, 2011 1 commit
    • Lars-Peter Clausen's avatar
      ASoC: Constify snd_soc_dai_ops structs · 85e7652d
      Lars-Peter Clausen authored
      Commit 1ee46ebd("ASoC: Make the DAI ops constant in the DAI structure")
      introduced the possibility to have constant DAI ops structures, yet this is
      barley used in both existing drivers and also new drivers being submitted,
      although none of them modifies its DAI ops structure. The later is not
      surprising since existing drivers are often used as templates for new drivers.
      So this patch just constifies all existing snd_soc_dai_ops structs to eliminate
      the issue altogether.
      
      The patch was generated with the following coccinelle semantic patch:
      // <smpl>
      @@
      identifier ops;
      @@
      -struct snd_soc_dai_ops ops =
      +const struct snd_soc_dai_ops ops =
      { ... };
      // </smpl>
      Signed-off-by: default avatarLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      85e7652d
  17. 31 Aug, 2011 1 commit
  18. 09 Jun, 2011 1 commit
  19. 13 Jan, 2011 1 commit
  20. 22 Nov, 2010 1 commit
  21. 06 Nov, 2010 1 commit
    • Liam Girdwood's avatar
      ASoC: Decouple DAPM from CODECs · ce6120cc
      Liam Girdwood authored
      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: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
      Signed-off-by: default avatarJarkko 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: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      ce6120cc
  22. 11 Oct, 2010 1 commit
  23. 05 Oct, 2010 1 commit
  24. 04 Oct, 2010 2 commits
  25. 02 Oct, 2010 1 commit
  26. 30 Sep, 2010 1 commit