1. 11 2月, 2009 1 次提交
  2. 09 2月, 2009 2 次提交
  3. 04 2月, 2009 1 次提交
    • P
      ASoC: pxa-ssp: fix SSP port request · 0664678a
      Philipp Zabel 提交于
      PXA2xx/3xx SSP ports start from 1, not 0. Thus, the probe function
      requested the wrong SSP port. Correcting this unveiled another bug
      where ssp_init tries to request the already-requested SSP port again.
      So this patch replaces the ssp_init/exit calls with their internals
      from mach-pxa/ssp.c, leaving out the redundant ssp_request and the
      unneeded IRQ request. Effectively, that leaves us with not much more
      than enabling/disabling the SSP clock.
      Signed-off-by: NPhilipp Zabel <philipp.zabel@gmail.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      0664678a
  4. 23 1月, 2009 3 次提交
  5. 20 1月, 2009 2 次提交
  6. 17 1月, 2009 2 次提交
  7. 01 1月, 2009 1 次提交
  8. 10 12月, 2008 1 次提交
  9. 09 12月, 2008 2 次提交
    • M
      ASoC: Register platform drivers · 958e792c
      Mark Brown 提交于
      This is done at modprobe time, mirroring current behaviour, except for
      mpc5200_psc_i2s where we do registration at the same time as we register
      with soc-of-simple. Since the core currently ignores registration this
      has no practical impact.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      958e792c
    • M
      ASoC: Register platform DAIs · 3f4b783c
      Mark Brown 提交于
      Register all platform DAIs with the core.  In line with current behaviour
      this is done at module probe time rather than when the devices are probed
      (since currently that only happens as the entire ASoC card is registered
      except for those drivers that currently implement some kind of hotplug).
      Since the core currently ignores DAI registration this has no practical
      effect.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      3f4b783c
  10. 04 12月, 2008 1 次提交
  11. 03 12月, 2008 1 次提交
  12. 02 12月, 2008 2 次提交
  13. 01 12月, 2008 1 次提交
  14. 25 11月, 2008 2 次提交
  15. 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
  16. 06 11月, 2008 1 次提交
  17. 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
  18. 13 10月, 2008 2 次提交
  19. 08 10月, 2008 2 次提交
  20. 25 9月, 2008 1 次提交
  21. 24 9月, 2008 3 次提交
  22. 23 9月, 2008 3 次提交
  23. 04 9月, 2008 1 次提交