1. 01 12月, 2008 1 次提交
  2. 25 11月, 2008 2 次提交
  3. 21 11月, 2008 4 次提交
    • M
      ASoC: Staticise pxa2xx_pcm_ops · 0e734ad5
      Mark Brown 提交于
      It's not exported.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      0e734ad5
    • M
      ASoC: Add Marvell Zylonite machine support · 2dac9217
      Mark Brown 提交于
      Implement support for the Marvell Zylonite PXA3xx reference platform,
      supporting standard AC97 stereo and AUX interfaces together with the
      auxiliary I2S interface of the WM9713.
      
      The board has two options for the MCLK of the WM9713: either the standard
      AC97 system clock can be used or the 13MHz CLK_POUT output of the PXA3xx
      can be used, selected via SW15 on the board. Currently only the AC97
      system clock is supported by this driver.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      2dac9217
    • 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
  4. 06 11月, 2008 1 次提交
  5. 30 10月, 2008 1 次提交
    • M
      ASoC: Add PXA SSP support · 1b340bd7
      Mark Brown 提交于
      The SSP ports PXA series processors can be used to implement a variety of
      audio interface formats. This patch implements support for I2S, DSP A and
      DSP B modes on these ports.
      
      This patch is based on the previous out of tree pxa2xx-ssp driver (which
      was originally written by Liam Girdwood with updates from Philipp Zabel
      and Nicola Perrino) and pxa3xx-ssp driver (originally written by Seth
      Forsee based on the pxa2xx-ssp driver). Testing coverage is not complete
      currently.
      Tested-by: NDaniel Ribeiro <drwyrm@gmail.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      1b340bd7
  6. 13 10月, 2008 2 次提交
  7. 08 10月, 2008 2 次提交
  8. 25 9月, 2008 1 次提交
  9. 24 9月, 2008 3 次提交
  10. 23 9月, 2008 3 次提交
  11. 04 9月, 2008 2 次提交
  12. 01 9月, 2008 1 次提交
  13. 12 8月, 2008 1 次提交
  14. 07 8月, 2008 2 次提交
  15. 30 7月, 2008 1 次提交
  16. 29 7月, 2008 2 次提交
  17. 10 7月, 2008 5 次提交
  18. 07 7月, 2008 2 次提交
  19. 13 6月, 2008 1 次提交
  20. 27 5月, 2008 2 次提交
  21. 19 5月, 2008 1 次提交