]> git.alsa-project.org Git - alsa-lib.git/commit
seq: Check protocol compatibility with the current version
authorTakashi Iwai <tiwai@suse.de>
Mon, 6 Nov 2023 15:36:55 +0000 (16:36 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 7 Nov 2023 11:16:47 +0000 (12:16 +0100)
commited6b07084bfea4155bbc98bcf38508ab81bdd008
tree054388025a11d120d0776ce9ac754be15ee31fdd
parent94a5ddff9d5d85104755ee17b301c289a060cebf
seq: Check protocol compatibility with the current version

There is no need for checking the protocol compatibility with another
version, but we just need to check for the current version.

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