1. f595a12 ALSA: line6: Fix memory leak at line6_init_pcm() error path by Takashi Iwai · 4 years, 10 months ago
  2. 8b449e9 ALSA: line6: Fix write on zero-sized buffer by Takashi Iwai · 5 years ago
  3. f56742c ALSA: line6: Add LINE6_CAP_IN_NEEDS_OUT, a void playback stream during capture by Andrej Krutak · 8 years ago
  4. 7a0f55a ALSA: line6: Support assymetrical in/out configurations by Andrej Krutak · 8 years ago
  5. b2233d9 ALSA: line6: Enable different number of URBs for frame transfers by Andrej Krutak · 8 years ago
  6. adc8a43 ALSA: line6: Give up on the lock while URBs are released. by Andrej Krutak · 8 years ago
  7. 7e4379e ALSA: line6: Remove double line6_pcm_release() after failed acquire. by Andrej Krutak · 8 years ago
  8. 4d0e677 ALSA: line6: Fix -EBUSY error during active monitoring by Takashi Iwai · 9 years ago
  9. 247d95e ALSA: line6: Handle error from line6_pcm_acquire() by Takashi Iwai · 9 years ago
  10. 2954f91 ALSA: line6: Make common PCM pointer callback by Takashi Iwai · 9 years ago
  11. 63e20df ALSA: line6: Reorganize PCM stream handling by Takashi Iwai · 9 years ago
  12. f2bb614 ALSA: line6: Clear prev_fbuf and prev_fsize properly by Takashi Iwai · 9 years ago
  13. e90576c ALSA: line6: Consolidate PCM stream buffer allocation and free by Takashi Iwai · 9 years ago
  14. ccaac9e ALSA: line6: Use dev_err() by Takashi Iwai · 9 years ago
  15. d8131e6 ALSA: line6: Consolidate URB unlink and sync helpers by Takashi Iwai · 9 years ago
  16. ad0119a ALSA: line6: Rearrange PCM structure by Takashi Iwai · 9 years ago
  17. 9fb754b ALSA: line6: Use incremental loop by Takashi Iwai · 9 years ago
  18. f2a7622 ALSA: line6: Drop superfluous spinlock for trigger by Takashi Iwai · 9 years ago
  19. 5343ecf4 ALSA: line6: Fix the error recovery in line6_pcm_acquire() by Takashi Iwai · 9 years ago
  20. 6aa7f8e ALSA: line6: Use logical OR by Takashi Iwai · 9 years ago
  21. eab22e4 ALSA: line6: Fix missing error handling in line6_pcm_acquire() by Takashi Iwai · 9 years ago
  22. c078a4a ALSA: line6: Remove driver version from header comment by Chris Rorvick · 9 years ago
  23. c6fffce ALSA: line6: Refer to manufacturer as "Line 6" by Chris Rorvick · 9 years ago
  24. 5a47531 ALSA: line6: Sync PCM stop at disconnect by Takashi Iwai · 9 years ago
  25. 10e3a02 ALSA: line6: Drop MISSING_CASE macro by Takashi Iwai · 9 years ago
  26. 85a9339 ALSA: line6: Reorganize card resource handling by Takashi Iwai · 9 years ago
  27. 84ac9bb ALSA: line6: Drop superfluous irqsave/irqrestore in PCM trigger callback by Takashi Iwai · 9 years ago
  28. 7d70c81 ALSA: line6: Don't handle PCM trigger for other cards by Takashi Iwai · 9 years ago
  29. b45a7c5 ALSA: line6: Drop superfluous snd_device for PCM by Takashi Iwai · 9 years ago
  30. 075587b ALSA: line6: Handle impulse response via control API by Takashi Iwai · 9 years ago
  31. ccddbe4 ALSA: line6: Split to each driver by Takashi Iwai · 9 years ago
  32. 61864d8 ALSA: move line6 usb driver into sound/usb by Takashi Iwai · 9 years ago[Renamed from drivers/staging/line6/pcm.c]
  33. 16d603d staging: line6: Move audio endpoints to properties by Chris Rorvick · 9 years ago
  34. b95d2e4 staging: line6: Remove stale Pocket POD PCM endpoints by Chris Rorvick · 9 years ago
  35. 951dd31 staging: line6: Split out POD HD500 interfaces by Chris Rorvick · 9 years ago
  36. 7ad0731 staging: line6: Split out PODxt Live interfaces by Chris Rorvick · 9 years ago
  37. 4cb1a4a staging: line6: Rename capability macros by Chris Rorvick · 9 years ago
  38. a23a8bf staging: line6: Key off of device type by Chris Rorvick · 9 years ago
  39. e45bfe5 staging: line6: Remove unsupported X3 devices by Chris Rorvick · 9 years ago
  40. 5565c59 staging/line6: Fix kzalloc coding style issue by L. Alberto Giménez · 10 years ago
  41. b029a94 staging/line6: Convert to snd_card_new() with a device pointer by Takashi Iwai · 10 years ago
  42. 1785faa staging: line6: Add support for POD HD400 to line6usb driver by Chris Bajumpaa · 10 years ago
  43. e7c8a7e staging: line6: use default sysfs attribute macros by Greg Kroah-Hartman · 11 years ago
  44. 86f0b5b staging: line6: Fix unlocked snd_pcm_stop() call by Takashi Iwai · 11 years ago
  45. 9f61360 staging: line6: avoid __sync_fetch_and_{and,or} by Arnd Bergmann · 11 years ago
  46. 78110bb staging: Remove unnecessary OOM messages by Joe Perches · 11 years ago
  47. a376290 staging: line6: pcm.c fix checkpatch issues by Laurent Navet · 12 years ago
  48. 928f25e staging: line6: shorten comment below 80 chars in pcm.c by Stefan Hajnoczi · 12 years ago
  49. cdf5e55 staging: line6: pcm.c: Changed simple_strtoul to kstrtoint by Johannes Thumshirn · 12 years ago
  50. 82a74d4 staging: line6/pcm.c: Removed trailing whitespace by Johannes Thumshirn · 12 years ago
  51. 0ca5488 staging: line6: separate handling of buffer allocation and stream startup by Markus Grabner · 12 years ago
  52. 6b02a17e staging: line6: fixed ALSA/PCM interaction by Markus Grabner · 12 years ago
  53. 665f3f5 staging: line6: wait for urbs in snd_line6_prepare() by Stefan Hajnoczi · 12 years ago
  54. 4c6fb5f staging/line6: refactor device information and add POD HD 500 by Markus Grabner · 13 years ago
  55. 3b35de4 staging/line6: Remove obsolete code by Markus Grabner · 13 years ago
  56. 140e28b staging: line6: alloc/free buffers in hw_params/hw_free by Stefan Hajnoczi · 13 years ago
  57. 3b08db3 staging: line6: use smallest iso ep packet size by Stefan Hajnoczi · 13 years ago
  58. 16dc104 staging: line6: add Pod HD300 support by Stefan Hajnoczi · 13 years ago
  59. 43c04d4 staging: line6: Remove NULL check before kfree by Ilia Mirkin · 13 years ago
  60. a3a972a Staging: line6: fix up my fixup for some sysfs attribute permissions by Greg Kroah-Hartman · 14 years ago
  61. 2018845 Staging: line6: fix up some sysfs attribute permissions by Greg Kroah-Hartman · 14 years ago
  62. 027360c Staging: line6: minor coding style cleanups by Greg Kroah-Hartman · 14 years ago
  63. e1a164d Staging: line6: another upstream sync by Markus Grabner · 14 years ago
  64. 1027f476 staging: line6: sync with upstream by Markus Grabner · 14 years ago
  65. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  66. afb9091 staging: line6: Fix checkpatch warnings in pcm.c by Shawn Bohrer · 15 years ago
  67. 68dc3dd Staging: line6: fix checkpatch errors in pcm.c by Greg Kroah-Hartman · 15 years ago
  68. 4cb8f30 Staging: line6: remove KERNEL_VERSION checks by Greg Kroah-Hartman · 15 years ago
  69. 705ecec Staging: add line6 usb driver by Markus Grabner · 15 years ago