1. 07cc3e8 ALSA: rawmidi: Use rawmidi device file for kernel messages by Takashi Iwai · 9 years ago
  2. aee5012 ALSA: rawmidi: Embed struct device by Takashi Iwai · 9 years ago
  3. ef46c7a ALSA: pcm: Embed struct device by Takashi Iwai · 9 years ago
  4. 7b46160 ALSA: hwdep: Embed struct device by Takashi Iwai · 9 years ago
  5. 0fcd9f4 ALSA: control: Embed struct device by Takashi Iwai · 9 years ago
  6. 4b440be ALSA: Add a helper to initialize device by Takashi Iwai · 9 years ago
  7. 23c18d4 ALSA: control: Provide a helper to look for the preferred subdevice by Takashi Iwai · 10 years ago
  8. 92b7952 ALSA: Allow to pass the device object to snd_register_device*() by Takashi Iwai · 9 years ago
  9. f66f898 ALSA: pcm: Add snd_interval_ranges() and snd_pcm_hw_constraint_ranges() by Peter Rosin · 9 years ago
  10. 976412f ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/* by Takashi Iwai · 9 years ago
  11. 6cbbfe1 ALSA: Include linux/io.h instead of asm/io.h by Takashi Iwai · 9 years ago
  12. a55bdf1 ALSA: seq: remove unused callback_all field by Clemens Ladisch · 9 years ago
  13. de20b57 ALSA: seq: fix off-by-one error in port limit check by Clemens Ladisch · 9 years ago
  14. 467be35 ALSA: seq: correctly report maximum number of ports by Clemens Ladisch · 9 years ago
  15. 7533185 Merge branch 'for-linus' into for-next by Takashi Iwai · 9 years ago
  16. 0767e95 ALSA: seq-dummy: remove deadlock-causing events on close by Clemens Ladisch · 9 years ago
  17. f169c10 ALSA: timer: Use setup_timer() and mod_timer() by Takashi Iwai · 9 years ago
  18. 57dca36 ALSA: seq: Deletion of unnecessary checks before the function call "snd_midi_event_free" by Markus Elfring · 10 years ago
  19. 48d8829 ALSA: pcm: add SNDRV_PCM_TRIGGER_DRAIN trigger by Libin Yang · 10 years ago
  20. 240491e Merge branch 'topic/pcm-params' into for-next by Takashi Iwai · 10 years ago
  21. f6dbe1b ALSA: snd_pcm_oss_period_size: Use round{up,down}_pow_of_two() by Lars-Peter Clausen · 10 years ago
  22. 8ef9df5 ALSA: Add support for wildcard msbits constraints by Lars-Peter Clausen · 10 years ago
  23. 19f52fa ALSA: Fix handling of multiple msbits constraints on the same runtime by Lars-Peter Clausen · 10 years ago
  24. 5031466 Merge branch 'for-linus' into for-next by Takashi Iwai · 10 years ago
  25. d712eaf ALSA: core: Deletion of unnecessary checks before two function calls by Markus Elfring · 10 years ago
  26. d42472e ALSA: pcm: Add big-endian DSD sample formats and fix XMOS DSD sample format by Jussi Laako · 10 years ago
  27. 48b217a ALSA: pcm: Fix document for snd_pcm_stop_xrun() by Takashi Iwai · 10 years ago
  28. 1fb8510 ALSA: pcm: Add snd_pcm_stop_xrun() helper by Takashi Iwai · 10 years ago
  29. 31584ed ALSA: snd_ctl_activate_id(): Fix index look-up by Lars-Peter Clausen · 10 years ago
  30. 9bc889b ALSA: pcm: Update the state properly before notification by Takashi Iwai · 10 years ago
  31. 19566b0 Merge branch 'for-linus' into for-next by Takashi Iwai · 10 years ago
  32. 2b30d41 ALSA: pcm: Add xrun_injection proc entry by Takashi Iwai · 10 years ago
  33. f591490 ALSA: pcm: Replace PCM hwptr tracking with tracepoints by Takashi Iwai · 10 years ago
  34. d507941 ALSA: pcm: Correct PCM BUG error message by Takashi Iwai · 10 years ago
  35. aa8edd8 ALSA: pcm: Refactoring snd_pcm_action() by Takashi Iwai · 10 years ago
  36. e3a4bd5 ALSA: pcm: Simplify snd_pcm_action_lock_irq() by Takashi Iwai · 10 years ago
  37. eb9c38d ALSA: doc: More kerneldoc comments on core components by Takashi Iwai · 10 years ago
  38. 30b771c ALSA: pcm: More kerneldoc updates by Takashi Iwai · 10 years ago
  39. 12cddbd ALSA: control: Add missing kerneldoc comments to exported functions by Takashi Iwai · 10 years ago
  40. 317168d ALSA: pcm: Zero-clear reserved fields of PCM status ioctl in compat mode by Takashi Iwai · 10 years ago
  41. 85c24cd Merge branch 'for-linus' into for-next by Takashi Iwai · 10 years ago
  42. 49d776f ALSA: pcm: Avoid mmap warnings on x86 by Takashi Iwai · 10 years ago
  43. 8057727 Merge branch 'topic/pcm-mmap-cleanup' into for-next by Takashi Iwai · 10 years ago
  44. 9303528 Merge branch 'topic/enum-info-cleanup' into for-next by Takashi Iwai · 10 years ago
  45. 63825f3 ALSA: pcm: Disable mmap for known broken archs by Takashi Iwai · 10 years ago
  46. c37de55 ALSA: pcm: Remove arch-dependent mmap kludges by Takashi Iwai · 10 years ago
  47. dde1c65 ALSA: pcm: Fix false lockdep warnings by Takashi Iwai · 10 years ago
  48. a7e6fb9 ALSA: control: Allow to pass items zero to snd_ctl_enum_info() by Takashi Iwai · 10 years ago
  49. df803e1 ALSA: control: Warn if too long string is passed to snd_ctl_enum_info() by Takashi Iwai · 10 years ago
  50. b566762a Merge branch 'topic/seq-autoload' into for-next by Takashi Iwai · 10 years ago
  51. d5129f3 Subject: ALSA: seq: Remove autoload locks in driver registration by Takashi Iwai · 10 years ago
  52. 68ab610 ALSA: seq: bind seq driver automatically by Takashi Iwai · 10 years ago
  53. a011e21 ALSA: pcm: use the same dma mmap codepath both for arm and arm64 by Anatol Pomozov · 10 years ago
  54. 54841a0 ALSA: seq: Use atomic ops for autoload refcount by Takashi Iwai · 10 years ago
  55. 811deed ALSA: pcm: Fix referred substream in snd_pcm_action_group() unlock loop by Takashi Iwai · 10 years ago
  56. e5b50ad ALSA: Allow pass NULL dev for snd_pci_quirk_lookup() by Takashi Iwai · 10 years ago
  57. 8df22a4 Merge tag 'asoc-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next by Takashi Iwai · 10 years ago
  58. a9960e6 ALSA: pcm: fix fifo_size frame calculation by Clemens Ladisch · 10 years ago
  59. 998052b Merge branch 'for-linus' into for-next by Takashi Iwai · 10 years ago
  60. d4288d3 ALSA: pcm: add new DSD sampleformat for native DSD playback on XMOS based devices by Jurgen Kramer · 10 years ago
  61. 7fd4394 Merge branch 'topic/pcm-nonatomic' into for-next by Takashi Iwai · 10 years ago
  62. df1e471 ALSA: pcm: snd_interval_step: fix changes of open intervals by Clemens Ladisch · 10 years ago
  63. 0f519b6 ALSA: pcm: snd_interval_step: drop the min parameter by Clemens Ladisch · 10 years ago
  64. 7af142f ALSA: pcm: Uninline snd_pcm_stream_lock() and _unlock() by Takashi Iwai · 10 years ago
  65. 257f8cc ALSA: pcm: Allow nonatomic trigger operations by Takashi Iwai · 10 years ago
  66. 94a988a ALSA: pcm: Fix the silence data for DSD formats by Takashi Iwai · 10 years ago
  67. ddc64b2 ALSA: core: fix buffer overflow in snd_info_get_line() by Clemens Ladisch · 10 years ago
  68. e9e3bdf Merge tag 'asoc-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 10 years ago
  69. c5e64c7 Merge remote-tracking branches 'asoc/topic/tlv', 'asoc/topic/tlv320aic23', 'asoc/topic/tlv320aic31xx' and 'asoc/topic/tlv320aic32x4' into asoc-next by Mark Brown · 10 years ago
  70. 3a2ac12 Merge remote-tracking branch 'asoc/topic/dma' into asoc-next by Mark Brown · 10 years ago
  71. c1ab70c Merge branch 'topic/monotonic' into for-next by Takashi Iwai · 10 years ago
  72. e58c295 ALSA: pcm: Add tstamp_type and proto to sw_params compat layer by Takashi Iwai · 10 years ago
  73. 5890081 ALSA: pcm: Introduce protocol version field to sw_params by Takashi Iwai · 10 years ago
  74. 6217e5e ALSA: compress: fix an integer overflow check by Dan Carpenter · 10 years ago
  75. 0cea76f ALSA: control: Define SNDRV_CTL_TLV_OP_* constants by Takashi Iwai · 10 years ago
  76. 03fe805 Merge branch 'topic/monotonic' into for-next by Takashi Iwai · 10 years ago
  77. 5646eda ALSA: pcm: Add timestamp type to sw_params by Takashi Iwai · 10 years ago
  78. 2408c21 ALSA: pcm: simplify snd_pcm_tstamp() by Takashi Iwai · 10 years ago
  79. 75f850f ALSA: pcm_dmaengine: Correct support for 24bits physical sample widths by Peter Ujfalusi · 10 years ago
  80. 732814c ALSA: pcm_dmaengine: Use the available wrapper to get physical width by Peter Ujfalusi · 10 years ago
  81. b245a82 ALSA: seq: seq_memory.c: Fix closing brace followed by if by Rasmus Villemoes · 10 years ago
  82. 883a1d4 ALSA: control: Make sure that id->index does not overflow by Lars-Peter Clausen · 10 years ago
  83. ac902c1 ALSA: control: Handle numid overflow by Lars-Peter Clausen · 10 years ago
  84. fd9f26e ALSA: control: Don't access controls outside of protected regions by Lars-Peter Clausen · 10 years ago
  85. 82262a46 ALSA: control: Fix replacing user controls by Lars-Peter Clausen · 10 years ago
  86. 07f4d9d ALSA: control: Protect user controls against concurrent access by Lars-Peter Clausen · 10 years ago
  87. 26204e0 ALSA: core: Use ktime_get_ts() by Thomas Gleixner · 10 years ago
  88. 2742325 ALSA: seq: Continue broadcasting events to ports if one of them fails by Adam Goode · 10 years ago
  89. 21fd3e9 ALSA: seq: correctly detect input buffer overflow by Adam Goode · 10 years ago
  90. efd4b76 Merge branch 'for-linus' into for-next by Takashi Iwai · 10 years ago
  91. 02fb05a ALSA: pcm_dmaengine: Add check during device suspend by Tushar Behera · 10 years ago
  92. 53403a8 ALSA: core: Fix format string mismatch in seq_midi.c by Masanari Iida · 10 years ago
  93. 00d9015 ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloops by Tim Gardner · 10 years ago
  94. 9ddd84f Merge branch 'for-next' into for-linus by Takashi Iwai · 10 years ago
  95. 749d322 ALSA: compress: Pass through return value of open ops callback by Charles Keepax · 10 years ago
  96. 5fdb83f Merge tag 'asoc-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next by Takashi Iwai · 10 years ago
  97. 6776a5d ALSA: Move EXPORT_SYMBOL() in appropriate places by Takashi Iwai · 10 years ago
  98. 72620d6 ALSA: Clean up snd_device_*() codes by Takashi Iwai · 10 years ago
  99. 289ca02 ALSA: Use priority list for managing device list by Takashi Iwai · 10 years ago
  100. 71e2e1c ALSA: hwdep: Allow to assign the given parent by Takashi Iwai · 10 years ago