1. d6c0615 ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization by Takashi Iwai · 7 years ago
  2. 3d4e830 ALSA: timer: Remove kernel warning at compat ioctl error paths by Takashi Iwai · 7 years ago
  3. 20e3f98 ALSA: pcm: update tstamp only if audio_tstamp changed by Henrik Eriksson · 7 years ago
  4. 76727c2c Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 7 years ago
  5. c429bda Merge branch 'for-next' into for-linus by Takashi Iwai · 7 years ago
  6. 132d358 ALSA: seq: Fix OSS sysex delivery in OSS emulation by Takashi Iwai · 7 years ago
  7. 9b7d869 ALSA: timer: Limit max instances per timer by Takashi Iwai · 7 years ago
  8. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  9. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  10. 1f20f9f ALSA: seq: Fix nested rwsem annotation for lockdep splat by Takashi Iwai · 7 years ago
  11. 79fb051 ALSA: timer: Add missing mutex lock for compat ioctls by Takashi Iwai · 7 years ago
  12. 3f1185d ALSA: fix kernel-doc build warning by Randy Dunlap · 7 years ago
  13. 1a01901 Merge branch 'topic/card-disconnect' into for-next by Takashi Iwai · 7 years ago
  14. a91d661 ALSA: hda - Fix incorrect TLV callback check introduced during set_fs() removal by Takashi Iwai · 7 years ago
  15. 6ca73de ALSA: pcm: Forcibly stop at disconnect callback by Takashi Iwai · 7 years ago
  16. 8b645e4 ALSA: pcm: Don't call register and disconnect callbacks for internal PCM by Takashi Iwai · 7 years ago
  17. 8009d50 ALSA: seq: Enable 'use' locking in all configurations by Ben Hutchings · 7 years ago
  18. 0011a33 Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  19. de16898 ALSA: pcm: remove redundant variable runtime by Colin Ian King · 7 years ago
  20. c44027c ALSA: add snd_card_disconnect_sync() by Takashi Iwai · 7 years ago
  21. 7110599 ALSA: seq: Fix use-after-free at creating a port by Takashi Iwai · 7 years ago
  22. 19b592d ALSA: seq: Add sanity check for user-space pointer delivery by Takashi Iwai · 7 years ago
  23. 545633f Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  24. 5803b02 ALSA: seq: Fix copy_from_user() call inside lock by Takashi Iwai · 7 years ago
  25. 3a9fce3 Merge branch 'topic/timer-api' into for-next by Takashi Iwai · 7 years ago
  26. 38e9a80 ALSA: timer: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  27. c9adcdb ALSA: pcm: Fix structure definition for X32 ABI by Baolin Wang · 7 years ago
  28. 3840583 ALSA: hrtimer: make hrtimer_hw const and __initconst by Bhumika Goyal · 7 years ago
  29. a931b9c ALSA: compress: Remove unused variable by Guneshwor Singh · 7 years ago
  30. c4fd437 ALSA: hwdep: prevent a harmless shift wrapping bug by Dan Carpenter · 7 years ago
  31. fc27fe7 ALSA: seq: Cancel pending autoload work at unbinding device by Takashi Iwai · 7 years ago
  32. c844558 ALSA: core: Use %pS printk format for direct addresses by Helge Deller · 7 years ago
  33. 67616fe ALSA: pcm: Unify ioctl functions for playback and capture streams by Takashi Iwai · 7 years ago
  34. 7d8e829 ALSA: Get rid of card power_lock by Takashi Iwai · 7 years ago
  35. 3454a47 Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  36. bcab3a6 ALSA: pcm: Fix power lock unbalance via OSS emulation by Takashi Iwai · 7 years ago
  37. e6b4c52 ALSA: pcm: Correct broken procfs set up by Takashi Iwai · 7 years ago
  38. b8e2204 ALSA: control: TLV data is unavailable at initial state of user-defined element set by Takashi Sakamoto · 7 years ago
  39. da42882 ALSA: control: queue TLV event for a set of user-defined element by Takashi Sakamoto · 7 years ago
  40. fb8027e ALSA: control: delegate TLV eventing to each driver by Takashi Sakamoto · 7 years ago
  41. 1ae0e4c ALSA: timer: Use common error handling code in alsa_timer_init() by Markus Elfring · 7 years ago
  42. dd1f7ab ALSA: timer: Adjust a condition check in snd_timer_resolution() by Markus Elfring · 7 years ago
  43. c8da9be ALSA: pcm: Adjust nine function calls together with a variable assignment by Markus Elfring · 7 years ago
  44. 97d15a1 ALSA: pcm: Use common error handling code in _snd_pcm_new() by Markus Elfring · 7 years ago
  45. 241bc82 Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  46. 88c54cd ALSA: core: Fix unexpected error at replacing user TLV by Takashi Iwai · 7 years ago
  47. 5bbb1ab ALSA: control: use counting semaphore as write lock for ELEM_WRITE operation by Takashi Sakamoto · 7 years ago
  48. becf9e5 ALSA: control: code refactoring for ELEM_READ/ELEM_WRITE operations by Takashi Sakamoto · 7 years ago
  49. 7b42cfa ALSA: control: queue events within locking of controls_rwsem for ELEM_WRITE operation by Takashi Sakamoto · 7 years ago
  50. 7e1d90f ALSA: seq: 2nd attempt at fixing race creating a queue by Daniel Mentz · 7 years ago
  51. 4d3a869 ALSA: seq: Fix CONFIG_SND_SEQ_MIDI dependency by Takashi Iwai · 7 years ago
  52. 6d4d41f ALSA: control: code refactoring for TLV request handler to user element set by Takashi Sakamoto · 7 years ago
  53. 450296f ALSA: control: code refactoring TLV ioctl handler by Takashi Sakamoto · 7 years ago
  54. 30d8340 ALSA: control: obsolete user_ctl_lock by Takashi Sakamoto · 7 years ago
  55. 4c8099e ALSA: control: use counting semaphore as write lock for TLV write/command operations by Takashi Sakamoto · 7 years ago
  56. 28a0989 ALSA: control: queue events within locking of controls_rwsem for TLV operation by Takashi Sakamoto · 7 years ago
  57. 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
  58. 85dc0f8 ALSA: pcm: Simplify check for dma_mmap_coherent() availability by Takashi Iwai · 7 years ago
  59. abe594c ALSA: pcm: Protect call to dma_mmap_coherent() by check for HAS_DMA by Geert Uytterhoeven · 7 years ago
  60. 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
  61. 343fe85 ALSA: pcm: constify attribute_group structures. by Arvind Yadav · 8 years ago
  62. b602aa8 ALSA: pcm: Disable only control mmap for explicit appl_ptr sync by Takashi Iwai · 8 years ago
  63. 4b671f5 ALSA: pcm: Add an ioctl to specify the supported protocol version by Takashi Iwai · 8 years ago
  64. 1bc3cd4 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 8 years ago
  65. 42f9459 ALSA: pcm: Add the explicit appl_ptr sync support by Takashi Iwai · 8 years ago
  66. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  67. aa30db0 ALSA: pcm: Fix possible inconsistent appl_ptr update via mmap by Takashi Iwai · 8 years ago
  68. 7fc8e7c Merge branch 'for-linus' into for-next by Takashi Iwai · 8 years ago
  69. 35f8001 ALSA: core: Follow standard EXPORT_SYMBOL() declarations by Takashi Iwai · 8 years ago
  70. 9885639 ALSA: timer: Follow standard EXPORT_SYMBOL() declarations by Takashi Iwai · 8 years ago
  71. 9c8ddd1 ALSA: seq: Follow standard EXPORT_SYMBOL() declarations by Takashi Iwai · 8 years ago
  72. 602d7d7 ALSA: pcm: Follow standard EXPORT_SYMBOL() declarations by Takashi Iwai · 8 years ago
  73. 2deaeaf ALSA: pcm: Don't treat NULL chmap as a fatal error by Takashi Iwai · 8 years ago
  74. e11f0f9 ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal command by Takashi Sakamoto · 8 years ago
  75. f8ff2f2 ALSA: pcm: Skip ack callback without actual appl_ptr update by Takashi Iwai · 8 years ago
  76. 4e99151 ALSA: pcm: Use common PCM_RUNTIME_CHECK() for sanity checks by Takashi Iwai · 9 years ago
  77. 1b745cd ALSA: pcm: Preprocess PAUSED or SUSPENDED stream before PREPARE by Takashi Iwai · 9 years ago
  78. 4b95ff7 ALSA: pcm: Allow dropping stream directly after resume by Takashi Iwai · 9 years ago
  79. 68b4acd ALSA: pcm: Apply power lock globally to common ioctls by Takashi Iwai · 9 years ago
  80. 34bcc44 ALSA: pcm: Clean up SNDRV_PCM_IOCTL_PAUSE code by Takashi Iwai · 9 years ago
  81. 7f8a01b Merge branch 'topic/seq-kconfig' into for-next by Takashi Iwai · 8 years ago
  82. f5abd53 ALSA: pcm: use %s instead of %c for format of PCM buffer tracepoints by Takashi Sakamoto · 8 years ago
  83. fccf538 ALSA: pcm: add 'applptr' event of tracepoint by Takashi Sakamoto · 8 years ago
  84. 66e01a5 ALSA: pcm: unify codes to operate application-side position on PCM buffer by Takashi Sakamoto · 8 years ago
  85. 111b0cd ALSA: seq: Allow the modular sequencer registration by Takashi Iwai · 8 years ago
  86. 82e7d50 ALSA: pcm: probe events when parameters are changed actually by Takashi Sakamoto · 8 years ago
  87. f74ae15 ALSA: pcm: return error immediately for parameters handling by Takashi Sakamoto · 8 years ago
  88. 0181307 ALSA: seq: Reorganize kconfig and build by Takashi Iwai · 8 years ago
  89. 3d774d5 ALSA: seq: Allow the tristate build of OSS emulation by Takashi Iwai · 8 years ago
  90. eb3b705 ALSA: Make CONFIG_SND_OSSEMUL user-selectable by Takashi Iwai · 8 years ago
  91. 6baca01 ALSA: pcm: use friendly name for id of PCM substream in trace print by Takashi Sakamoto · 8 years ago
  92. 7b8a54a ALSA: pcm: add tracepoints for final selection process of hardware parameters by Takashi Sakamoto · 8 years ago
  93. 60f96aa ALSA: pcm: localize snd_pcm_hw_params_choose() by Takashi Sakamoto · 8 years ago
  94. 7802fb5 ALSA: pcm: move fixup of info flag after selecting single parameters by Takashi Sakamoto · 8 years ago
  95. f9a076b ALSA: pcm: calculate non-mask/non-interval parameters always when possible by Takashi Sakamoto · 8 years ago
  96. e02de47 ALSA: pcm: use helper functions to refer parameters as constants by Takashi Sakamoto · 8 years ago
  97. d81052f ALSA: pcm: add comment about application of rule to PCM parameters by Takashi Sakamoto · 8 years ago
  98. b81e5dd ALSA: pcm: use helper functions to check whether parameters are determined by Takashi Sakamoto · 8 years ago
  99. a1c06e3 ALSA: pcm: adaption of code formatting by Takashi Sakamoto · 8 years ago
  100. d656b4a ALSA: pcm: remove function local variable with alternative evaluation by Takashi Sakamoto · 8 years ago