1. 08 10月, 2012 1 次提交
  2. 03 9月, 2012 1 次提交
  3. 25 6月, 2012 1 次提交
  4. 08 2月, 2012 1 次提交
  5. 11 1月, 2012 1 次提交
  6. 12 12月, 2011 1 次提交
  7. 29 11月, 2011 1 次提交
  8. 16 9月, 2011 1 次提交
  9. 26 8月, 2011 1 次提交
  10. 10 8月, 2011 1 次提交
  11. 05 8月, 2011 1 次提交
  12. 22 7月, 2011 1 次提交
    • D
      ALSA: usb-audio - Add quirk for Roland / BOSS BR-800 · 6a6d822e
      David G Turner 提交于
      Add support for Roland/BOSS BR-800 (0582:011e) to snd-usb-audio driver.
      
      This allows playback and recording, which has been tested and found to
      work. The third interface should be MIDI (MTC/SMPTE?) for DAW interface
      and is set as per ME-25, but this has not been tested. SDHC card access
      is already supported by usb-storage for Backup/Rhythm Editor/Wave
      Convertor mode which should not conflict with this.
      Signed-off-by: NDavid G Turner <dgturner@iee.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      6a6d822e
  13. 25 5月, 2011 1 次提交
  14. 18 5月, 2011 4 次提交
  15. 14 4月, 2011 1 次提交
  16. 24 3月, 2011 2 次提交
  17. 15 2月, 2011 1 次提交
    • D
      ALSA: usb-audio: add support for Native Instruments MK2 devices · 54a8c500
      Daniel Mack 提交于
      The MK2 generation of Native Instruments' sound cards are in fact
      compliant to the USB audio standard of version 2 and other approved USB
      standards. However, they come up as vendor-specific device when first
      connected but can be told to come up with a new set of descriptors
      upon their next enumeration. The interfaces announced by the new
      descriptors will be handled by the kernel's class drivers. This is done
      by issuing a vendor specific device request and sending the device to
      reset.
      
      There are also some vendor-specific USB requests for some mixer elements
      that can't be exported in a standard compliant way. The driver now
      supports them with quirks handling mechanisms.
      Signed-off-by: NDaniel Mack <daniel@caiaq.de>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      54a8c500
  18. 08 2月, 2011 1 次提交
  19. 10 1月, 2011 1 次提交
  20. 23 10月, 2010 1 次提交
  21. 06 10月, 2010 1 次提交
  22. 04 9月, 2010 3 次提交
  23. 02 9月, 2010 1 次提交
  24. 02 8月, 2010 1 次提交
  25. 21 5月, 2010 1 次提交
  26. 25 3月, 2010 1 次提交
  27. 05 3月, 2010 3 次提交
  28. 02 3月, 2010 1 次提交
  29. 23 2月, 2010 1 次提交
  30. 22 2月, 2010 1 次提交
  31. 16 2月, 2010 1 次提交
    • S
      ALSA: USB MIDI support for Access Music VirusTI · d39e82db
      Sebastien Alaiwan 提交于
      Here's a patch that adds MIDI support through USB for one of the Access
      Music synths, the VirusTI.
      
      The synth uses standard USBMIDI protocol on its USB interface 3, although
      it does signal "vendor specific" class. A magic string has to be sent on
      interface 3 to enable the sending of MIDI from the synth (this string was
      found by sniffing usb communication of the Windows driver). This is all
      my patch does, and it works on my computer.
      
      Please note that the synth can also do standard usb audio I/O on its
      interfaces 2&3, which already works with the current snd-usb-audio driver,
      except for the audio input from the synth. I'm going to work on it when I
      have some time.
      Signed-off-by: NSebastien Alaiwan <sebastien.alaiwan@gmail.com>
      Signed-off-by: Clemens Ladisch <clemens@ladisch.de> (cosmetics, list terminator)
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      d39e82db
  32. 28 12月, 2009 1 次提交