1. 43224b9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  2. 13a9883 ALSA: pcm: Modify double acknowledged interrupts check condition by Koro Chen · 9 years ago
  3. 447fbbd sound: Use hrtimer_resolution instead of hrtimer_get_res() by Thomas Gleixner · 9 years ago
  4. d0a3997 Merge tag 'sound-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  5. e1c78df ALSA: ctl: fix to handle several elements added by one operation for userspace element by Takashi Sakamoto · 9 years ago
  6. c30cf8c ALSA: control: Fix a typo of SNDRV_CTL_ELEM_ACCESS_TLV_* with SNDRV_CTL_TLV_OP_* by Takashi Iwai · 9 years ago
  7. 1c65d98 pcm: another weird API abuse by Al Viro · 9 years ago
  8. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  9. cab2ed7 ALSA: ctl: fill identical information to return value when adding userspace elements by Takashi Sakamoto · 9 years ago
  10. c378c3b ALSA: ctl: fix a bug to return no identical information in info operation for userspace controls by Takashi Sakamoto · 9 years ago
  11. c78497e ALSA: ctl: confirm to return all identical information in 'activate' event by Takashi Sakamoto · 9 years ago
  12. 3e21a19 ALSA: seq: fill client ID in return value of pool operation by Takashi Sakamoto · 9 years ago
  13. 39d1186 ALSA: ctl: evaluate macro instead of numerical value by Takashi Sakamoto · 9 years ago
  14. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  15. 2a557a8 Merge branch 'topic/hda-unbind' into for-next by Takashi Iwai · 9 years ago
  16. e79d74a ALSA: control: Fix breakage of user ctl element addition by Takashi Iwai · 9 years ago
  17. e6826ef Merge branch 'for-linus' into for-next by Takashi Iwai · 9 years ago
  18. be3bb82 ALSA: control: Add sanity checks for user ctl id name string by Takashi Iwai · 9 years ago
  19. 4945f1f ALSA: seq: Fix init order of snd_seq_device stuff by Takashi Iwai · 9 years ago
  20. ec0e993 ALSA: core: Drop superfluous error/debug messages after malloc failures by Takashi Iwai · 9 years ago
  21. 24db8bb ALSA: seq: Drop superfluous error/debug messages after malloc failures by Takashi Iwai · 9 years ago
  22. 8d98a06 ALSA: seq_oss: Drop superfluous error/debug messages after malloc failures by Takashi Iwai · 9 years ago
  23. 2225e79 ALSA: core: reduce stack usage related to snd_ctl_new() by Takashi Sakamoto · 9 years ago
  24. 4ed5666 ALSA: core: use precomputed table to check userspace control params by Takashi Sakamoto · 9 years ago
  25. a52afea Merge tag 'asoc-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next by Takashi Iwai · 9 years ago
  26. 1a6ab46 ALSA: Fix spelling typo in Documentation/DocBook/alsa-driver-api.xml by Masanari Iida · 9 years ago
  27. e086e30 ALSA: core: Re-add snd_device_disconnect() by Takashi Iwai · 9 years ago
  28. 70372a7 ALSA: pcm: Don't leave PREPARED state after draining by Takashi Iwai · 10 years ago
  29. 72f770c Merge branch 'topic/timestamp' into for-next by Takashi Iwai · 9 years ago
  30. 0eee62e Merge branch 'topic/pcm-internal' into for-next by Takashi Iwai · 9 years ago
  31. 6176fad Merge branch 'topic/seq-cleanup' into for-next by Takashi Iwai · 9 years ago
  32. b202213 ALSA: pcm: Don't ignore internal PCMs in snd_pcm_dev_disconnect() by Takashi Iwai · 9 years ago
  33. 646e1dd ALSA: pcm: Don't notify internal PCMs by Takashi Iwai · 9 years ago
  34. b95bd3a ALSA: pcm: Don't add internal PCMs to PCM device list by Takashi Iwai · 9 years ago
  35. ad876c8 ALSA: pcm: Minor refactoring in snd_pcm_attach_substream() by Takashi Iwai · 9 years ago
  36. 3179f62 ALSA: core: add .get_time_info by Pierre-Louis Bossart · 9 years ago
  37. 5442a73 ALSA: core: pass audio tstamp config from userspace in compat mode by Pierre-Louis Bossart · 9 years ago
  38. 38ca2a4 ALSA: core: pass audio tstamp config from userspace by Pierre-Louis Bossart · 9 years ago
  39. 38ebb70 ALSA: Consolidate snd_find_free_minor() by Takashi Iwai · 9 years ago
  40. 54a721a ALSA: seq: Drop snd_seq_autoload_lock() and _unlock() by Takashi Iwai · 9 years ago
  41. 0566220 ALSA: seq: Define driver object in each driver by Takashi Iwai · 9 years ago
  42. af03c24 ALSA: seq: Clean up device and driver structs by Takashi Iwai · 9 years ago
  43. 7c37ae5 ALSA: seq: Rewrite sequencer device binding with standard bus by Takashi Iwai · 9 years ago
  44. 72496ed ALSA: seq: Don't compile snd_seq_device_load_drivers() for built-in by Takashi Iwai · 9 years ago
  45. b6a4267 ALSA: seq: Move EXPORT_SYMBOL() after each function by Takashi Iwai · 9 years ago
  46. 0b444af ALSA: seq: potential out of bounds in do_control() by Dan Carpenter · 9 years ago
  47. e6ff384 ALSA: control: fix failure to return new numerical ID in 'replace' event data by Takashi Sakamoto · 9 years ago
  48. 2b79d7a ALSA: pcm: allow for trigger_tstamp snapshot in .trigger by Pierre-Louis Bossart · 9 years ago
  49. 0d59b81 ALSA: pcm: don't override timestamp unconditionally by Pierre-Louis Bossart · 9 years ago
  50. d34890c ALSA: control: fix failure to return numerical ID in 'add' event by Takashi Sakamoto · 9 years ago
  51. 6bbc7fe ALSA: Add a helper to add a new attribute group to card by Takashi Iwai · 9 years ago
  52. 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 · 9 years ago
  53. 7d590e4 Merge remote-tracking branch 'asoc/topic/pcm512x' into asoc-next by Mark Brown · 9 years ago
  54. 3fe9cf3 Merge branch 'topic/snd-device' into for-next by Takashi Iwai · 9 years ago
  55. 830953c ALSA: Drop snd_get_device() helper by Takashi Iwai · 9 years ago
  56. 40a4b26 ALSA: Simplify snd_device_register() variants by Takashi Iwai · 9 years ago
  57. 04c5d5a ALSA: compress: Embed struct device by Takashi Iwai · 9 years ago
  58. 5205388 ALSA: seq: Handle the device directly by Takashi Iwai · 9 years ago
  59. 89da061 ALSA: timer: Handle the device directly by Takashi Iwai · 9 years ago
  60. 7c35860 ALSA: timer: Propagate the error at initialization by Takashi Iwai · 9 years ago
  61. 07cc3e8 ALSA: rawmidi: Use rawmidi device file for kernel messages by Takashi Iwai · 9 years ago
  62. aee5012 ALSA: rawmidi: Embed struct device by Takashi Iwai · 9 years ago
  63. ef46c7a ALSA: pcm: Embed struct device by Takashi Iwai · 9 years ago
  64. 7b46160 ALSA: hwdep: Embed struct device by Takashi Iwai · 9 years ago
  65. 0fcd9f4 ALSA: control: Embed struct device by Takashi Iwai · 9 years ago
  66. 4b440be ALSA: Add a helper to initialize device by Takashi Iwai · 9 years ago
  67. 23c18d4 ALSA: control: Provide a helper to look for the preferred subdevice by Takashi Iwai · 10 years ago
  68. 92b7952 ALSA: Allow to pass the device object to snd_register_device*() by Takashi Iwai · 9 years ago
  69. f66f898 ALSA: pcm: Add snd_interval_ranges() and snd_pcm_hw_constraint_ranges() by Peter Rosin · 9 years ago
  70. 976412f ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/* by Takashi Iwai · 9 years ago
  71. 6cbbfe1 ALSA: Include linux/io.h instead of asm/io.h by Takashi Iwai · 9 years ago
  72. a55bdf1 ALSA: seq: remove unused callback_all field by Clemens Ladisch · 9 years ago
  73. de20b57 ALSA: seq: fix off-by-one error in port limit check by Clemens Ladisch · 9 years ago
  74. 467be35 ALSA: seq: correctly report maximum number of ports by Clemens Ladisch · 9 years ago
  75. 7533185 Merge branch 'for-linus' into for-next by Takashi Iwai · 9 years ago
  76. 0767e95 ALSA: seq-dummy: remove deadlock-causing events on close by Clemens Ladisch · 9 years ago
  77. f169c10 ALSA: timer: Use setup_timer() and mod_timer() by Takashi Iwai · 9 years ago
  78. 57dca36 ALSA: seq: Deletion of unnecessary checks before the function call "snd_midi_event_free" by Markus Elfring · 9 years ago
  79. 48d8829 ALSA: pcm: add SNDRV_PCM_TRIGGER_DRAIN trigger by Libin Yang · 9 years ago
  80. 240491e Merge branch 'topic/pcm-params' into for-next by Takashi Iwai · 9 years ago
  81. f6dbe1b ALSA: snd_pcm_oss_period_size: Use round{up,down}_pow_of_two() by Lars-Peter Clausen · 9 years ago
  82. 8ef9df5 ALSA: Add support for wildcard msbits constraints by Lars-Peter Clausen · 9 years ago
  83. 19f52fa ALSA: Fix handling of multiple msbits constraints on the same runtime by Lars-Peter Clausen · 9 years ago
  84. 5031466 Merge branch 'for-linus' into for-next by Takashi Iwai · 10 years ago
  85. d712eaf ALSA: core: Deletion of unnecessary checks before two function calls by Markus Elfring · 10 years ago
  86. d42472e ALSA: pcm: Add big-endian DSD sample formats and fix XMOS DSD sample format by Jussi Laako · 10 years ago
  87. 48b217a ALSA: pcm: Fix document for snd_pcm_stop_xrun() by Takashi Iwai · 10 years ago
  88. 1fb8510 ALSA: pcm: Add snd_pcm_stop_xrun() helper by Takashi Iwai · 10 years ago
  89. 31584ed ALSA: snd_ctl_activate_id(): Fix index look-up by Lars-Peter Clausen · 10 years ago
  90. 9bc889b ALSA: pcm: Update the state properly before notification by Takashi Iwai · 10 years ago
  91. 19566b0 Merge branch 'for-linus' into for-next by Takashi Iwai · 10 years ago
  92. 2b30d41 ALSA: pcm: Add xrun_injection proc entry by Takashi Iwai · 10 years ago
  93. f591490 ALSA: pcm: Replace PCM hwptr tracking with tracepoints by Takashi Iwai · 10 years ago
  94. d507941 ALSA: pcm: Correct PCM BUG error message by Takashi Iwai · 10 years ago
  95. aa8edd8 ALSA: pcm: Refactoring snd_pcm_action() by Takashi Iwai · 10 years ago
  96. e3a4bd5 ALSA: pcm: Simplify snd_pcm_action_lock_irq() by Takashi Iwai · 10 years ago
  97. eb9c38d ALSA: doc: More kerneldoc comments on core components by Takashi Iwai · 10 years ago
  98. 30b771c ALSA: pcm: More kerneldoc updates by Takashi Iwai · 10 years ago
  99. 12cddbd ALSA: control: Add missing kerneldoc comments to exported functions by Takashi Iwai · 10 years ago
  100. 317168d ALSA: pcm: Zero-clear reserved fields of PCM status ioctl in compat mode by Takashi Iwai · 10 years ago