1. d45b3aa ALSA: firewire: Drop superfluous ioctl PCM ops by Takashi Iwai · 5 years ago
  2. 7641d54 ALSA: firewire: Use managed buffer allocation by Takashi Iwai · 5 years ago
  3. a3f4f2d ALSA: firewire: Convert to the common vmalloc memalloc by Takashi Iwai · 5 years ago
  4. acfedcb ALSA: firewire-lib: postpone to start IR context by Takashi Sakamoto · 5 years ago
  5. e6dcc92 ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domain by Takashi Sakamoto · 5 years ago
  6. f890f9a ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP domain by Takashi Sakamoto · 5 years ago
  7. 659c6af ALSA: fireworks: share PCM buffer size for both direction by Takashi Sakamoto · 5 years ago
  8. a0e0233 ALSA: firewire-lib: use variable size of queue for isoc packets instead of fixed size by Takashi Sakamoto · 5 years ago
  9. 56faf92 ALSA: fireworks: use the same size of period for PCM substream in AMDTP streams by Takashi Sakamoto · 5 years ago
  10. dd20e68 ALSA: fireworks: register the size of PCM period to AMDTP domain by Takashi Sakamoto · 5 years ago
  11. db40eeb ALSA: fireworks: support AMDTP domain by Takashi Sakamoto · 5 years ago
  12. 7eb7b18 ALSA: fireworks: code refactoring for bus reset handler by Takashi Sakamoto · 5 years ago
  13. 94491c1 ALSA: fireworks: code refactoring for initialization/destruction of AMDTP streams by Takashi Sakamoto · 5 years ago
  14. 588f2e2 ALSA: firewire-lib: obsolete ctx_data.tx.first_dbc with CIP_UNALIGHED_DBC flag by Takashi Sakamoto · 5 years ago
  15. 3c53c62 Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 6 years ago
  16. 2e9f17e3 ALSA: fireworks: fix wrong reference count for stream functionality at error path of rawmidi interface by Takashi Sakamoto · 6 years ago
  17. a9679dd ALSA: fireworks: ensure to release isochronous resources in pcm.hw_params callback by Takashi Sakamoto · 6 years ago
  18. 7bc9382 ALSA: firewire-lib: split allocation of isochronous resources from establishment of connection by Takashi Sakamoto · 6 years ago
  19. c6b84ff ALSA: fireworks: change the range of critical section for stream data in PCM.hw_free callback by Takashi Sakamoto · 6 years ago
  20. 5ad8407 ALSA: fireworks: don't set XRUN in stop streaming by Takashi Sakamoto · 6 years ago
  21. 206cf89 ALSA: fireworks: configure stream parameters in pcm.hw_params callback by Takashi Sakamoto · 6 years ago
  22. 3d72506 ALSA: fireworks: configure sampling transfer frequency in pcm.hw_params callback by Takashi Sakamoto · 6 years ago
  23. fb56eb73 ALSA: fireworks: code refactoring for pcm.hw_params/hw_free by Takashi Sakamoto · 6 years ago
  24. add147a ALSA: fireworks: code refactoring for rawmidi.open/close by Takashi Sakamoto · 6 years ago
  25. 1dc5921 ALSA: fireworks: unify substream counter by Takashi Sakamoto · 6 years ago
  26. da607e1 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345 by Thomas Gleixner · 6 years ago
  27. d3d10a4 ALSA: firewire-lib: use union for directional parameters by Takashi Sakamoto · 6 years ago
  28. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  29. 0c298bd ALSA: firewire: Remove superfluous snd_info_register() calls by Takashi Iwai · 6 years ago
  30. 3babca4 ALSA: firewire: simplify cleanup process when failing to register sound card by Takashi Sakamoto · 6 years ago
  31. 873608d ALSA: bebob/fireworks: simplify handling of local device entry table by Takashi Sakamoto · 6 years ago
  32. 5b14ec2 ALSA: firewire: release reference count of firewire unit in .remove callback of bus driver by Takashi Sakamoto · 6 years ago
  33. 61ccc6f ALSA: firewire: block .remove callback of bus driver till all of ALSA character devices are released by Takashi Sakamoto · 6 years ago
  34. 784fffb ALSA: fireworks: use managed-resource to maintain response buffer by Takashi Sakamoto · 6 years ago
  35. 366a20d ALSA: firewire: use managed-resource of fw unit device for private data by Takashi Sakamoto · 6 years ago
  36. c3b55e2 ALSA: fireworks: fix memory leak of response buffer at error path by Takashi Sakamoto · 6 years ago
  37. fa84cf0 ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc() by Takashi Iwai · 6 years ago
  38. 6a73cf4 sound: Use octal not symbolic permissions by Joe Perches · 7 years ago
  39. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  40. 680ef72 sound: annotate ->poll() instances by Al Viro · 8 years ago
  41. 782fbec ALSA: firewire: add const qualifier to identifiers for read-only symbols by Takashi Sakamoto · 7 years ago
  42. 55799c5 ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applications by Takashi Sakamoto · 8 years ago
  43. 875becf ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callback by Takashi Sakamoto · 8 years ago
  44. a02cb8f ALSA: firewire: remove support for 16 bit PCM samples in playback substream by Takashi Sakamoto · 8 years ago
  45. 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
  46. 57eb679 ALSA: firewire: Constify snd_rawmidi_ops by Takashi Iwai · 8 years ago
  47. 7cdc887 ALSA: fireworks: enclose identifiers referred by single function by Takashi Sakamoto · 8 years ago
  48. e2eb31d ALSA: fireworks: fix asymmetric API call at unit removal by Takashi Sakamoto · 8 years ago
  49. 6b1ca4b ALSA: fireworks: accessing to user space outside spinlock by Takashi Sakamoto · 8 years ago
  50. eb4a378 ALSA: fireworks: drop reuse of incoming packet parameter for ougoing packet parameter by Takashi Sakamoto · 9 years ago
  51. 7d3c1d5 ALSA: fireworks: delayed registration of sound card by Takashi Sakamoto · 9 years ago
  52. 0655ac2 ALSA: fireworks: move model quirk detection code to information parser by Takashi Sakamoto · 9 years ago
  53. 99d7355 ALSA: fireworks: serialize transactions to update connections at bus reset by Takashi Sakamoto · 9 years ago
  54. 4d2c50a ALSA: fireworks: change type of substream counter from atomic_t to unsigned int by Takashi Sakamoto · 9 years ago
  55. ea54a37 ALSA: fireworks: move mutex from function callees to callers by Takashi Sakamoto · 9 years ago
  56. 463543a ALSA: fireworks: use u32 type for be32_to_cpup() macro by Takashi Sakamoto · 9 years ago
  57. df48338 ALSA: fireworks/bebob/oxfw/dice: enable to make as built-in by Takashi Sakamoto · 9 years ago
  58. 49c7b3f ALSA: firewire-lib: rename macros with AM824 prefix by Takashi Sakamoto · 9 years ago
  59. 85130cb ALSA: firewire-lib: rename PCM format helper function by Takashi Sakamoto · 9 years ago
  60. 03e2a67 ALSA: firewire-lib: move MIDI trigger helper function to AM824 layer by Takashi Sakamoto · 9 years ago
  61. bc8500d ALSA: firewire-lib: move PCM substream constraint to AM824 layer by Takashi Sakamoto · 9 years ago
  62. 51c29fd ALSA: firewire-lib: rename parameter setting function for AM824 with FDF field by Takashi Sakamoto · 9 years ago
  63. 5955815 ALSA: firewire-lib: add data block processing layer for AM824 format by Takashi Sakamoto · 9 years ago
  64. d67c46b ALSA: firewire-lib: rename 'amdtp' to 'amdtp-stream' to prepare for functional separation by Takashi Sakamoto · 9 years ago
  65. 27ec83b ALSA: firewire-lib: add an argument for Dice's dual wire mode by Takashi Sakamoto · 9 years ago
  66. 547e631 ALSA: firewire-lib: return error code when amdtp_stream_set_parameters() detects error by Takashi Sakamoto · 9 years ago
  67. 22c103c ALSA: fireworks/bebob/dice/oxfw: fix substreams counting at vmalloc failure by Takashi Sakamoto · 9 years ago
  68. 18f5ed3 ALSA: fireworks/firewire-lib: add support for recent firmware quirk by Takashi Sakamoto · 9 years ago
  69. c85523d Revert "ALSA: fireworks: add support for AudioFire2 quirk" by Takashi Sakamoto · 9 years ago
  70. 9c6893e ALSA: fireworks: add support for AudioFire2 quirk by Takashi Sakamoto · 9 years ago
  71. ce99198 ALSA: firewire: Fix trivial typos in comments by Yannick Guerrini · 10 years ago
  72. dec8431 ALSA: fireworks/bebob/dice/oxfw: make it possible to shutdown safely by Takashi Sakamoto · 10 years ago
  73. d23c2cc ALSA: fireworks/bebob/dice/oxfw: allow stream destructor after releasing runtime by Takashi Sakamoto · 10 years ago
  74. 12ed719 ALSA: fireworks/bebob/dice/oxfw: add reference-counting for FireWire unit by Takashi Sakamoto · 10 years ago
  75. 5c697e5 ALSA: firewire-lib: remove rx_blocks_for_midi quirk by Clemens Ladisch · 10 years ago
  76. 92cb465 ALSA: fireworks: fix an endianness bug for transaction length by Takashi Sakamoto · 10 years ago
  77. 30225ed ALSA: fireworks: fix specifiers in format strings for propper output by Takashi Sakamoto · 10 years ago
  78. 04b9906 ALSA: fireworks: fix %d confusingly prefixed with 0x in format strings by Hans Wennborg · 10 years ago
  79. 021fb6f ALSA: fireworks: Remove meaningless mutex_destroy() by Takashi Sakamoto · 11 years ago
  80. f347915 ALSA: fireworks: Remove a constant over width to which it's applied by Takashi Sakamoto · 11 years ago
  81. 72f784f ALSA: fireworks: Improve comments about Fireworks transaction by Takashi Sakamoto · 11 years ago
  82. cf44a13 ALSA: fireworks: Use safer way to arrange ring buffer pointer by Takashi Sakamoto · 11 years ago
  83. c6e5e74 ALSA: fireworks/bebob: Shorten critical section for stream_stop_duplex() by Takashi Sakamoto · 11 years ago
  84. 3961783 ALSA: fireworks: small leak on error path by Dan Carpenter · 11 years ago
  85. aeebbdd ALSA: fireworks: remove some stray checks by Dan Carpenter · 11 years ago
  86. 73616c4 ALSA: fireworks/bebob: Improve indentation by Takashi Sakamoto · 11 years ago
  87. 9b5f0ed ALSA: fireworks/bebob: Add suffix for long long integer literal by Takashi Sakamoto · 11 years ago
  88. a6b598b ALSA: fireworks/bebob: Use the same type of variables as function parameters by Takashi Sakamoto · 11 years ago
  89. 4a286d5 ALSA: fireworks/bebob: Change type of argument for sampling rate by Takashi Sakamoto · 11 years ago
  90. 93219d0 ALSA: fireworks: Use the same prototype for functions as actual declaration by Takashi Sakamoto · 11 years ago
  91. ba06b2c ALSA: fireworks: Fix wrong value as argument for PTR_ERR() by Takashi Sakamoto · 11 years ago
  92. 555e8a8 ALSA: fireworks: Add command/response functionality into hwdep interface by Takashi Sakamoto · 11 years ago
  93. 594ddce ALSA: fireworks: Add hwdep interface by Takashi Sakamoto · 11 years ago
  94. aa02bb6 ALSA: fireworks: Add PCM interface by Takashi Sakamoto · 11 years ago
  95. 53111cd ALSA: fireworks/firewire-lib: Add a quirk of data blocks for MIDI in out-stream by Takashi Sakamoto · 11 years ago
  96. a63d3ff ALSA: fireworks: Add MIDI interface by Takashi Sakamoto · 11 years ago
  97. 6a22683 ALSA: fireworks: Add proc interface for debugging purpose by Takashi Sakamoto · 11 years ago
  98. b84b1a2 ALSA: fireworks/firewire-lib: Add a quirk to reset data block counter at bus reset by Takashi Sakamoto · 11 years ago
  99. d9cd006 ALSA: fireworks/firewire-lib: Add a quirk for fixed interval of reported dbc by Takashi Sakamoto · 11 years ago
  100. 6970223 ALSA: fireworks/firewire-lib: Add a quirk for wrong dbs in tx packets by Takashi Sakamoto · 11 years ago