mbox series

[alsa-utils,00/10] Cleanup seq/* stuff and extend aseqsend

Message ID 20240722175215.8223-1-tiwai@suse.de (mailing list archive)
Headers show
Series Cleanup seq/* stuff and extend aseqsend | expand

Message

Takashi Iwai July 22, 2024, 5:52 p.m. UTC
Hi,

this is a series of cleanup / fix patches for alsa-utils/seq/* stuff,
including the extension of aseqsend to support UMP packet bytes.


Takashi

===

Takashi Iwai (10):
  configure: Requires the latest ALSA-lib release 1.2.12
  aplaymidi: Drop ifdef for UMP support
  aplaymidi: Allow to pass 0 to -u option, too
  aconnect: Drop superfluous ifdefs
  aseqdump: Drop ifdef for UMP support
  aseqdump: Check the -u option value properly
  configure: Drop unused conditionals
  aseqdump: Show SysEx prefix to UMP SysEx data dump
  aseqsend: Support UMP mode
  aseqsend: Support long options

 configure.ac              | 13 +-------
 seq/aconnect/aconnect.c   | 31 ------------------
 seq/aplaymidi/aplaymidi.c | 32 +++---------------
 seq/aseqdump/aseqdump.c   | 25 +++-----------
 seq/aseqsend/aseqsend.1   | 69 +++++++++++++++++++++------------------
 seq/aseqsend/aseqsend.c   | 54 +++++++++++++++++++++++++++++-
 6 files changed, 100 insertions(+), 124 deletions(-)