1. 4d0e677 ALSA: line6: Fix -EBUSY error during active monitoring by Takashi Iwai · 9 years ago
  2. f44f07c ALSA: line6: Clamp values correctly by Takashi Iwai · 9 years ago
  3. 25a0707 ALSA: line6: Improve line6_read/write_data() interfaces by Chris Rorvick · 9 years ago
  4. 0e80615 ALSA: line6: toneport: Use explicit type for firmware version by Chris Rorvick · 9 years ago
  5. 12b0015 ALSA: line6: Use explicit type for serial number by Chris Rorvick · 9 years ago
  6. e474e7f ALSA: line6: Return EIO if read/write not successful by Chris Rorvick · 9 years ago
  7. f3dfd1b ALSA: line6: Return error if device not responding by Chris Rorvick · 9 years ago
  8. e64e94d ALSA: line6: Add delay before reading status by Chris Rorvick · 9 years ago
  9. 12865ca ALSA: line6: Pass driver name to line6_probe() by Chris Rorvick · 9 years ago
  10. f2bd242 ALSA: line6: Pass toneport pointer to toneport_has_led() by Chris Rorvick · 9 years ago
  11. 8944460 ALSA: line6: Add toneport_has_source_select() by Chris Rorvick · 9 years ago
  12. 9b6ff3f ALSA: line6: Get rid of unused variable in pod.c by Takashi Iwai · 9 years ago
  13. 02fc76f ALSA: line6: Create sysfs via snd_card_add_dev_attr() by Takashi Iwai · 9 years ago
  14. 6ccd93b ALSA: line6: fixup of line6_start_timer argument type by Nicholas Mc Guire · 9 years ago
  15. 695758c ALSA: line6: use msecs_to_jiffies for conversion by Nicholas Mc Guire · 9 years ago
  16. 5864728 ALSA: line6: Remove unused line6_midibuf_skip_message() by Chris Rorvick · 9 years ago
  17. 642adf5 ALSA: line6: Remove unused line6_midibuf_status() by Chris Rorvick · 9 years ago
  18. 1263f61 ALSA: line6: Remove snd_line6_ prefix of pcm property fields by Takashi Iwai · 9 years ago
  19. 72f18d0 ALSA: line6: Remove invalid capability bits for PODxt Live Variax by Takashi Iwai · 9 years ago
  20. b331347 ALSA: line6: Remove struct usb_line6_podhd by Takashi Iwai · 9 years ago
  21. 129b3be ALSA: line6: Move the contents of usbdefs.h into driver.h by Takashi Iwai · 9 years ago
  22. fd9301d ALSA: line6: Remove revision.h by Takashi Iwai · 9 years ago
  23. cddbd4f ALSA: line6: Tidy up and typo fixes in comments by Takashi Iwai · 9 years ago
  24. 0416980 ALSA: line6: Fix volume calculation for big-endian by Takashi Iwai · 9 years ago
  25. 247d95e ALSA: line6: Handle error from line6_pcm_acquire() by Takashi Iwai · 9 years ago
  26. 2954f91 ALSA: line6: Make common PCM pointer callback by Takashi Iwai · 9 years ago
  27. 63e20df ALSA: line6: Reorganize PCM stream handling by Takashi Iwai · 9 years ago
  28. f2bb614 ALSA: line6: Clear prev_fbuf and prev_fsize properly by Takashi Iwai · 9 years ago
  29. 3d3ae44 ALSA: line6: Fix racy loopback handling by Takashi Iwai · 9 years ago
  30. d6ca69d ALSA: line6: Minor tidy up in line6_probe() by Takashi Iwai · 9 years ago
  31. aca514b ALSA: line6: Let snd_card_new() allocate private data by Takashi Iwai · 9 years ago
  32. f66fd99 ALSA: line6: Drop interface argument from private_init and disconnect callbacks by Takashi Iwai · 9 years ago
  33. 62a109d ALSA: line6: Skip volume manipulation during silence copying by Takashi Iwai · 9 years ago
  34. c849153 ALSA: line6: Do clipping in volume / monitor manipulations by Takashi Iwai · 9 years ago
  35. e90576c ALSA: line6: Consolidate PCM stream buffer allocation and free by Takashi Iwai · 9 years ago
  36. ccaac9e ALSA: line6: Use dev_err() by Takashi Iwai · 9 years ago
  37. d8131e6 ALSA: line6: Consolidate URB unlink and sync helpers by Takashi Iwai · 9 years ago
  38. ad0119a ALSA: line6: Rearrange PCM structure by Takashi Iwai · 9 years ago
  39. ab5cdcb ALSA: line6: Drop voodoo workarounds by Takashi Iwai · 9 years ago
  40. 9fb754b ALSA: line6: Use incremental loop by Takashi Iwai · 9 years ago
  41. f2a7622 ALSA: line6: Drop superfluous spinlock for trigger by Takashi Iwai · 9 years ago
  42. 5343ecf4 ALSA: line6: Fix the error recovery in line6_pcm_acquire() by Takashi Iwai · 9 years ago
  43. 6aa7f8e ALSA: line6: Use logical OR by Takashi Iwai · 9 years ago
  44. eab22e4 ALSA: line6: Fix missing error handling in line6_pcm_acquire() by Takashi Iwai · 9 years ago
  45. bc518ba ALSA: line6: Reduce superfluous spinlock in midi.c by Takashi Iwai · 9 years ago
  46. b55004f ALSA: line6: Remove unused line6_nop_read() by Takashi Iwai · 9 years ago
  47. 6b562f6 ALSA: line6: Fix memory leak at probe error path by Takashi Iwai · 9 years ago
  48. 644d908 ALSA: line6: Minor refactoring by Takashi Iwai · 9 years ago
  49. f44edd7 ALSA: line6/toneport: Implement LED controls via LED class by Takashi Iwai · 9 years ago
  50. bf115fc ALSA: line6/toneport: Fix wrong argument for toneport_has_led() by Takashi Iwai · 9 years ago
  51. eedd0e9 ALSA: line6: Don't forget to call driver's destructor at error path by Takashi Iwai · 9 years ago
  52. 6dd1c05 ALSA: line6/toneport: Move setup_timer() at the beginning by Takashi Iwai · 9 years ago
  53. 8a3b7c0 ALSA: line6: Remove superfluous NULL checks in each driver by Takashi Iwai · 9 years ago
  54. 2a324fc ALSA: line6: Abort if inconsistent usbdev is found at disconnect by Takashi Iwai · 9 years ago
  55. 270fd9c ALSA: line6: Yet more cleanup of superfluous NULL checks by Takashi Iwai · 9 years ago
  56. c078a4a ALSA: line6: Remove driver version from header comment by Chris Rorvick · 9 years ago
  57. c6fffce ALSA: line6: Refer to manufacturer as "Line 6" by Chris Rorvick · 9 years ago
  58. 35ae48a ALSA: line6: Remove superfluous NULL checks by Chris Rorvick · 9 years ago
  59. 4d79fb1 ALSA: line6: Drop line6_send_program() and line6_transmit_parameter() by Takashi Iwai · 9 years ago
  60. 7372319 ALSA: line6: Make line6_send_raw_message() static by Takashi Iwai · 9 years ago
  61. 5a47531 ALSA: line6: Sync PCM stop at disconnect by Takashi Iwai · 9 years ago
  62. 31ca192 ALSA: line6: Remove superfluous disconnect call in suspend handler by Takashi Iwai · 9 years ago
  63. b2a3b02 ALSA: line6: Remove CHECK_RETURN macro by Takashi Iwai · 9 years ago
  64. 10e3a02 ALSA: line6: Drop MISSING_CASE macro by Takashi Iwai · 9 years ago
  65. 2cd53fa ALSA: line6: Remove driver version string by Takashi Iwai · 9 years ago
  66. 85a9339 ALSA: line6: Reorganize card resource handling by Takashi Iwai · 9 years ago
  67. 84ac9bb ALSA: line6: Drop superfluous irqsave/irqrestore in PCM trigger callback by Takashi Iwai · 9 years ago
  68. 7d70c81 ALSA: line6: Don't handle PCM trigger for other cards by Takashi Iwai · 9 years ago
  69. a019f5e ALSA: line6: Remove superfluous out-of-memory error messages by Takashi Iwai · 9 years ago
  70. 45a82f1 ALSA: line6: Drop usb_device sysfs symlink by Takashi Iwai · 9 years ago
  71. 988d350 ALSA: line6: Drop invalid SNDRV_PCM_INFO_RESUME flag by Takashi Iwai · 9 years ago
  72. aaa68d2 ALSA: line6: Drop superfluous snd_device for rawmidi by Takashi Iwai · 9 years ago
  73. b45a7c5 ALSA: line6: Drop superfluous snd_device for PCM by Takashi Iwai · 9 years ago
  74. 075587b ALSA: line6: Handle impulse response via control API by Takashi Iwai · 9 years ago
  75. ccddbe4 ALSA: line6: Split to each driver by Takashi Iwai · 9 years ago
  76. 0f2524b ALSA: line6: Use setup_timer() and mod_timer() by Takashi Iwai · 9 years ago
  77. 61864d8 ALSA: move line6 usb driver into sound/usb by Takashi Iwai · 9 years ago