1. 21 4月, 2009 2 次提交
  2. 13 4月, 2009 2 次提交
  3. 08 4月, 2009 1 次提交
  4. 06 3月, 2009 2 次提交
  5. 01 3月, 2009 1 次提交
  6. 27 1月, 2009 1 次提交
  7. 15 1月, 2009 1 次提交
  8. 09 1月, 2009 1 次提交
  9. 08 1月, 2009 2 次提交
  10. 06 1月, 2009 1 次提交
  11. 01 1月, 2009 1 次提交
  12. 19 12月, 2008 1 次提交
  13. 21 11月, 2008 1 次提交
    • M
      ASoC: Rename snd_soc_card to snd_soc_machine · 87506549
      Mark Brown 提交于
      One of the issues with the ASoC v1 API which has been addressed in the
      ASoC v2 work that Liam Girdwood has done is that the ALSA card provided
      by ASoC is distributed around the ASoC structures. For example, machine
      wide data such as the struct snd_card are maintained as part of the
      CODEC data structure, preventing the use of multiple codecs. This has
      been addressed by refactoring the data structures so that all the data
      for the ALSA card is contained in a single structure snd_soc_card which
      replaces the existing snd_soc_machine and snd_soc_device.
      
      Begin the process of backporting this by renaming struct snd_soc_machine
      to struct snd_soc_card, better reflecting its function and bringing it
      closer to standard ALSA terminology.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      87506549
  14. 04 11月, 2008 1 次提交
  15. 31 10月, 2008 1 次提交
  16. 30 10月, 2008 2 次提交
  17. 17 10月, 2008 1 次提交
  18. 16 10月, 2008 1 次提交
  19. 13 10月, 2008 2 次提交
  20. 10 10月, 2008 1 次提交
  21. 29 8月, 2008 1 次提交
  22. 30 7月, 2008 3 次提交
  23. 29 7月, 2008 1 次提交
  24. 17 7月, 2008 2 次提交
  25. 10 7月, 2008 5 次提交
  26. 26 6月, 2008 1 次提交
  27. 19 5月, 2008 1 次提交
    • M
      [ALSA] ASoC: Clarify API for bias configuration · 0be9898a
      Mark Brown 提交于
      Currently the ASoC core configures the bias levels in the system using
      a callback on codecs and machines called 'dapm_event', passing it PCI
      style power levels as SNDRV_CTL_POWER_ constants. This is more obscure
      than it needs to be and has caused confusion to driver authors,
      especially given that DAPM is also performing power management.
      
      Address this by renaming the callback function to 'set_bias_level' and
      using constants explicitly representing the off, standby, pre-on and on
      states which DAPM transitions through.
      
      Also unexport the API for setting bias level: there are currently no
      in-tree users of this API other than the core itself and it is likely
      that the core would need to be extended to cater for any users.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: Jarkko Nikula <jarkko.nikula@nokia.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      0be9898a