1. e6826ef Merge branch 'for-linus' into for-next by Takashi Iwai · 10 years ago
  2. be3bb82 ALSA: control: Add sanity checks for user ctl id name string by Takashi Iwai · 10 years ago
  3. 4945f1f ALSA: seq: Fix init order of snd_seq_device stuff by Takashi Iwai · 10 years ago
  4. ec0e993 ALSA: core: Drop superfluous error/debug messages after malloc failures by Takashi Iwai · 10 years ago
  5. 24db8bb ALSA: seq: Drop superfluous error/debug messages after malloc failures by Takashi Iwai · 10 years ago
  6. 8d98a06 ALSA: seq_oss: Drop superfluous error/debug messages after malloc failures by Takashi Iwai · 10 years ago
  7. 2225e79 ALSA: core: reduce stack usage related to snd_ctl_new() by Takashi Sakamoto · 10 years ago
  8. 4ed5666 ALSA: core: use precomputed table to check userspace control params by Takashi Sakamoto · 10 years ago
  9. a52afea Merge tag 'asoc-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next by Takashi Iwai · 10 years ago
  10. 1a6ab46 ALSA: Fix spelling typo in Documentation/DocBook/alsa-driver-api.xml by Masanari Iida · 10 years ago
  11. 70372a7 ALSA: pcm: Don't leave PREPARED state after draining by Takashi Iwai · 10 years ago
  12. 72f770c Merge branch 'topic/timestamp' into for-next by Takashi Iwai · 10 years ago
  13. 0eee62e Merge branch 'topic/pcm-internal' into for-next by Takashi Iwai · 10 years ago
  14. 6176fad Merge branch 'topic/seq-cleanup' into for-next by Takashi Iwai · 10 years ago
  15. b202213 ALSA: pcm: Don't ignore internal PCMs in snd_pcm_dev_disconnect() by Takashi Iwai · 10 years ago
  16. 646e1dd ALSA: pcm: Don't notify internal PCMs by Takashi Iwai · 10 years ago
  17. b95bd3a ALSA: pcm: Don't add internal PCMs to PCM device list by Takashi Iwai · 10 years ago
  18. ad876c8 ALSA: pcm: Minor refactoring in snd_pcm_attach_substream() by Takashi Iwai · 10 years ago
  19. 3179f62 ALSA: core: add .get_time_info by Pierre-Louis Bossart · 10 years ago
  20. 5442a73 ALSA: core: pass audio tstamp config from userspace in compat mode by Pierre-Louis Bossart · 10 years ago
  21. 38ca2a4 ALSA: core: pass audio tstamp config from userspace by Pierre-Louis Bossart · 10 years ago
  22. 38ebb70 ALSA: Consolidate snd_find_free_minor() by Takashi Iwai · 10 years ago
  23. 54a721a ALSA: seq: Drop snd_seq_autoload_lock() and _unlock() by Takashi Iwai · 10 years ago
  24. 0566220 ALSA: seq: Define driver object in each driver by Takashi Iwai · 10 years ago
  25. af03c24 ALSA: seq: Clean up device and driver structs by Takashi Iwai · 10 years ago
  26. 7c37ae5 ALSA: seq: Rewrite sequencer device binding with standard bus by Takashi Iwai · 10 years ago
  27. 72496ed ALSA: seq: Don't compile snd_seq_device_load_drivers() for built-in by Takashi Iwai · 10 years ago
  28. b6a4267 ALSA: seq: Move EXPORT_SYMBOL() after each function by Takashi Iwai · 10 years ago
  29. 0b444af ALSA: seq: potential out of bounds in do_control() by Dan Carpenter · 10 years ago
  30. e6ff384 ALSA: control: fix failure to return new numerical ID in 'replace' event data by Takashi Sakamoto · 10 years ago
  31. 2b79d7a ALSA: pcm: allow for trigger_tstamp snapshot in .trigger by Pierre-Louis Bossart · 10 years ago
  32. 0d59b81 ALSA: pcm: don't override timestamp unconditionally by Pierre-Louis Bossart · 10 years ago
  33. d34890c ALSA: control: fix failure to return numerical ID in 'add' event by Takashi Sakamoto · 10 years ago
  34. 6bbc7fe ALSA: Add a helper to add a new attribute group to card by Takashi Iwai · 10 years ago
  35. a3ae255 Merge tag 'asoc-v3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next by Takashi Iwai · 10 years ago
  36. 7d590e4 Merge remote-tracking branch 'asoc/topic/pcm512x' into asoc-next by Mark Brown · 10 years ago
  37. 3fe9cf3 Merge branch 'topic/snd-device' into for-next by Takashi Iwai · 10 years ago
  38. 830953c ALSA: Drop snd_get_device() helper by Takashi Iwai · 10 years ago
  39. 40a4b26 ALSA: Simplify snd_device_register() variants by Takashi Iwai · 10 years ago
  40. 04c5d5a ALSA: compress: Embed struct device by Takashi Iwai · 10 years ago
  41. 5205388 ALSA: seq: Handle the device directly by Takashi Iwai · 10 years ago
  42. 89da061 ALSA: timer: Handle the device directly by Takashi Iwai · 10 years ago
  43. 7c35860 ALSA: timer: Propagate the error at initialization by Takashi Iwai · 10 years ago
  44. 07cc3e8 ALSA: rawmidi: Use rawmidi device file for kernel messages by Takashi Iwai · 10 years ago
  45. aee5012 ALSA: rawmidi: Embed struct device by Takashi Iwai · 10 years ago
  46. ef46c7a ALSA: pcm: Embed struct device by Takashi Iwai · 10 years ago
  47. 7b46160 ALSA: hwdep: Embed struct device by Takashi Iwai · 10 years ago
  48. 0fcd9f4 ALSA: control: Embed struct device by Takashi Iwai · 10 years ago
  49. 4b440be ALSA: Add a helper to initialize device by Takashi Iwai · 10 years ago
  50. 23c18d4 ALSA: control: Provide a helper to look for the preferred subdevice by Takashi Iwai · 11 years ago
  51. 92b7952 ALSA: Allow to pass the device object to snd_register_device*() by Takashi Iwai · 10 years ago
  52. f66f898 ALSA: pcm: Add snd_interval_ranges() and snd_pcm_hw_constraint_ranges() by Peter Rosin · 10 years ago
  53. 976412f ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/* by Takashi Iwai · 10 years ago
  54. 6cbbfe1 ALSA: Include linux/io.h instead of asm/io.h by Takashi Iwai · 10 years ago
  55. a55bdf1 ALSA: seq: remove unused callback_all field by Clemens Ladisch · 10 years ago
  56. de20b57 ALSA: seq: fix off-by-one error in port limit check by Clemens Ladisch · 10 years ago
  57. 467be35 ALSA: seq: correctly report maximum number of ports by Clemens Ladisch · 10 years ago
  58. 7533185 Merge branch 'for-linus' into for-next by Takashi Iwai · 10 years ago
  59. 0767e95 ALSA: seq-dummy: remove deadlock-causing events on close by Clemens Ladisch · 10 years ago
  60. f169c10 ALSA: timer: Use setup_timer() and mod_timer() by Takashi Iwai · 10 years ago
  61. 57dca36 ALSA: seq: Deletion of unnecessary checks before the function call "snd_midi_event_free" by Markus Elfring · 10 years ago
  62. 48d8829 ALSA: pcm: add SNDRV_PCM_TRIGGER_DRAIN trigger by Libin Yang · 10 years ago
  63. 240491e Merge branch 'topic/pcm-params' into for-next by Takashi Iwai · 10 years ago
  64. f6dbe1b ALSA: snd_pcm_oss_period_size: Use round{up,down}_pow_of_two() by Lars-Peter Clausen · 10 years ago
  65. 8ef9df5 ALSA: Add support for wildcard msbits constraints by Lars-Peter Clausen · 10 years ago
  66. 19f52fa ALSA: Fix handling of multiple msbits constraints on the same runtime by Lars-Peter Clausen · 10 years ago
  67. 5031466 Merge branch 'for-linus' into for-next by Takashi Iwai · 10 years ago
  68. d712eaf ALSA: core: Deletion of unnecessary checks before two function calls by Markus Elfring · 10 years ago
  69. d42472e ALSA: pcm: Add big-endian DSD sample formats and fix XMOS DSD sample format by Jussi Laako · 10 years ago
  70. 48b217a ALSA: pcm: Fix document for snd_pcm_stop_xrun() by Takashi Iwai · 10 years ago
  71. 1fb8510 ALSA: pcm: Add snd_pcm_stop_xrun() helper by Takashi Iwai · 10 years ago
  72. 31584ed ALSA: snd_ctl_activate_id(): Fix index look-up by Lars-Peter Clausen · 10 years ago
  73. 9bc889b ALSA: pcm: Update the state properly before notification by Takashi Iwai · 10 years ago
  74. 19566b0 Merge branch 'for-linus' into for-next by Takashi Iwai · 10 years ago
  75. 2b30d41 ALSA: pcm: Add xrun_injection proc entry by Takashi Iwai · 10 years ago
  76. f591490 ALSA: pcm: Replace PCM hwptr tracking with tracepoints by Takashi Iwai · 10 years ago
  77. d507941 ALSA: pcm: Correct PCM BUG error message by Takashi Iwai · 10 years ago
  78. aa8edd8 ALSA: pcm: Refactoring snd_pcm_action() by Takashi Iwai · 10 years ago
  79. e3a4bd5 ALSA: pcm: Simplify snd_pcm_action_lock_irq() by Takashi Iwai · 10 years ago
  80. eb9c38d ALSA: doc: More kerneldoc comments on core components by Takashi Iwai · 10 years ago
  81. 30b771c ALSA: pcm: More kerneldoc updates by Takashi Iwai · 10 years ago
  82. 12cddbd ALSA: control: Add missing kerneldoc comments to exported functions by Takashi Iwai · 10 years ago
  83. 317168d ALSA: pcm: Zero-clear reserved fields of PCM status ioctl in compat mode by Takashi Iwai · 10 years ago
  84. 85c24cd Merge branch 'for-linus' into for-next by Takashi Iwai · 10 years ago
  85. 49d776f ALSA: pcm: Avoid mmap warnings on x86 by Takashi Iwai · 10 years ago
  86. 8057727 Merge branch 'topic/pcm-mmap-cleanup' into for-next by Takashi Iwai · 10 years ago
  87. 9303528 Merge branch 'topic/enum-info-cleanup' into for-next by Takashi Iwai · 10 years ago
  88. 63825f3 ALSA: pcm: Disable mmap for known broken archs by Takashi Iwai · 10 years ago
  89. c37de55 ALSA: pcm: Remove arch-dependent mmap kludges by Takashi Iwai · 10 years ago
  90. dde1c65 ALSA: pcm: Fix false lockdep warnings by Takashi Iwai · 10 years ago
  91. a7e6fb9 ALSA: control: Allow to pass items zero to snd_ctl_enum_info() by Takashi Iwai · 10 years ago
  92. df803e1 ALSA: control: Warn if too long string is passed to snd_ctl_enum_info() by Takashi Iwai · 10 years ago
  93. b566762a Merge branch 'topic/seq-autoload' into for-next by Takashi Iwai · 10 years ago
  94. d5129f3 Subject: ALSA: seq: Remove autoload locks in driver registration by Takashi Iwai · 10 years ago
  95. 68ab610 ALSA: seq: bind seq driver automatically by Takashi Iwai · 10 years ago
  96. a011e21 ALSA: pcm: use the same dma mmap codepath both for arm and arm64 by Anatol Pomozov · 10 years ago
  97. 54841a0 ALSA: seq: Use atomic ops for autoload refcount by Takashi Iwai · 10 years ago
  98. 811deed ALSA: pcm: Fix referred substream in snd_pcm_action_group() unlock loop by Takashi Iwai · 10 years ago
  99. e5b50ad ALSA: Allow pass NULL dev for snd_pci_quirk_lookup() by Takashi Iwai · 10 years ago
  100. 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