1. 28 1月, 2015 4 次提交
  2. 20 1月, 2015 6 次提交
  3. 19 1月, 2015 1 次提交
  4. 13 1月, 2015 6 次提交
  5. 16 5月, 2014 1 次提交
  6. 17 4月, 2014 1 次提交
  7. 28 10月, 2013 2 次提交
  8. 17 9月, 2013 1 次提交
  9. 12 1月, 2013 1 次提交
  10. 14 11月, 2012 1 次提交
  11. 24 4月, 2012 1 次提交
  12. 21 4月, 2012 1 次提交
  13. 10 2月, 2012 2 次提交
    • M
      staging: line6: separate handling of buffer allocation and stream startup · 0ca54888
      Markus Grabner 提交于
      There are several features of the Line6 USB driver which require PCM
      data to be exchanged with the device:
      *) PCM playback and capture via ALSA
      *) software monitoring (for devices without hardware monitoring)
      *) optional impulse response measurement
      However, from the device's point of view, there is just a single
      capture and playback stream, which must be shared between these
      subsystems. It is therefore necessary to maintain the state of the
      subsystems with respect to PCM usage. We define several constants of
      the form LINE6_BIT_PCM_<subsystem>_<direction>_<resource> with the
      following meanings:
      *) <subsystem> is one of
      -) ALSA: PCM playback and capture via ALSA
      -) MONITOR: software monitoring
      -) IMPULSE: optional impulse response measurement
      *) <direction> is one of
      -) PLAYBACK: audio output (from host to device)
      -) CAPTURE: audio input (from device to host)
      *) <resource> is one of
      -) BUFFER: buffer required by PCM data stream
      -) STREAM: actual PCM data stream
      
      The subsystems call line6_pcm_acquire() to acquire the (shared)
      resources needed for a particular operation (e.g., allocate the buffer
      for ALSA playback or start the capture stream for software monitoring).
      When a resource is no longer needed, it is released by calling
      line6_pcm_release(). Buffer allocation and stream startup are handled
      separately to allow the ALSA kernel driver to perform them at
      appropriate places (since the callback which starts a PCM stream is not
      allowed to sleep).
      Signed-off-by: NMarkus Grabner <grabner@icg.tugraz.at>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      0ca54888
    • M
  14. 10 12月, 2011 1 次提交
  15. 19 11月, 2010 1 次提交
  16. 17 11月, 2010 1 次提交
  17. 22 9月, 2010 1 次提交
  18. 01 9月, 2010 2 次提交
  19. 12 12月, 2009 2 次提交
  20. 04 4月, 2009 4 次提交