1. a6162af ALSA: usb-audio: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  2. 8cad7a3 ALSA: line6: remove unnecessary initialization to PODHD500X by Hans P. Möller Ebner · 7 years ago
  3. fc90172 ALSA: line6: Claim pod x3 usb data interface by Andrej Krutak · 8 years ago
  4. a16039c ALSA: line6: Add hwdep interface to access the POD control messages by Andrej Krutak · 8 years ago
  5. 7811a3a ALSA: line6: Allow processing of raw incoming messages by Andrej Krutak · 8 years ago
  6. 174e1fc ALSA: line6: Distinguish device init (ctrl EP) and MIDI data transfer (int EP) by Andrej Krutak · 8 years ago
  7. f56742c ALSA: line6: Add LINE6_CAP_IN_NEEDS_OUT, a void playback stream during capture by Andrej Krutak · 8 years ago
  8. 97d78ac ALSA: line6: Allow different channel numbers for in/out by Andrej Krutak · 8 years ago
  9. 79faa2b ALSA: line6: Add high-speed USB support by Andrej Krutak · 8 years ago
  10. b2233d9 ALSA: line6: Enable different number of URBs for frame transfers by Andrej Krutak · 8 years ago
  11. 25a0707 ALSA: line6: Improve line6_read/write_data() interfaces by Chris Rorvick · 10 years ago
  12. 12b0015 ALSA: line6: Use explicit type for serial number by Chris Rorvick · 10 years ago
  13. 12865ca ALSA: line6: Pass driver name to line6_probe() by Chris Rorvick · 10 years ago
  14. 6ccd93b ALSA: line6: fixup of line6_start_timer argument type by Nicholas Mc Guire · 10 years ago
  15. 129b3be ALSA: line6: Move the contents of usbdefs.h into driver.h by Takashi Iwai · 10 years ago
  16. cddbd4f ALSA: line6: Tidy up and typo fixes in comments by Takashi Iwai · 10 years ago
  17. aca514b ALSA: line6: Let snd_card_new() allocate private data by Takashi Iwai · 10 years ago
  18. f66fd99 ALSA: line6: Drop interface argument from private_init and disconnect callbacks by Takashi Iwai · 10 years ago
  19. b55004f ALSA: line6: Remove unused line6_nop_read() by Takashi Iwai · 10 years ago
  20. c078a4a ALSA: line6: Remove driver version from header comment by Chris Rorvick · 10 years ago
  21. c6fffce ALSA: line6: Refer to manufacturer as "Line 6" by Chris Rorvick · 10 years ago
  22. 4d79fb1 ALSA: line6: Drop line6_send_program() and line6_transmit_parameter() by Takashi Iwai · 10 years ago
  23. 7372319 ALSA: line6: Make line6_send_raw_message() static by Takashi Iwai · 10 years ago
  24. b2a3b02 ALSA: line6: Remove CHECK_RETURN macro by Takashi Iwai · 10 years ago
  25. 10e3a02 ALSA: line6: Drop MISSING_CASE macro by Takashi Iwai · 10 years ago
  26. ccddbe4 ALSA: line6: Split to each driver by Takashi Iwai · 10 years ago
  27. 61864d8 ALSA: move line6 usb driver into sound/usb by Takashi Iwai · 10 years ago[Renamed from drivers/staging/line6/driver.h]
  28. a46c467 staging: line6: Call *_disconnect() via pointer by Chris Rorvick · 10 years ago
  29. 01f6b2b staging: line6: Call *_process_message() via pointer by Chris Rorvick · 10 years ago
  30. 16d603d staging: line6: Move audio endpoints to properties by Chris Rorvick · 10 years ago
  31. 9e165be staging: line6: Move control endpoints to properties by Chris Rorvick · 10 years ago
  32. 7b9584f staging: line6: Move altsetting to properties by Chris Rorvick · 10 years ago
  33. 951dd31 staging: line6: Split out POD HD500 interfaces by Chris Rorvick · 10 years ago
  34. 7ad0731 staging: line6: Split out PODxt Live interfaces by Chris Rorvick · 10 years ago
  35. a23a8bf staging: line6: Key off of device type by Chris Rorvick · 10 years ago
  36. 410dca8 staging: line6: Define a device type enum by Chris Rorvick · 10 years ago
  37. 5c3396f staging: line6: Remove `device_bit' from properties by Chris Rorvick · 10 years ago
  38. 56733e9 Staging: line6: Fix unnecessary space after function pointer in driver.h by Monam Agarwal · 11 years ago
  39. e7c8a7e staging: line6: use default sysfs attribute macros by Greg Kroah-Hartman · 11 years ago
  40. 98115f1 staging: line6: drop CONFIG_LINE6_USB_DUMP_PCM by Stefan Hajnoczi · 12 years ago
  41. 4d3f50e staging: line6: use pr_err() instead of printk(KERN_ERR, ...) by Stefan Hajnoczi · 12 years ago
  42. e02b124 staging: line6: delete an unused function by Dan Carpenter · 12 years ago
  43. 10c39f1 staging: line6: drop MIDI from CONFIG_LINE6_USB_DUMP_ANY by Stefan Hajnoczi · 12 years ago
  44. 19ae779 staging: line6: drop CONTROL from CONFIG_LINE6_USB_DUMP_ANY by Stefan Hajnoczi · 12 years ago
  45. 60fb08b staging: line6: drop unused DEBUG_MESSAGES() macro by Stefan Hajnoczi · 12 years ago
  46. b430b3d staging: line6: drop unused line6_devices[] array by Stefan Hajnoczi · 12 years ago
  47. 317e188 staging: line6: adjusted interface of line6_send_program() by Johannes Thumshirn · 12 years ago
  48. 2471c09 staging: line6: changed interface of line6_transmit_parameter() by Johannes Thumshirn · 12 years ago
  49. 4c6fb5f staging/line6: refactor device information and add POD HD 500 by Markus Grabner · 13 years ago
  50. 027360c Staging: line6: minor coding style cleanups by Greg Kroah-Hartman · 14 years ago
  51. e1a164d Staging: line6: another upstream sync by Markus Grabner · 14 years ago
  52. 1027f47 staging: line6: sync with upstream by Markus Grabner · 14 years ago
  53. a49e483 Staging: line6: coding style cleanups for .h files. by Greg Kroah-Hartman · 16 years ago
  54. 4cb8f30 Staging: line6: remove KERNEL_VERSION checks by Greg Kroah-Hartman · 16 years ago
  55. 77491e5 Staging: line6: remove DEVICE_ATTRIBUTE by Greg Kroah-Hartman · 16 years ago
  56. 705ecec Staging: add line6 usb driver by Markus Grabner · 16 years ago