1. 41dbc79 ALSA: oxfw: fix for Stanton SCS.1d by Takashi Sakamoto · 5 years ago
  2. 06a42a7 ALSA: oxfw: don't add MIDI/PCM interface when packet streaming is unavailable by Takashi Sakamoto · 5 years ago
  3. 03be63b ALSA: oxfw: use ENXIO for not-supported cases by Takashi Sakamoto · 5 years ago
  4. d45b3aa ALSA: firewire: Drop superfluous ioctl PCM ops by Takashi Iwai · 5 years ago
  5. 7641d54 ALSA: firewire: Use managed buffer allocation by Takashi Iwai · 5 years ago
  6. 59a126a ALSA: oxfw: fix return value in error path of isochronous resources reservation by Takashi Sakamoto · 5 years ago
  7. a3f4f2d ALSA: firewire: Convert to the common vmalloc memalloc by Takashi Iwai · 5 years ago
  8. acfedcb ALSA: firewire-lib: postpone to start IR context by Takashi Sakamoto · 5 years ago
  9. e6dcc92 ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domain by Takashi Sakamoto · 5 years ago
  10. f890f9a ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP domain by Takashi Sakamoto · 5 years ago
  11. 3299d2a ALSA: oxfw: share PCM buffer size for both direction by Takashi Sakamoto · 5 years ago
  12. a0e0233 ALSA: firewire-lib: use variable size of queue for isoc packets instead of fixed size by Takashi Sakamoto · 5 years ago
  13. c0ede39 ALSA: oxfw: use the same size of period for PCM substream in AMDTP streams by Takashi Sakamoto · 5 years ago
  14. 1d6a722 ALSA: oxfw: register the size of PCM period to AMDTP domain by Takashi Sakamoto · 5 years ago
  15. 7711fb7 Merge tag 'asoc-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next by Takashi Iwai · 5 years ago
  16. 2fd2329 ALSA: oxfw: fix to handle correct stream for PCM playback by Takashi Sakamoto · 5 years ago
  17. 4c098da ALSA: oxfw: fix NULL pointer dereference to unused stream structure by Takashi Sakamoto · 5 years ago
  18. ac5d778 ALSA: oxfw: support AMDTP domain by Takashi Sakamoto · 5 years ago
  19. 3c53c62 Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 5 years ago
  20. 03a954a ALSA: oxfw: fix wrong reference count for stream functionality at error path of rawmidi interface by Takashi Sakamoto · 5 years ago
  21. b5c21c8 Merge branch 'for-linus' into for-next by Takashi Iwai · 6 years ago
  22. 3f2ce83 ALSA: oxfw: ensure to release isochronous resources in pcm.hw_params callback by Takashi Sakamoto · 6 years ago
  23. 7bc9382 ALSA: firewire-lib: split allocation of isochronous resources from establishment of connection by Takashi Sakamoto · 6 years ago
  24. bcb46a0 Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 6 years ago
  25. 0356ce3 ALSA: oxfw: configure stream parameter in pcm.hw_params callback by Takashi Sakamoto · 6 years ago
  26. 4f380d0 ALSA: oxfw: configure packet format in pcm.hw_params callback by Takashi Sakamoto · 6 years ago
  27. 4a0a047 ALSA: oxfw: unify substreams counter by Takashi Sakamoto · 6 years ago
  28. 779f0db ALSA: oxfw: rename helper functions for duplex streams by Takashi Sakamoto · 6 years ago
  29. e34244d ALSA: oxfw: expand stop procedure for packet streaming by Takashi Sakamoto · 6 years ago
  30. 7efa19a ALSA: oxfw: break packet streaming at bus-reset handler by Takashi Sakamoto · 6 years ago
  31. 20358d4 ALSA: oxfw: start duplex streams if supported by Takashi Sakamoto · 6 years ago
  32. 521b2e1 ALSA: oxfw: set packet parameter according to current configuration by Takashi Sakamoto · 6 years ago
  33. da2af86 ALSA: oxfw: code refactoring for stop condition of packet streaming by Takashi Sakamoto · 6 years ago
  34. d8fa87c ALSA: oxfw: allow PCM capture for Stanton SCS.1m by Takashi Sakamoto · 6 years ago
  35. da607e1 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345 by Thomas Gleixner · 6 years ago
  36. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  37. 0c298bd ALSA: firewire: Remove superfluous snd_info_register() calls by Takashi Iwai · 6 years ago
  38. fba43f4 ALSA: oxfw: add support for APOGEE duet FireWire by Takashi Sakamoto · 6 years ago
  39. 3babca4 ALSA: firewire: simplify cleanup process when failing to register sound card by Takashi Sakamoto · 6 years ago
  40. 5b14ec2 ALSA: firewire: release reference count of firewire unit in .remove callback of bus driver by Takashi Sakamoto · 6 years ago
  41. 61ccc6f ALSA: firewire: block .remove callback of bus driver till all of ALSA character devices are released by Takashi Sakamoto · 6 years ago
  42. cd3b711 ALSA: oxfw: use managed-resource to maintain cache of stream formats by Takashi Sakamoto · 6 years ago
  43. 72bc8c4 ALSA: oxfw: use managed-resource to maintain model-specific data by Takashi Sakamoto · 6 years ago
  44. 366a20d ALSA: firewire: use managed-resource of fw unit device for private data by Takashi Sakamoto · 6 years ago
  45. 1064bc6 ALSA: oxfw: fix memory leak of discovered stream formats at error path by Takashi Sakamoto · 6 years ago
  46. ce925f0 ALSA: oxfw: fix memory leak for model-dependent data at error path by Takashi Sakamoto · 6 years ago
  47. 498fe23 ALSA: oxfw: fix memory leak of private data by Takashi Sakamoto · 6 years ago
  48. fa84cf0 ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc() by Takashi Iwai · 6 years ago
  49. 6a73cf4 sound: Use octal not symbolic permissions by Joe Perches · 7 years ago
  50. 2cc47d3 ALSA: oxfw: use match_string() helper by Yisheng Xie · 7 years ago
  51. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  52. 680ef72 sound: annotate ->poll() instances by Al Viro · 8 years ago
  53. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  54. 782fbec ALSA: firewire: add const qualifier to identifiers for read-only symbols by Takashi Sakamoto · 7 years ago
  55. 55799c5 ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applications by Takashi Sakamoto · 8 years ago
  56. 875becf ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callback by Takashi Sakamoto · 8 years ago
  57. a02cb8f ALSA: firewire: remove support for 16 bit PCM samples in playback substream by Takashi Sakamoto · 8 years ago
  58. b7c5ac8 Merge branch 'for-linus' into for-next by Takashi Iwai · 8 years ago
  59. 7e1621d ALSA: firewire-lib/bebob/oxfw: improve response evaluation for AV/C commands by Takashi Sakamoto · 8 years ago
  60. 3d016d5 ALSA: oxfw: fix regression to handle Stanton SCS.1m/1d by Takashi Sakamoto · 8 years ago
  61. 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
  62. 1753187 ALSA: oxfw: enclose identifiers referred by single function for scs1x feature by Takashi Sakamoto · 8 years ago
  63. 57eb679 ALSA: firewire: Constify snd_rawmidi_ops by Takashi Iwai · 8 years ago
  64. 39feaf2 ALSA: oxfw: enclose identifiers referred by single function by Takashi Sakamoto · 8 years ago
  65. 03abd33a ALSA: oxfw: add support for Mackie Onyx 1640i by Takashi Sakamoto · 8 years ago
  66. 5116ffc ALSA: firewire: constify snd_pcm_ops structures by Julia Lawall · 8 years ago
  67. 62f00e4 ALSA: firewire-lib: enable the same feature as CIP_SKIP_INIT_DBC_CHECK flag by Takashi Sakamoto · 9 years ago
  68. 6c29230 ALSA: oxfw: delayed registration of sound card by Takashi Sakamoto · 9 years ago
  69. 329fec2 ALSA: oxfw: remove needless member from private structure by Takashi Sakamoto · 9 years ago
  70. 956dea9 ALSA: oxfw: discontinue MIDI substream for scs1x at transaction failure by Takashi Sakamoto · 9 years ago
  71. b4c23ab ALSA: oxfw: retry MIDI transferring for scs1x at transaction failure by Takashi Sakamoto · 9 years ago
  72. ea79005 ALSA: oxfw: use workqueue instead of tasklet for scs1x by Takashi Sakamoto · 9 years ago
  73. de5126c ALSA: oxfw: add stream format quirk for SCS.1 models by Takashi Sakamoto · 9 years ago
  74. 9e2004f ALSA: oxfw: obsolete scs1x module by Takashi Sakamoto · 9 years ago
  75. 6f5dcb2 ALSA: oxfw: add MIDI playback port for SCS.1 models by Takashi Sakamoto · 9 years ago
  76. d7d20e7 ALSA: oxfw: copy handlers of asynchronous transaction for MIDI playback by Takashi Sakamoto · 9 years ago
  77. 8250427 ALSA: oxfw: add MIDI capture port for SCS.1 models by Takashi Sakamoto · 9 years ago
  78. 13b8b78 ALSA: oxfw: copy handlers of asynchronous transaction for MIDI capture by Takashi Sakamoto · 9 years ago
  79. e3315b4 ALSA: oxfw: allocate own address region for SCS.1 series by Takashi Sakamoto · 9 years ago
  80. 3f47152 ALSA: oxfw: add scs1x layer by Takashi Sakamoto · 9 years ago
  81. d6ce6bb ALSA: oxfw: rename a structure so that it means backward compatibility to old drivers by Takashi Sakamoto · 9 years ago
  82. 3e2f457 ALSA: oxfw: move model-specific parameters from common structure by Takashi Sakamoto · 9 years ago
  83. 40540de ALSA: oxfw: move model-specific members from common structure by Takashi Sakamoto · 9 years ago
  84. c582cc6 ALSA: oxfw: enable to keep memory block for model-specific structure by Takashi Sakamoto · 9 years ago
  85. 5ce8cc4 ALSA: oxfw: gather model-dependent conditions to a function by Takashi Sakamoto · 9 years ago
  86. 27e6663 ALSA: oxfw: reuse driver entry to detect quirks by Takashi Sakamoto · 9 years ago
  87. eab8e4e ALSA: oxfw: change function prototype for AV/C Audio Subunit command by Takashi Sakamoto · 9 years ago
  88. 29aa09a ALSA: oxfw: rename local functions for control elements so that they represent as local by Takashi Sakamoto · 9 years ago
  89. f3a0e32 ALSA: oxfw: rename a file for control elements so that it's for model-specific by Takashi Sakamoto · 9 years ago
  90. 759a2f4 ALSA: oxfw: add an entry for TASCAM FireOne by Takashi Sakamoto · 9 years ago
  91. bb71da4 ALSA: oxfw: support more MIDI ports by Takashi Sakamoto · 9 years ago
  92. 3205604 ALSA: oxfw: calculating MIDI ports in stream discover by Takashi Sakamoto · 9 years ago
  93. df48338 ALSA: fireworks/bebob/oxfw/dice: enable to make as built-in by Takashi Sakamoto · 9 years ago
  94. d8dfacf Merge branch 'topic/firewire-update' into for-next by Takashi Iwai · 9 years ago
  95. 49c7b3f ALSA: firewire-lib: rename macros with AM824 prefix by Takashi Sakamoto · 9 years ago
  96. 85130cb ALSA: firewire-lib: rename PCM format helper function by Takashi Sakamoto · 9 years ago
  97. 03e2a67 ALSA: firewire-lib: move MIDI trigger helper function to AM824 layer by Takashi Sakamoto · 9 years ago
  98. bc8500d ALSA: firewire-lib: move PCM substream constraint to AM824 layer by Takashi Sakamoto · 9 years ago
  99. 51c29fd ALSA: firewire-lib: rename parameter setting function for AM824 with FDF field by Takashi Sakamoto · 9 years ago
  100. 5955815 ALSA: firewire-lib: add data block processing layer for AM824 format by Takashi Sakamoto · 9 years ago