1. 11 2月, 2013 1 次提交
  2. 14 1月, 2013 2 次提交
  3. 04 1月, 2013 1 次提交
  4. 19 12月, 2012 1 次提交
    • D
      ALSA: usb-audio: Support for Digidesign Mbox 2 USB sound card: · cb99864d
      Damien Zammit 提交于
      This patch is the result of a lot of trial and error, since there are no specs
      available for the device.
      
      Full duplex support is provided, i.e. playback and recording in stereo.
      The format is hardcoded at 48000Hz @ 24 bit, which is the maximum that the
      device supports.  Also, MIDI in and MIDI out both work.
      
      Users will notice that the S/PDIF light also flashes when playback or recording
      is active.  I believe this means that S/PDIF input/output is simultaneously
      activated with the analogue i/o during use.
      But this particular functionality remains untested.
      
      Note that this particular version of the patch is so far untested on the
      physical hardware because I have not compiled a full kernel with the changes.
      However, extensive testing has been done by many users of the hardware
      who believe other versions of my patch have worked since circa 2009.
      
      [Modified to make a function static by tiwai]
      Signed-off-by: NDamien Zammit <damien@zamaudio.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      cb99864d
  5. 19 11月, 2012 1 次提交
  6. 04 9月, 2012 1 次提交
    • D
      ALSA: snd-usb: Add quirks for Playback Designs devices · 2b58fd5b
      Daniel Mack 提交于
      Playback Designs' USB devices have some hardware limitations on their
      USB interface. In particular:
      
       - They need a 20ms delay after each class compliant request as the
         hardware ACKs the USB packets before the device is actually ready
         for the next command. Sending data immediately will result in buffer
         overflows in the hardware.
       - The devices send bogus feedback data at the start of each stream
         which confuse the feedback format auto-detection.
      
      This patch introduces a new quirks hook that is called after each
      control packet and which adds a delay for all devices that match
      Playback Designs' USB VID for now.
      
      In addition, it adds a counter to snd_usb_endpoint to drop received
      packets on the floor. Another new quirks function that is called once
      an endpoint is started initializes that counter for these devices on
      their sync endpoint.
      Signed-off-by: NDaniel Mack <zonque@gmail.com>
      Reported-and-tested-by: NAndreas Koch <andreas@akdesigninc.com>
      Supported-by: NDemian Martin <demianm_1@yahoo.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      2b58fd5b
  7. 15 2月, 2012 1 次提交
  8. 11 11月, 2011 1 次提交
  9. 27 9月, 2011 1 次提交
  10. 14 9月, 2011 1 次提交
  11. 26 8月, 2011 1 次提交
  12. 06 8月, 2011 1 次提交
  13. 13 7月, 2011 1 次提交
  14. 04 6月, 2011 1 次提交
  15. 25 5月, 2011 2 次提交
  16. 18 5月, 2011 1 次提交
  17. 29 4月, 2011 1 次提交
  18. 14 4月, 2011 1 次提交
  19. 31 3月, 2011 1 次提交
  20. 15 2月, 2011 2 次提交
  21. 08 2月, 2011 1 次提交
  22. 23 10月, 2010 1 次提交
  23. 23 6月, 2010 1 次提交
  24. 21 5月, 2010 1 次提交
  25. 29 3月, 2010 1 次提交
  26. 12 3月, 2010 2 次提交
  27. 05 3月, 2010 3 次提交