1. b602aa8 ALSA: pcm: Disable only control mmap for explicit appl_ptr sync by Takashi Iwai · 8 years ago
  2. 4b671f5 ALSA: pcm: Add an ioctl to specify the supported protocol version by Takashi Iwai · 8 years ago
  3. 42f9459 ALSA: pcm: Add the explicit appl_ptr sync support by Takashi Iwai · 8 years ago
  4. aa30db0 ALSA: pcm: Fix possible inconsistent appl_ptr update via mmap by Takashi Iwai · 8 years ago
  5. 7fc8e7c Merge branch 'for-linus' into for-next by Takashi Iwai · 8 years ago
  6. 35f8001 ALSA: core: Follow standard EXPORT_SYMBOL() declarations by Takashi Iwai · 8 years ago
  7. 9885639 ALSA: timer: Follow standard EXPORT_SYMBOL() declarations by Takashi Iwai · 8 years ago
  8. 9c8ddd1 ALSA: seq: Follow standard EXPORT_SYMBOL() declarations by Takashi Iwai · 8 years ago
  9. 602d7d7 ALSA: pcm: Follow standard EXPORT_SYMBOL() declarations by Takashi Iwai · 8 years ago
  10. 2deaeaf ALSA: pcm: Don't treat NULL chmap as a fatal error by Takashi Iwai · 8 years ago
  11. e11f0f9 ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal command by Takashi Sakamoto · 8 years ago
  12. f8ff2f2 ALSA: pcm: Skip ack callback without actual appl_ptr update by Takashi Iwai · 8 years ago
  13. 4e99151 ALSA: pcm: Use common PCM_RUNTIME_CHECK() for sanity checks by Takashi Iwai · 9 years ago
  14. 1b745cd ALSA: pcm: Preprocess PAUSED or SUSPENDED stream before PREPARE by Takashi Iwai · 9 years ago
  15. 4b95ff7 ALSA: pcm: Allow dropping stream directly after resume by Takashi Iwai · 9 years ago
  16. 68b4acd ALSA: pcm: Apply power lock globally to common ioctls by Takashi Iwai · 9 years ago
  17. 34bcc44 ALSA: pcm: Clean up SNDRV_PCM_IOCTL_PAUSE code by Takashi Iwai · 9 years ago
  18. 7f8a01b Merge branch 'topic/seq-kconfig' into for-next by Takashi Iwai · 8 years ago
  19. f5abd53 ALSA: pcm: use %s instead of %c for format of PCM buffer tracepoints by Takashi Sakamoto · 8 years ago
  20. fccf538 ALSA: pcm: add 'applptr' event of tracepoint by Takashi Sakamoto · 8 years ago
  21. 66e01a5 ALSA: pcm: unify codes to operate application-side position on PCM buffer by Takashi Sakamoto · 8 years ago
  22. 111b0cd ALSA: seq: Allow the modular sequencer registration by Takashi Iwai · 8 years ago
  23. 82e7d50 ALSA: pcm: probe events when parameters are changed actually by Takashi Sakamoto · 8 years ago
  24. f74ae15 ALSA: pcm: return error immediately for parameters handling by Takashi Sakamoto · 8 years ago
  25. 0181307 ALSA: seq: Reorganize kconfig and build by Takashi Iwai · 8 years ago
  26. 3d774d5 ALSA: seq: Allow the tristate build of OSS emulation by Takashi Iwai · 8 years ago
  27. eb3b705 ALSA: Make CONFIG_SND_OSSEMUL user-selectable by Takashi Iwai · 8 years ago
  28. 6baca01 ALSA: pcm: use friendly name for id of PCM substream in trace print by Takashi Sakamoto · 8 years ago
  29. 7b8a54a ALSA: pcm: add tracepoints for final selection process of hardware parameters by Takashi Sakamoto · 8 years ago
  30. 60f96aa ALSA: pcm: localize snd_pcm_hw_params_choose() by Takashi Sakamoto · 8 years ago
  31. 7802fb5 ALSA: pcm: move fixup of info flag after selecting single parameters by Takashi Sakamoto · 8 years ago
  32. f9a076b ALSA: pcm: calculate non-mask/non-interval parameters always when possible by Takashi Sakamoto · 8 years ago
  33. e02de47 ALSA: pcm: use helper functions to refer parameters as constants by Takashi Sakamoto · 8 years ago
  34. d81052f ALSA: pcm: add comment about application of rule to PCM parameters by Takashi Sakamoto · 8 years ago
  35. b81e5dd ALSA: pcm: use helper functions to check whether parameters are determined by Takashi Sakamoto · 8 years ago
  36. a1c06e3 ALSA: pcm: adaption of code formatting by Takashi Sakamoto · 8 years ago
  37. d656b4a ALSA: pcm: remove function local variable with alternative evaluation by Takashi Sakamoto · 8 years ago
  38. 0d4e399 ALSA: pcm: use goto statement instead of while statement to reduce indentation by Takashi Sakamoto · 8 years ago
  39. 9cc07f5 ALSA: pcm: add a helper function to apply parameter rules by Takashi Sakamoto · 8 years ago
  40. 3432fa0 ALSA: pcm: add a helper function to constrain interval-type parameters by Takashi Sakamoto · 8 years ago
  41. 561e1ca ALSA: pcm: add a helper function to constrain mask-type parameters by Takashi Sakamoto · 8 years ago
  42. c6706de ALSA: pcm: obsolete RULES_DEBUG local macro by Takashi Sakamoto · 8 years ago
  43. 37567c5 ALSA: pcm: enable parameter tracepoints only when CONFIG_SND_DEBUG is enabled by Takashi Sakamoto · 8 years ago
  44. be4e31d ALSA: pcm: tracepoints for refining PCM parameters by Takashi Sakamoto · 8 years ago
  45. d7f910b ALSA: timer: Wrap with spinlock for queue access by Takashi Iwai · 8 years ago
  46. 890e2cb ALSA: timer: Improve user queue reallocation by Takashi Iwai · 8 years ago
  47. 4c7aba4 Merge branch 'for-linus' into for-next by Takashi Iwai · 8 years ago
  48. ba3021b ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT by Takashi Iwai · 8 years ago
  49. d11662f ALSA: timer: Fix race between read and ioctl by Takashi Iwai · 8 years ago
  50. fed5794 ALSA: pcm: Build OSS writev/readv helpers conditionally by Takashi Iwai · 8 years ago
  51. 13f72c8 ALSA: pcm: Kill set_fs() in PCM OSS layer by Takashi Iwai · 8 years ago
  52. 6854121 ALSA: pcm: Direct in-kernel read/write support by Takashi Iwai · 8 years ago
  53. a9cd29e ALSA: pcm: Simplify snd_pcm_playback_silence() by Takashi Iwai · 8 years ago
  54. 5c7264c ALSA: pcm: Unify read/write loop by Takashi Iwai · 8 years ago
  55. 9f60063 ALSA: pcm: More unification of PCM transfer codes by Takashi Iwai · 8 years ago
  56. c48f12e ALSA: pcm: Call directly the common read/write helpers by Takashi Iwai · 8 years ago
  57. bdc4acf ALSA: pcm: Shuffle codes by Takashi Iwai · 8 years ago
  58. 6ba6392 ALSA: pcm: Check PCM state by a common helper function by Takashi Iwai · 8 years ago
  59. 2ae4835 ALSA: pcm: Drop the old copy and silence ops by Takashi Iwai · 8 years ago
  60. 29d1a87 ALSA: pcm: Introduce copy_user, copy_kernel and fill_silence ops by Takashi Iwai · 8 years ago
  61. 7421a16 ALSA: pcm: include pcm_local.h and remove some extraneous tabs by Colin Ian King · 8 years ago
  62. 905e46a ALSA: declare snd_kcontrol_new structures as const by Bhumika Goyal · 8 years ago
  63. 2c4842d ALSA: pcm: add local header file for snd-pcm module by Takashi Sakamoto · 8 years ago
  64. 9027c46 ALSA: pcm: Call ack() whenever appl_ptr is updated by Takashi Iwai · 8 years ago
  65. 4e361d3 ALSA: control: remove entry limitation for list operation by Takashi Sakamoto · 8 years ago
  66. ffb73b0 ALSA: info: Use kvzalloc() for a temporary write buffer by Takashi Iwai · 8 years ago
  67. c2c86a9 ALSA: pcm: Remove set_fs() in PCM core code by Takashi Iwai · 8 years ago
  68. 53e7bf4 ALSA: control: Simplify snd_ctl_elem_list() implementation by Takashi Iwai · 8 years ago
  69. e0327a0 ALSA: pcm: Simplify forward/rewind codes by Takashi Iwai · 8 years ago
  70. f839cc1 ALSA: pcm: Use a common helper for PCM state check and hwsync by Takashi Iwai · 8 years ago
  71. dcab5fb ALSA: pcm/oss: mark snd_pcm_plug_slave_format arg as const by Arnd Bergmann · 8 years ago
  72. 9aee03f ALSA: pcm: use "do {} while (0)" for empty macro by Arnd Bergmann · 8 years ago
  73. b46fe5d ALSA: pcm: constify function local and read-only table by Takashi Sakamoto · 8 years ago
  74. e76bf3c ALSA: pcm/oss: refer to parameters instead of copying to reduce usage of kernel stack by Takashi Sakamoto · 8 years ago
  75. b55f9fd ALSA: pcm: use helper function to refer parameter as read-only by Takashi Sakamoto · 8 years ago
  76. 8b67430 ALSA: pcm: add const qualifier for read-only table for sampling rate by Takashi Sakamoto · 8 years ago
  77. 58f30d6 ALSA: pcm: Build pcm notifier code conditionally by Takashi Iwai · 8 years ago
  78. 1900d94 Merge branch 'for-linus' into for-next by Takashi Iwai · 8 years ago
  79. 4e7655f ALSA: seq: Don't break snd_use_lock_sync() loop by timeout by Takashi Iwai · 8 years ago
  80. b7c5ac8 Merge branch 'for-linus' into for-next by Takashi Iwai · 8 years ago
  81. a8c006a ALSA: timer: Info leak in snd_timer_user_tinterrupt() by Dan Carpenter · 8 years ago
  82. e8ed682 ALSA: timer: remove some dead code by Dan Carpenter · 8 years ago
  83. 2d7d540 ALSA: seq: Fix race during FIFO resize by Takashi Iwai · 8 years ago
  84. c520ff3 ALSA: seq: Fix racy cell insertions during snd_seq_pool_done() by Takashi Iwai · 8 years ago
  85. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  86. 044d5df Merge tag 'sound-fix-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  87. f3ac9f7 ALSA: seq: Fix link corruption by event error handling by Takashi Iwai · 8 years ago
  88. 71321eb ALSA: timer: Reject user params with too small ticks by Takashi Iwai · 8 years ago
  89. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  90. fc0e23f Merge branch 'for-next' into for-linus by Takashi Iwai · 8 years ago
  91. 4842e98 ALSA: seq: Fix race at creating a queue by Takashi Iwai · 8 years ago
  92. 1e94320 Merge branch 'for-linus' into for-next by Takashi Iwai · 8 years ago
  93. 37a7ea4 ALSA: seq: Don't handle loop timeout at snd_seq_pool_done() by Takashi Iwai · 8 years ago
  94. c62a570 ALSA: seq: Constify snd_rawmidi_ops by Takashi Iwai · 8 years ago
  95. 6ba79b8 ALSA: rawmidi: Add const to snd_rawmidi_ops by Takashi Iwai · 8 years ago
  96. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  97. ce38207 Merge tag 'sound-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  98. 0a4824b printk/sound: handle more message headers by Petr Mladek · 8 years ago
  99. 658355b5 ALSA: oss: don't opencode IS_REACHABLE() by Fabian Frederick · 8 years ago
  100. 7e1b23b ALSA: rawmidi: don't opencode IS_REACHABLE() by Fabian Frederick · 8 years ago