]> git.alsa-project.org Git - alsa-lib.git/commit
rawmidi: Fix the prefix of the inactive stream flag master
authorTakashi Iwai <tiwai@suse.de>
Tue, 28 Oct 2025 12:34:10 +0000 (13:34 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 28 Oct 2025 12:36:49 +0000 (13:36 +0100)
commite6d0db9d0c9160d880861138d1a270cfef70dd26
treee5a77dc6622a693e4201b9a8ef0d0626cd823e04
parentd62b1d540781c61403681c1d903b7c74af6d1fa9
rawmidi: Fix the prefix of the inactive stream flag

I copied SNDRV_RAWMIDI_INFO_STREAM_INACTIVE definition as is from the
kernel uapi header, but for alsa-lib, it should have been changed to
SND_ prefix instead.

Put the correct definition while keeping the old SNDRV_ definition for
compatibility (that might be already used by applications).

Fixes: 137eca7720be ("rawmidi: Extensions for tied device and substream inactive flag")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/rawmidi.h