1. 0dcb4ef ALSA: firewire-lib: code refactoring for local variables by Takashi Sakamoto · 5 years ago
  2. 02394af ALSA: firewire-lib: code refactoring for post operation to data block counter by Takashi Sakamoto · 5 years ago
  3. b8b0e24 ALSA: firewire-lib: code refactoring for error path of parser for CIP header by Takashi Sakamoto · 5 years ago
  4. 213fa98 ALSA: firewire-lib: fix different data block counter between probed event and transferred isochronous packet by Takashi Sakamoto · 5 years ago
  5. 4ece7f6f ALSA: firewire-lib: fix initial value of data block count for IR context without CIP_DBC_IS_END_EVENT by Takashi Sakamoto · 5 years ago
  6. 7fbf909 ALSA: firewire-lib/fireface: fix initial value of data block counter for IR context with CIP_NO_HEADER by Takashi Sakamoto · 5 years ago
  7. 0ebf3ce ALSA: firewire-lib: fix invalid length of rx packet payload for tracepoint events by Takashi Sakamoto · 5 years ago
  8. 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
  9. 973b059 ALSA: firewire-lib: fix to process MIDI conformant data channel for AM824 format by Takashi Sakamoto · 6 years ago
  10. 7686486 ALSA: firewire-lib: cache next data_block_counter after probing tracepoints event for IR context by Takashi Sakamoto · 6 years ago
  11. da607e1 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345 by Thomas Gleixner · 6 years ago
  12. 98e3e43 ALSA: firewire-lib: refactoring to obsolete IR packet handler by Takashi Sakamoto · 6 years ago
  13. 6bc1a26 ALSA: firewire-lib: refactoring to obsolete IT packet handler by Takashi Sakamoto · 6 years ago
  14. 3c19492 ALSA: firewire-lib: fix data block counter for incoming packet without CIP header by Takashi Sakamoto · 6 years ago
  15. b18f0cf ALSA: firewire-lib: use 8 byte packet header for IT context to separate CIP header from CIP payload by Takashi Sakamoto · 6 years ago
  16. 6007bf5 ALSA: firewire-lib: code refactoring to queueing packets by Takashi Sakamoto · 6 years ago
  17. 16be458 ALSA: firewire-lib: unify packet handler for IT context by Takashi Sakamoto · 6 years ago
  18. 252219c ALSA: firewire-lib: split helper function to generate CIP header by Takashi Sakamoto · 6 years ago
  19. 947b437 ALSA: firewire-lib: unify packet handler for IR context by Takashi Sakamoto · 6 years ago
  20. f11453c ALSA: firewire-lib: use 16 bytes IR context header to separate CIP header by Takashi Sakamoto · 6 years ago
  21. e335425 ALSA: firewire-lib: split helper function to check incoming CIP header by Takashi Sakamoto · 6 years ago
  22. 8a400b9 ALSA: firewire-lib: compute pointer to payload buffer in context handler by Takashi Sakamoto · 6 years ago
  23. 6f3c07d ALSA: firewire-lib: calculate the length of packet payload in packet handler by Takashi Sakamoto · 6 years ago
  24. 07ea238 ALSA: firewire-lib: use clear name for variable of CIP header by Takashi Sakamoto · 6 years ago
  25. 26cd1e5 ALSA: firewire-lib: use IT context header to compute cycle count for scheduling packet by Takashi Sakamoto · 6 years ago
  26. df9160b ALSA: firewire-lib: obsolete macro for header of IT context by Takashi Sakamoto · 6 years ago
  27. fce9b01 ALSA: firewire-lib: add helper function to cancel context inner callback handler by Takashi Sakamoto · 6 years ago
  28. d3d10a4 ALSA: firewire-lib: use union for directional parameters by Takashi Sakamoto · 6 years ago
  29. 8d3f1fd ALSA: firewire-lib: unify tracing events to 'amdtp_packet' event by Takashi Sakamoto · 6 years ago
  30. a8520f3 ALSA: firewire-lib: use the same unit for payload argument in tracing events by Takashi Sakamoto · 6 years ago
  31. 64d0bf4 ALSA: firewire-lib: add data_blocks/data_block_counter parameter to in_packet/out_packet tracing events by Takashi Sakamoto · 6 years ago
  32. 4a10cec ALSA: firewire-lib: use the same type of argument for CIP header for tracing event by Takashi Sakamoto · 6 years ago
  33. cc4f8e9 ALSA: firewire-lib: use 8 byte header for IR context to get isochronous cycle by Takashi Sakamoto · 6 years ago
  34. ada79fa ALSA: firewire-lib: fix wrong handling payload_length as payload_quadlet by Takashi Sakamoto · 6 years ago
  35. 826b5de ALSA: firewire-lib: fix insufficient PCM rule for period/buffer size by Takashi Sakamoto · 6 years ago
  36. 5950229 ALSA: firewire-lib: add PCM rules to obsolete PCM constraints based on LCM of SYT_INTERVAL by Takashi Sakamoto · 6 years ago
  37. 52759c09 ALSA: dice: fix kernel NULL pointer dereference due to invalid calculation for array index by Takashi Sakamoto · 7 years ago
  38. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  39. 7fc8e7c Merge branch 'for-linus' into for-next by Takashi Iwai · 8 years ago
  40. 4a9bfaf ALSA: firewire-lib: Fix stall of process context at packet error by Takashi Sakamoto · 8 years ago
  41. 55799c5 ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applications by Takashi Sakamoto · 8 years ago
  42. 875becf ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callback by Takashi Sakamoto · 8 years ago
  43. f91c9d7 ALSA: firewire-lib: cache maximum length of payload to reduce function calls by Takashi Sakamoto · 8 years ago
  44. b164d2f ALSA: firewire_lib: add tracepoints for packets without CIP headers by Takashi Sakamoto · 8 years ago
  45. 3b196c39 ALSA: firewire-lib: add no-header packet processing by Takashi Sakamoto · 8 years ago
  46. ff0fb5a ALSA: firewire-lib: use the same prototype for functions to handle packet by Takashi Sakamoto · 8 years ago
  47. 2128f78 ALSA: firewire-lib: add a quirk of packet without valid EOH in CIP format by Takashi Sakamoto · 8 years ago
  48. 9dae017 ALSA: firewire-lib: enable CIP_DBC_IS_END_EVENT for both directions of stream by Takashi Sakamoto · 8 years ago
  49. 9863874 ALSA: firewire-lib: add support for source packet header field in CIP header by Takashi Sakamoto · 8 years ago
  50. a04513f ALSA: firewire-lib: record cycle count for the first packet by Takashi Sakamoto · 8 years ago
  51. ff38e0c ALSA: firewire-lib: drop skip argument from helper functions to queue a packet by Takashi Sakamoto · 9 years ago
  52. a9c4284 ALSA: firewire-lib: add context information to tracepoints by Takashi Sakamoto · 9 years ago
  53. 1dba9db ALSA: firewire-lib: permit to flush queued packets only in process context for better PCM period granularity by Takashi Sakamoto · 9 years ago
  54. 62f00e4 ALSA: firewire-lib: enable the same feature as CIP_SKIP_INIT_DBC_CHECK flag by Takashi Sakamoto · 9 years ago
  55. 390a151 ALSA: firewire-lib: code cleanup for outgoing packet handling by Takashi Sakamoto · 9 years ago
  56. d9a16fc ALSA: firewire-lib: code cleanup for incoming packet handling by Takashi Sakamoto · 9 years ago
  57. dec63cc ALSA: firewire-lib: handle IT/IR contexts in each software interrupt context by Takashi Sakamoto · 9 years ago
  58. 0c95c1d ALSA: firewire-lib: add tracepoints to dump a part of isochronous packet data by Takashi Sakamoto · 9 years ago
  59. f90e2de ALSA: firewire-lib: compute the value of second field in cycle count for IR context by Takashi Sakamoto · 9 years ago
  60. 73fc7f0 ALSA: firewire-lib: compute the value of second field in cycle count for IT context by Takashi Sakamoto · 9 years ago
  61. 44c376b ALSA: firewire-lib: suppress kernel warnings when releasing uninitialized stream data by Takashi Sakamoto · 9 years ago
  62. 2a7e171 ALSA: firewire-lib: continue packet processing at detecting wrong CIP headers by Takashi Sakamoto · 9 years ago
  63. df075fe ALSA: firewire-lib: complete AM824 data block processing layer by Takashi Sakamoto · 9 years ago
  64. 49c7b3f ALSA: firewire-lib: rename macros with AM824 prefix by Takashi Sakamoto · 9 years ago
  65. 85130cb ALSA: firewire-lib: rename PCM format helper function by Takashi Sakamoto · 9 years ago
  66. bc8500d ALSA: firewire-lib: move PCM substream constraint to AM824 layer by Takashi Sakamoto · 9 years ago
  67. 51c29fd ALSA: firewire-lib: rename parameter setting function for AM824 with FDF field by Takashi Sakamoto · 9 years ago
  68. 5955815 ALSA: firewire-lib: add data block processing layer for AM824 format by Takashi Sakamoto · 9 years ago
  69. d67c46b ALSA: firewire-lib: rename 'amdtp' to 'amdtp-stream' to prepare for functional separation by Takashi Sakamoto · 9 years ago[Renamed (99%) from sound/firewire/amdtp.c]
  70. 414ba02 ALSA: firewire-lib: add support arbitrary value for fmt/fdf fields in CIP header by Takashi Sakamoto · 9 years ago
  71. 20e4457 ALSA: firewire-lib: add helper functions as interfaces between packet streaming layer and data block processing layer by Takashi Sakamoto · 9 years ago
  72. 6a4e89f ALSA: firewire-lib: add a member of frame_multiplier instead of double_pcm_frames by Takashi Sakamoto · 9 years ago
  73. 27ec83b ALSA: firewire-lib: add an argument for Dice's dual wire mode by Takashi Sakamoto · 9 years ago
  74. 547e631 ALSA: firewire-lib: return error code when amdtp_stream_set_parameters() detects error by Takashi Sakamoto · 9 years ago
  75. 18f5ed3 ALSA: fireworks/firewire-lib: add support for recent firmware quirk by Takashi Sakamoto · 9 years ago
  76. 31ea49b ALSA: firewire-lib: fix buffer-over-run when detecting packet discontinuity by Takashi Sakamoto · 10 years ago
  77. a900705 ALSA: firewire-lib: use protocol error when detecting wrong value in CIP header by Takashi Sakamoto · 10 years ago
  78. 12e0f43 ALSA: firewire-lib: use dev_err() when detecting incoming streaming error by Takashi Sakamoto · 10 years ago
  79. 9a2820c ALSA: firewire-lib: macro arrangement for code cleanup by Takashi Sakamoto · 10 years ago
  80. 29bcae2 ALSA: firewire-lib: rename local functions for code cleanup by Takashi Sakamoto · 10 years ago
  81. 727d3a0 ALSA: firewire-lib: remove restriction for non-blocking mode by Takashi Sakamoto · 10 years ago
  82. a4103bd ALSA: firewire-lib: set streaming error outside of packetization by Takashi Sakamoto · 10 years ago
  83. 6fc6b9c ALSA: firewire-lib: pass the number of data blocks in incoming packets to outgoing packets by Takashi Sakamoto · 10 years ago
  84. 875be09 ALSA: firewire-lib: simplify function to calculate the number of data blocks by Takashi Sakamoto · 10 years ago
  85. a206471 ALSA: firewire-lib: add buffer-over-run protection at receiving more data blocks than expected by Takashi Sakamoto · 10 years ago
  86. ce99198 ALSA: firewire: Fix trivial typos in comments by Yannick Guerrini · 10 years ago
  87. c6f224d ALSA: firewire-lib: remove reference counting by Takashi Sakamoto · 10 years ago
  88. ca5b505 ALSA: firewire-lib: fix an unexpected byte sequence for micro sign by Takashi Sakamoto · 10 years ago
  89. 25ca917 ALSA: firewire-lib: limit the MIDI data rate by Clemens Ladisch · 10 years ago
  90. 5c697e5 ALSA: firewire-lib: remove rx_blocks_for_midi quirk by Clemens Ladisch · 10 years ago
  91. 1fb8510 ALSA: pcm: Add snd_pcm_stop_xrun() helper by Takashi Iwai · 10 years ago
  92. 65845f2 ALSA: firewire-lib/dice: add arrangements of PCM pointer and interrupts for Dice quirk by Takashi Sakamoto · 10 years ago
  93. a6975f2 ALSA: firewire-lib: Use IEC 61883-6 compliant labels for Raw Audio data by Takashi Sakamoto · 11 years ago
  94. f9503a6 ALSA: firewire-lib: Use ARRAY_SIZE() instead of sizeof() for correct loop limit by Takashi Sakamoto · 11 years ago
  95. 9d59124 ALSA: bebob/firewire-lib: Add a quirk of wrong dbc in empty packet for M-Audio special Firewire series by Takashi Sakamoto · 11 years ago
  96. b6bc812 ALSA: bebob/firewire-lib: Add a quirk for discontinuity at bus reset by Takashi Sakamoto · 11 years ago
  97. 53111cd ALSA: fireworks/firewire-lib: Add a quirk of data blocks for MIDI in out-stream 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