1. 26 Jun, 2011 3 commits
  2. 23 Jun, 2011 7 commits
  3. 22 Jun, 2011 2 commits
  4. 21 Jun, 2011 1 commit
  5. 20 Jun, 2011 2 commits
  6. 18 Jun, 2011 2 commits
  7. 17 Jun, 2011 1 commit
  8. 16 Jun, 2011 8 commits
  9. 14 Jun, 2011 2 commits
  10. 13 Jun, 2011 6 commits
  11. 10 Jun, 2011 4 commits
  12. 09 Jun, 2011 2 commits
    • Liam Girdwood's avatar
      ASoC: pcm - rename snd_codec_close() to snd_pcm_close(). · 91d5e6b4
      Liam Girdwood authored
      Make sure we follow naming convention for all PCM ops.
      Signed-off-by: default avatarLiam Girdwood <lrg@ti.com>
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      91d5e6b4
    • Liam Girdwood's avatar
      ASoC: core - PCM mutex per rtd · b8c0dab9
      Liam Girdwood authored
      In preparation for the new ASoC Dynamic PCM support (AKA DSP support).
      
      The new ASoC Dynamic PCM core allows DAIs to be dynamically re-routed
      at runtime between the PCM device end (or Frontend - FE) and the physical DAI
      (Backend - BE) using regular kcontrols (just like a hardware CODEC routes
      audio in the analog domain). The Dynamic PCM core therefore must be
      able to call PCM operations for both the Frontend and Backend(s) DAIs at
      the same time.
      
      Currently we have a global pcm_mutex that is used to serialise
      the ASoC PCM operations. This patch removes the global mutex
      and adds a mutex per RTD allowing the PCM operations to be reentrant and
      allow control of more than one DAI at at time. e.g. a frontend PCM hw_params()
      could configure multiple backend DAI hw_params() with similar or different
      hw parameters at the same time.
      Signed-off-by: default avatarLiam Girdwood <lrg@ti.com>
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      b8c0dab9