1. 08 4月, 2009 1 次提交
    • M
      ASoC: Provide core support for symmetric sample rates · 06f409d7
      Mark Brown 提交于
      Many devices require symmetric configurations of capture and playback
      data formats, often due to shared clocking but sometimes also due to
      other shared playback and record configuration in the device. Start
      providing core support for this by allowing the DAIs or the machine
      to specify that the sample rates used should be kept symmetric.
      
      A flag symmetric_rates is provided in the snd_soc_dai and
      snd_soc_dai_link structures. If this is set in either of the DAIs or in
      the machine then a constraint will be applied when a stream is already
      open preventing any changes in sample rate.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      06f409d7
  2. 02 4月, 2009 2 次提交
  3. 17 3月, 2009 1 次提交
  4. 05 3月, 2009 1 次提交
  5. 13 2月, 2009 1 次提交
  6. 27 1月, 2009 1 次提交
  7. 12 1月, 2009 1 次提交
  8. 09 1月, 2009 1 次提交
  9. 08 1月, 2009 1 次提交
  10. 06 1月, 2009 1 次提交
  11. 01 1月, 2009 1 次提交
  12. 10 12月, 2008 2 次提交
  13. 09 12月, 2008 5 次提交
  14. 04 12月, 2008 3 次提交
  15. 03 12月, 2008 1 次提交
  16. 02 12月, 2008 3 次提交
  17. 25 11月, 2008 3 次提交
  18. 21 11月, 2008 2 次提交
    • M
      ASoC: Merge snd_soc_ops into snd_soc_dai_ops · dee89c4d
      Mark Brown 提交于
      Liam Girdwood's ASoC v2 work avoids having two different ops structures
      for DAIs by merging the members of struct snd_soc_ops into struct
      snd_soc_dai_ops, allowing per DAI configuration for everything.
      Backport this change.
      
      This paves the way for future work allowing any combination of DAIs to
      be connected rather than having fixed purpose CODEC and CPU DAIs and
      only allowing CODEC<->CPU interconnections.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      dee89c4d
    • 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
  19. 06 11月, 2008 1 次提交
  20. 03 11月, 2008 1 次提交
  21. 30 10月, 2008 4 次提交
  22. 13 10月, 2008 1 次提交
  23. 09 9月, 2008 1 次提交
  24. 30 7月, 2008 1 次提交