1. 6417f03 module: remove never implemented MODULE_SUPPORTED_DEVICE by Leon Romanovsky · 3 years, 10 months ago
  2. 75b1a8f ALSA: Convert strlcpy to strscpy when return value is unused by Joe Perches · 4 years ago
  3. e2d413f ALSA: Replace with fallthrough pseudo keyword in the remaining places by Takashi Iwai · 4 years, 6 months ago
  4. 56d7058 ALSA: caiaq: More constifications by Takashi Iwai · 5 years ago
  5. 2ead9d0 ALSA: usb: Constify snd_pcm_hardware definitions by Takashi Iwai · 5 years ago
  6. 9c0d064 ALSA: usb: Drop superfluous ioctl PCM ops by Takashi Iwai · 5 years ago
  7. 1075b32 ALSA: caiaq: Use managed buffer allocation by Takashi Iwai · 5 years ago
  8. c7b0385 ALSA: caiaq: Convert to the common vmalloc memalloc by Takashi Iwai · 5 years ago
  9. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  10. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  11. 590b516 ALSA: caiaq: Add fall-through annotation by Takashi Iwai · 6 years ago
  12. fa84cf0 ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc() by Takashi Iwai · 6 years ago
  13. 9b11233 ALSA: usb: caiaq: audio: use irqsave() in USB's complete callback by John Ogness · 6 years ago
  14. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  15. 76727c2c Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 7 years ago
  16. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  17. 0011a33 Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  18. 99fee508 ALSA: caiaq: Fix stray URB at probe error path by Takashi Iwai · 7 years ago
  19. 96cd796 ALSA: caiaq: Add yet more sanity checks for invalid EPs by Takashi Iwai · 7 years ago
  20. 58fc7f7 ALSA: caiaq: Add a sanity check for invalid EPs by Takashi Iwai · 7 years ago
  21. 31cb1fb ALSA: usb: constify snd_pcm_ops structures by Arvind Yadav · 7 years ago
  22. b26113f ALSA: usb: caiaq: audio: Delete two error messages for a failed memory allocation in alloc_urbs() by Markus Elfring · 7 years ago
  23. 57ee11e ALSA: snd-usb-caiaq: constify usb_device_id. by Arvind Yadav · 7 years ago
  24. f43e540 ALSA: usb: Constify snd_rawmidi_ops by Takashi Iwai · 8 years ago
  25. 289ef67 ALSA: usb: caiaq: audio: don't print error when allocating urb fails by Wolfram Sang · 8 years ago
  26. 49cdd5b ALSA: snd-usb-caiaq: fix stream count check by Daniel Mack · 10 years ago
  27. 897c329 ALSA: usb: caiaq: check for cdev->n_streams > 1 by Daniel Mack · 10 years ago
  28. e76bf63 ALSA: snd-usb-caiaq: Fix LED commands for Kore controller by Daniel Mack · 10 years ago
  29. 874b8d4 ALSA: usb: Convert to snd_card_new() with a device pointer by Takashi Iwai · 11 years ago
  30. d2724de ALSA: snd-usb-caiaq: LED support for Maschine Controller by Hannes Gräuler · 11 years ago
  31. 0af49ff ALSA: usb: uniform style used in MODULE_SUPPORTED_DEVICE() by Antonio Ospite · 12 years ago
  32. fc76f86 ALSA: snd-usb-caiaq: use vmalloc buffers by Antonio Ospite · 12 years ago
  33. 3dd446a ALSA: snd-usb-caiaq: remove the unused snd_card_used variable by Antonio Ospite · 12 years ago
  34. 4ca231b ALSA: usb-audio: caiaq: fix endianness bug in snd_usb_caiaq_maschine_dispatch by Eldad Zack · 12 years ago
  35. c75c5ab ALSA: USB: adjust for changed 3.8 USB API by Clemens Ladisch · 12 years ago
  36. 2dad940 ALSA: snd-usb-caiaq: fix smatch warnings by Daniel Mack · 12 years ago
  37. f1f6b8f ALSA: snd-usb-caiaq: switch to dev_*() logging by Daniel Mack · 12 years ago
  38. 1c8470c ALSA: snd-usb-caiaq: rename 'dev' to 'cdev' by Daniel Mack · 12 years ago
  39. febd1cc ALSA: caiaq: fix use of MODULE_SUPPORTED_DEVICES() by Antonio Ospite · 12 years ago
  40. 14c5670 ALSA: snd-usb-caiaq: remove __dev* attributes by Bill Pemberton · 12 years ago
  41. da18544 ALSA: snd-usb-caiaq: initialize card pointer by Daniel Mack · 13 years ago
  42. cb74eb1 ALSA: snd-usb-caiaq: Fix the return of XRUN by Mark Hills · 13 years ago
  43. a429638 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  44. a67ff6a ALSA: module_param: make bool parameters really bool by Rusty Russell · 13 years ago
  45. 424f075 USB: convert sound/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  46. e653510 ALSA: snd-usb-caiaq: Add support for Maschine by William Light · 13 years ago
  47. 3d37fbe ALSA: snd-usb-caiaq: Fix NULL dereference in input.c by William Light · 13 years ago
  48. da6094e ALSA: snd_usb_caiaq: track submitted output urbs by Daniel Mack · 13 years ago
  49. 15439bd ALSA: snd-usb-caiaq: Correct offset fields of outbound iso_frame_desc by Daniel Mack · 13 years ago
  50. f438948 ALSA: snd-usb-caiaq: Fix keymap for RigKontrol3 by Daniel Mack · 13 years ago
  51. cc99a08 Merge branch 'fix/misc' into topic/misc by Takashi Iwai · 14 years ago
  52. eaae55d ALSA: caiaq - Fix possible string-buffer overflow by Takashi Iwai · 14 years ago
  53. df8d81a ALSA: snd-usb-caiaq: Add support for Traktor Audio 2 by Daniel Mack · 14 years ago
  54. 15c5ab6 ALSA: snd-usb-caiaq: Add support for Traktor Kontrol S4 by Daniel Mack · 14 years ago
  55. 6008fd5 ALSA: snd-usb-caiaq: drop version number by Daniel Mack · 14 years ago
  56. 55567ab ALSA: snd-usb-caiaq: Bump version number to 1.3.21 by Mark Hills · 15 years ago
  57. 6492335 ALSA: Revert "ALSA: snd-usb-caiaq: Set default input mode of A4DJ" by Mark Hills · 15 years ago
  58. 4efd7d8 ALSA: snd-usb-caiaq: Simplify single case to an 'if' by Mark Hills · 15 years ago
  59. bd4cbf6 ALSA: snd-usb-caiaq: Restore 'Control vinyl' input mode on A4DJ by Mark Hills · 15 years ago
  60. 57c7ffc ALSA: usb/caiaq: fix Traktor Kontrol X1 ABS_HAT2X axis by Daniel Mack · 15 years ago
  61. f09d045 Merge branch 'topic/usb' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 into devel by Jaroslav Kysela · 15 years ago
  62. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  63. 7b7b904 ALSA: usb - update gfp/slab.h includes by Tejun Heo · 15 years ago
  64. 6da7a2aa ALSA: usb/caiaq: Add support for Traktor Kontrol X1 by Daniel Mack · 15 years ago
  65. 7f9320d ALSA: sound/usb/caiaq/midi.h: Checkpatch cleanup by Andrea Gelmini · 15 years ago
  66. 467cc16 ALSA: snd-usb-caiaq: Bump version number to 1.3.20 by Mark Hills · 15 years ago
  67. ac9dd9d ALSA: snd-usb-caiaq: Lock on stream start/unpause by Mark Hills · 15 years ago
  68. 3702b08 ALSA: snd-usb-caiaq: Missing lock around use of buffer positions by Mark Hills · 15 years ago
  69. b30c494 ALSA: snd_usb_caiaq: add support for Audio2DJ by Daniel Mack · 15 years ago
  70. 563c2bf ALSA: snd_usb_caiaq: reparent sound device by Daniel Mack · 15 years ago
  71. 0a842c8 ALSA: snd_usb_caiaq: fix legacy input streaming by Daniel Mack · 16 years ago
  72. 955f2d9 ALSA: snd_usb_caiaq: set mixername by Daniel Mack · 16 years ago
  73. c6e24d4 ALSA: snd_usb_caiaq: bump version number by Daniel Mack · 16 years ago
  74. bafeee5 ALSA: snd_usb_caiaq: give better shortname by Daniel Mack · 16 years ago
  75. 1a1df6f ALSA: snd_usb_caiaq: give better longname by Daniel Mack · 16 years ago
  76. d3873a1 ALSA: snd_usb_caiaq: use strlcpy by Daniel Mack · 16 years ago
  77. 9318dce ALSA: snd_usb_caiaq: clean whitespaces by Daniel Mack · 16 years ago
  78. a9b487f ALSA: snd-usb-caiaq: fix reported elapsed periods by Daniel Mack · 16 years ago
  79. 936e7d0 ALSA: snd-usb-caiaq: rename files to remove redundant information in file pathes by Daniel Mack · 16 years ago
  80. e431cf4 ALSA: snd-usb-caiaq: clean up header includes by Daniel Mack · 16 years ago
  81. c441c29 Merge branch 'topic/usb-caiaq' into for-linus by Takashi Iwai · 16 years ago
  82. dec14f8 Merge branch 'topic/snd_card_new-err' into for-linus by Takashi Iwai · 16 years ago
  83. 28514fe ALSA: snd-usb-caiaq: bump version number by Daniel Mack · 16 years ago
  84. 9311c9b ALSA: snd-usb-caiaq: drop bogus iso packets by Daniel Mack · 16 years ago
  85. 1313e70 ALSA: snd-usb-caiaq: only warn once on streaming errors by Daniel Mack · 16 years ago
  86. 238c027 ALSA: snd-usb-caiaq: Increase version number to 1.3.12 by Mark Hills · 16 years ago
  87. a856415 ALSA: snd-usb-caiaq: Remove duplicate A8DJ control by Mark Hills · 16 years ago
  88. 9a9527e ALSA: snd-usb-caiaq: Do not expose hardware input mode 0 of A4DJ by Mark Hills · 16 years ago
  89. e3ca4c9 ALSA: snd-usb-caiaq: Set default input mode of A4DJ by Mark Hills · 16 years ago
  90. 705350f ALSA: snd-usb-caiaq: Send the correct command when setting controls by Mark Hills · 16 years ago
  91. 2165592 ALSA: snd-usb-caiaq: support for two more audio devices by Daniel Mack · 16 years ago
  92. 51721f7 ALSA: Return proper error code at probe in sound/usb/* by Takashi Iwai · 16 years ago
  93. bd7dd77 ALSA: Convert to snd_card_create() in other sound/* by Takashi Iwai · 16 years ago
  94. 16b2857 ALSA: caiaq - Version 1.3.10 by Takashi Iwai · 16 years ago
  95. f3f80a9 ALSA: caiaq - Fix Oops with MIDI by Takashi Iwai · 16 years ago
  96. f4e9749 ALSA: Use usb_set/get_intfdata by Julia Lawall · 16 years ago
  97. 12666f0 ALSA: snd-usb-caiaq: clean up the control adding code by Daniel Mack · 16 years ago
  98. f3e9d5d [ALSA] snd_usb_caiaq: add support for 'Session I/O' interface by Daniel Mack · 17 years ago
  99. 8c5330a caiaq endianness fix by Al Viro · 17 years ago
  100. 6e9fc6b [ALSA] snd_usb_caiaq: make high sample rates work with A8DJ by Daniel Mack · 17 years ago