1. 21 11月, 2008 2 次提交
    • K
      ASoC: ssm2602: Fix priv substreams refs · faab5a32
      Karl Beldan 提交于
      Clean up our record of the active streams in shutdown(), fixing
      subsequent failures of snd_pcm_hw_constraints_complete after closure of
      a stream.
      
      NOTE:
      - The ssm2602 allows pairs of non-matching PB/REC rates.
      - This is a fix for less evil:
        The logic is flawed (e.g. the slave might startup before the
        master's rate and sample_bits are set).
      Signed-off-by: NKarl Beldan <karl.beldan@gmail.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      faab5a32
    • 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
  2. 19 11月, 2008 5 次提交
  3. 18 11月, 2008 14 次提交
  4. 17 11月, 2008 3 次提交
  5. 14 11月, 2008 2 次提交
  6. 13 11月, 2008 2 次提交
  7. 12 11月, 2008 1 次提交
  8. 10 11月, 2008 2 次提交
  9. 07 11月, 2008 1 次提交
  10. 06 11月, 2008 4 次提交
  11. 05 11月, 2008 2 次提交
  12. 04 11月, 2008 1 次提交
  13. 31 10月, 2008 1 次提交