1. 31ea49b ALSA: firewire-lib: fix buffer-over-run when detecting packet discontinuity by Takashi Sakamoto · 9 years ago
  2. a900705 ALSA: firewire-lib: use protocol error when detecting wrong value in CIP header by Takashi Sakamoto · 9 years ago
  3. 12e0f43 ALSA: firewire-lib: use dev_err() when detecting incoming streaming error by Takashi Sakamoto · 9 years ago
  4. 9a2820c ALSA: firewire-lib: macro arrangement for code cleanup by Takashi Sakamoto · 9 years ago
  5. 29bcae2 ALSA: firewire-lib: rename local functions for code cleanup by Takashi Sakamoto · 9 years ago
  6. 727d3a0 ALSA: firewire-lib: remove restriction for non-blocking mode by Takashi Sakamoto · 9 years ago
  7. a4103bd ALSA: firewire-lib: set streaming error outside of packetization by Takashi Sakamoto · 9 years ago
  8. 6fc6b9c ALSA: firewire-lib: pass the number of data blocks in incoming packets to outgoing packets by Takashi Sakamoto · 9 years ago
  9. 875be09 ALSA: firewire-lib: simplify function to calculate the number of data blocks by Takashi Sakamoto · 9 years ago
  10. a206471 ALSA: firewire-lib: add buffer-over-run protection at receiving more data blocks than expected by Takashi Sakamoto · 9 years ago
  11. ce99198 ALSA: firewire: Fix trivial typos in comments by Yannick Guerrini · 9 years ago
  12. c6f224d ALSA: firewire-lib: remove reference counting by Takashi Sakamoto · 9 years ago
  13. ca5b505 ALSA: firewire-lib: fix an unexpected byte sequence for micro sign by Takashi Sakamoto · 9 years ago
  14. 25ca917 ALSA: firewire-lib: limit the MIDI data rate by Clemens Ladisch · 10 years ago
  15. 5c697e5 ALSA: firewire-lib: remove rx_blocks_for_midi quirk by Clemens Ladisch · 10 years ago
  16. 1fb8510 ALSA: pcm: Add snd_pcm_stop_xrun() helper by Takashi Iwai · 10 years ago
  17. 65845f2 ALSA: firewire-lib/dice: add arrangements of PCM pointer and interrupts for Dice quirk by Takashi Sakamoto · 10 years ago
  18. a6975f2 ALSA: firewire-lib: Use IEC 61883-6 compliant labels for Raw Audio data by Takashi Sakamoto · 10 years ago
  19. f9503a6 ALSA: firewire-lib: Use ARRAY_SIZE() instead of sizeof() for correct loop limit by Takashi Sakamoto · 10 years ago
  20. 9d59124 ALSA: bebob/firewire-lib: Add a quirk of wrong dbc in empty packet for M-Audio special Firewire series by Takashi Sakamoto · 10 years ago
  21. b6bc812 ALSA: bebob/firewire-lib: Add a quirk for discontinuity at bus reset by Takashi Sakamoto · 10 years ago
  22. 53111cd ALSA: fireworks/firewire-lib: Add a quirk of data blocks for MIDI in out-stream by Takashi Sakamoto · 10 years ago
  23. b84b1a2 ALSA: fireworks/firewire-lib: Add a quirk to reset data block counter at bus reset by Takashi Sakamoto · 10 years ago
  24. d9cd006 ALSA: fireworks/firewire-lib: Add a quirk for fixed interval of reported dbc by Takashi Sakamoto · 10 years ago
  25. 6970223 ALSA: fireworks/firewire-lib: Add a quirk for wrong dbs in tx packets by Takashi Sakamoto · 10 years ago
  26. c8bdf49 ALSA: fireworks/firewire-lib: Add a quirk for the meaning of dbc by Takashi Sakamoto · 10 years ago
  27. 7ab5664 ALSA: fireworks/firewire-lib: Add a quirk for empty packet with TAG0 by Takashi Sakamoto · 10 years ago
  28. 1017abe ALSA: firewire-lib: Add some AV/C general commands by Takashi Sakamoto · 10 years ago
  29. c8de6db ALSA: firewire-lib: Restrict calling flush_context_completion() when context exists by Takashi Sakamoto · 10 years ago
  30. 7b2d99f ALSA: firewire-lib/dice/speakers: Add common PCM constraints for AMDTP streams by Takashi Sakamoto · 10 years ago
  31. 10550be ALSA: dice/firewire-lib: Keep dualwire mode but obsolete CIP_HI_DUALWIRE by Takashi Sakamoto · 10 years ago
  32. 77d2a8a ALSA: firewire-lib: Add support for channel mapping by Takashi Sakamoto · 10 years ago
  33. 7b3b0d8 ALSA: firewire-lib: Add support for duplex streams synchronization in blocking mode by Takashi Sakamoto · 10 years ago
  34. ccccad8 ALSA: firewire-lib: Give syt value as parameter to handle_out_packet() by Takashi Sakamoto · 10 years ago
  35. 83d8d72 ALSA: firewire-lib: Add support for MIDI capture/playback by Takashi Sakamoto · 10 years ago
  36. 2b3fc45 ALSA: firewire-lib: Add support for AMDTP in-stream and PCM capture by Takashi Sakamoto · 10 years ago
  37. 4b7da11 ALSA: firewire-lib: Split some codes into functions to reuse for both streams by Takashi Sakamoto · 10 years ago
  38. 3ff7e8f ALSA: firewire-lib: Add 'direction' member to 'amdtp_stream' structure by Takashi Sakamoto · 10 years ago
  39. b445db4 ALSA: firewire-lib: Add macros instead of fixed value for AMDTP by Takashi Sakamoto · 10 years ago
  40. be4a289 ALSA: firewire-lib: Rename functions, structure, member for AMDTP by Takashi Sakamoto · 10 years ago
  41. 82755ab ALSA: firewire-lib: fix wrong value for FDF field as an empty packet by Takashi Sakamoto · 11 years ago
  42. 861e66d Merge branch 'dice-driver-playback-only' of git://git.alsa-project.org/alsa-kprivate into for-next by Takashi Iwai · 11 years ago
  43. c5280e9 ALSA: dice: make amdtp_rates[] const by Clemens Ladisch · 13 years ago
  44. a7304e3 ALSA: dice: support dual-wire stream format at 192 kHz by Clemens Ladisch · 13 years ago
  45. 20b65dd ALSA: firewire: introduce amdtp_out_stream_running() by Clemens Ladisch · 13 years ago
  46. e84d15f ALSA: dice, firewire-lib: add blocking mode by Clemens Ladisch · 13 years ago
  47. e84841f ALSA: firewire-lib: use inlune function to calculate frame bytes by Takashi Sakamoto · 11 years ago
  48. 92b862c ALSA: firewire-lib: optimize packet flushing by Clemens Ladisch · 12 years ago
  49. e9148dd ALSA: firewire-lib: flush completed packets when reading PCM position by Clemens Ladisch · 12 years ago
  50. 76fb878 ALSA: firewire-lib: taskletize the snd_pcm_period_elapsed() call by Clemens Ladisch · 12 years ago
  51. 13882a8 firewire: optimize iso queueing by setting wake only after the last packet by Clemens Ladisch · 13 years ago
  52. ec00f5e ALSA: firewire-lib, firewire-speakers: handle packet queueing errors by Clemens Ladisch · 13 years ago
  53. be45436 ALSA: firewire-lib: use no-info SYT for packets without SYT sample by Clemens Ladisch · 13 years ago
  54. 31ef913 ALSA: add LaCie FireWire Speakers/Griffin FireWave Surround driver by Clemens Ladisch · 13 years ago