1. c9adcdb ALSA: pcm: Fix structure definition for X32 ABI by Baolin Wang · 7 years ago
  2. a931b9c ALSA: compress: Remove unused variable by Guneshwor Singh · 7 years ago
  3. fc27fe7 ALSA: seq: Cancel pending autoload work at unbinding device by Takashi Iwai · 7 years ago
  4. c844558 ALSA: core: Use %pS printk format for direct addresses by Helge Deller · 7 years ago
  5. 67616fe ALSA: pcm: Unify ioctl functions for playback and capture streams by Takashi Iwai · 7 years ago
  6. 7d8e829 ALSA: Get rid of card power_lock by Takashi Iwai · 7 years ago
  7. 3454a47 Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  8. bcab3a6 ALSA: pcm: Fix power lock unbalance via OSS emulation by Takashi Iwai · 7 years ago
  9. e6b4c52 ALSA: pcm: Correct broken procfs set up by Takashi Iwai · 7 years ago
  10. b8e2204 ALSA: control: TLV data is unavailable at initial state of user-defined element set by Takashi Sakamoto · 7 years ago
  11. da42882 ALSA: control: queue TLV event for a set of user-defined element by Takashi Sakamoto · 7 years ago
  12. fb8027e ALSA: control: delegate TLV eventing to each driver by Takashi Sakamoto · 7 years ago
  13. 1ae0e4c ALSA: timer: Use common error handling code in alsa_timer_init() by Markus Elfring · 7 years ago
  14. dd1f7ab ALSA: timer: Adjust a condition check in snd_timer_resolution() by Markus Elfring · 7 years ago
  15. c8da9be ALSA: pcm: Adjust nine function calls together with a variable assignment by Markus Elfring · 7 years ago
  16. 97d15a1 ALSA: pcm: Use common error handling code in _snd_pcm_new() by Markus Elfring · 7 years ago
  17. 241bc82 Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  18. 88c54cd ALSA: core: Fix unexpected error at replacing user TLV by Takashi Iwai · 7 years ago
  19. 5bbb1ab ALSA: control: use counting semaphore as write lock for ELEM_WRITE operation by Takashi Sakamoto · 7 years ago
  20. becf9e5 ALSA: control: code refactoring for ELEM_READ/ELEM_WRITE operations by Takashi Sakamoto · 7 years ago
  21. 7b42cfa ALSA: control: queue events within locking of controls_rwsem for ELEM_WRITE operation by Takashi Sakamoto · 7 years ago
  22. 7e1d90f ALSA: seq: 2nd attempt at fixing race creating a queue by Daniel Mentz · 7 years ago
  23. 4d3a869 ALSA: seq: Fix CONFIG_SND_SEQ_MIDI dependency by Takashi Iwai · 7 years ago
  24. 6d4d41f ALSA: control: code refactoring for TLV request handler to user element set by Takashi Sakamoto · 7 years ago
  25. 450296f ALSA: control: code refactoring TLV ioctl handler by Takashi Sakamoto · 7 years ago
  26. 30d8340 ALSA: control: obsolete user_ctl_lock by Takashi Sakamoto · 7 years ago
  27. 4c8099e ALSA: control: use counting semaphore as write lock for TLV write/command operations by Takashi Sakamoto · 7 years ago
  28. 28a0989 ALSA: control: queue events within locking of controls_rwsem for TLV operation by Takashi Sakamoto · 7 years ago
  29. 0a264b6 Merge tag 'sound-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago
  30. 85dc0f8 ALSA: pcm: Simplify check for dma_mmap_coherent() availability by Takashi Iwai · 7 years ago
  31. abe594c ALSA: pcm: Protect call to dma_mmap_coherent() by check for HAS_DMA by Geert Uytterhoeven · 7 years ago
  32. 920f2ec Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago
  33. 343fe85 ALSA: pcm: constify attribute_group structures. by Arvind Yadav · 7 years ago
  34. b602aa8 ALSA: pcm: Disable only control mmap for explicit appl_ptr sync by Takashi Iwai · 7 years ago
  35. 4b671f5 ALSA: pcm: Add an ioctl to specify the supported protocol version by Takashi Iwai · 7 years ago
  36. 1bc3cd4 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  37. 42f9459 ALSA: pcm: Add the explicit appl_ptr sync support by Takashi Iwai · 7 years ago
  38. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 7 years ago
  39. aa30db0 ALSA: pcm: Fix possible inconsistent appl_ptr update via mmap by Takashi Iwai · 7 years ago
  40. 7fc8e7c Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  41. 35f8001 ALSA: core: Follow standard EXPORT_SYMBOL() declarations by Takashi Iwai · 7 years ago
  42. 9885639 ALSA: timer: Follow standard EXPORT_SYMBOL() declarations by Takashi Iwai · 7 years ago
  43. 9c8ddd1 ALSA: seq: Follow standard EXPORT_SYMBOL() declarations by Takashi Iwai · 7 years ago
  44. 602d7d7 ALSA: pcm: Follow standard EXPORT_SYMBOL() declarations by Takashi Iwai · 7 years ago
  45. 2deaeaf ALSA: pcm: Don't treat NULL chmap as a fatal error by Takashi Iwai · 7 years ago
  46. e11f0f9 ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal command by Takashi Sakamoto · 7 years ago
  47. f8ff2f2 ALSA: pcm: Skip ack callback without actual appl_ptr update by Takashi Iwai · 7 years ago
  48. 4e99151 ALSA: pcm: Use common PCM_RUNTIME_CHECK() for sanity checks by Takashi Iwai · 8 years ago
  49. 1b745cd ALSA: pcm: Preprocess PAUSED or SUSPENDED stream before PREPARE by Takashi Iwai · 8 years ago
  50. 4b95ff7 ALSA: pcm: Allow dropping stream directly after resume by Takashi Iwai · 8 years ago
  51. 68b4acd ALSA: pcm: Apply power lock globally to common ioctls by Takashi Iwai · 8 years ago
  52. 34bcc44 ALSA: pcm: Clean up SNDRV_PCM_IOCTL_PAUSE code by Takashi Iwai · 8 years ago
  53. 7f8a01b Merge branch 'topic/seq-kconfig' into for-next by Takashi Iwai · 7 years ago
  54. f5abd53 ALSA: pcm: use %s instead of %c for format of PCM buffer tracepoints by Takashi Sakamoto · 7 years ago
  55. fccf538 ALSA: pcm: add 'applptr' event of tracepoint by Takashi Sakamoto · 7 years ago
  56. 66e01a5 ALSA: pcm: unify codes to operate application-side position on PCM buffer by Takashi Sakamoto · 7 years ago
  57. 111b0cd ALSA: seq: Allow the modular sequencer registration by Takashi Iwai · 7 years ago
  58. 82e7d50 ALSA: pcm: probe events when parameters are changed actually by Takashi Sakamoto · 7 years ago
  59. f74ae15 ALSA: pcm: return error immediately for parameters handling by Takashi Sakamoto · 7 years ago
  60. 0181307 ALSA: seq: Reorganize kconfig and build by Takashi Iwai · 7 years ago
  61. 3d774d5 ALSA: seq: Allow the tristate build of OSS emulation by Takashi Iwai · 7 years ago
  62. eb3b705 ALSA: Make CONFIG_SND_OSSEMUL user-selectable by Takashi Iwai · 7 years ago
  63. 6baca01 ALSA: pcm: use friendly name for id of PCM substream in trace print by Takashi Sakamoto · 7 years ago
  64. 7b8a54a ALSA: pcm: add tracepoints for final selection process of hardware parameters by Takashi Sakamoto · 7 years ago
  65. 60f96aa ALSA: pcm: localize snd_pcm_hw_params_choose() by Takashi Sakamoto · 7 years ago
  66. 7802fb5 ALSA: pcm: move fixup of info flag after selecting single parameters by Takashi Sakamoto · 7 years ago
  67. f9a076b ALSA: pcm: calculate non-mask/non-interval parameters always when possible by Takashi Sakamoto · 7 years ago
  68. e02de47 ALSA: pcm: use helper functions to refer parameters as constants by Takashi Sakamoto · 7 years ago
  69. d81052f ALSA: pcm: add comment about application of rule to PCM parameters by Takashi Sakamoto · 7 years ago
  70. b81e5dd ALSA: pcm: use helper functions to check whether parameters are determined by Takashi Sakamoto · 7 years ago
  71. a1c06e3 ALSA: pcm: adaption of code formatting by Takashi Sakamoto · 7 years ago
  72. d656b4a ALSA: pcm: remove function local variable with alternative evaluation by Takashi Sakamoto · 7 years ago
  73. 0d4e399 ALSA: pcm: use goto statement instead of while statement to reduce indentation by Takashi Sakamoto · 7 years ago
  74. 9cc07f5 ALSA: pcm: add a helper function to apply parameter rules by Takashi Sakamoto · 7 years ago
  75. 3432fa0 ALSA: pcm: add a helper function to constrain interval-type parameters by Takashi Sakamoto · 7 years ago
  76. 561e1ca ALSA: pcm: add a helper function to constrain mask-type parameters by Takashi Sakamoto · 7 years ago
  77. c6706de ALSA: pcm: obsolete RULES_DEBUG local macro by Takashi Sakamoto · 7 years ago
  78. 37567c5 ALSA: pcm: enable parameter tracepoints only when CONFIG_SND_DEBUG is enabled by Takashi Sakamoto · 7 years ago
  79. be4e31d ALSA: pcm: tracepoints for refining PCM parameters by Takashi Sakamoto · 7 years ago
  80. d7f910b ALSA: timer: Wrap with spinlock for queue access by Takashi Iwai · 7 years ago
  81. 890e2cb ALSA: timer: Improve user queue reallocation by Takashi Iwai · 7 years ago
  82. 4c7aba4 Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  83. ba3021b ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT by Takashi Iwai · 7 years ago
  84. d11662f ALSA: timer: Fix race between read and ioctl by Takashi Iwai · 7 years ago
  85. fed5794 ALSA: pcm: Build OSS writev/readv helpers conditionally by Takashi Iwai · 7 years ago
  86. 13f72c8 ALSA: pcm: Kill set_fs() in PCM OSS layer by Takashi Iwai · 7 years ago
  87. 6854121 ALSA: pcm: Direct in-kernel read/write support by Takashi Iwai · 7 years ago
  88. a9cd29e ALSA: pcm: Simplify snd_pcm_playback_silence() by Takashi Iwai · 7 years ago
  89. 5c7264c ALSA: pcm: Unify read/write loop by Takashi Iwai · 7 years ago
  90. 9f60063 ALSA: pcm: More unification of PCM transfer codes by Takashi Iwai · 7 years ago
  91. c48f12ee ALSA: pcm: Call directly the common read/write helpers by Takashi Iwai · 7 years ago
  92. bdc4acf ALSA: pcm: Shuffle codes by Takashi Iwai · 7 years ago
  93. 6ba6392 ALSA: pcm: Check PCM state by a common helper function by Takashi Iwai · 7 years ago
  94. 2ae4835 ALSA: pcm: Drop the old copy and silence ops by Takashi Iwai · 8 years ago
  95. 29d1a87 ALSA: pcm: Introduce copy_user, copy_kernel and fill_silence ops by Takashi Iwai · 8 years ago
  96. 7421a16 ALSA: pcm: include pcm_local.h and remove some extraneous tabs by Colin Ian King · 7 years ago
  97. 905e46a ALSA: declare snd_kcontrol_new structures as const by Bhumika Goyal · 7 years ago
  98. 2c4842d ALSA: pcm: add local header file for snd-pcm module by Takashi Sakamoto · 7 years ago
  99. 9027c46 ALSA: pcm: Call ack() whenever appl_ptr is updated by Takashi Iwai · 8 years ago
  100. 4e361d3 ALSA: control: remove entry limitation for list operation by Takashi Sakamoto · 7 years ago