]> git.alsa-project.org Git - alsa-utils.git/commit
aseqdump: Use snd_ump_get_byte() helper
authorTakashi Iwai <tiwai@suse.de>
Sun, 28 Jul 2024 08:35:35 +0000 (10:35 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sun, 28 Jul 2024 08:45:18 +0000 (10:45 +0200)
commit095b064af65f96a757c2d067839db53a236146bc
treec87ecce998f01bff7c03ea02bf5bdf901b4a6662
parente26aa680aaf14a150eaadd448233cd6f6f9b17db
aseqdump: Use snd_ump_get_byte() helper

For simplifying code, use the new helper function snd_ump_get_byte()
for extracting a byte data for SysEx and co.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
seq/aseqdump/aseqdump.c