Skip to content

Commit 9a1b64c

Browse files
committed
ALSA: rawmidi - Refactor rawmidi open/close codes
Refactor rawmidi open/close code messes. Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent f9d2028 commit 9a1b64c

File tree

2 files changed

+194
-184
lines changed

2 files changed

+194
-184
lines changed

include/sound/rawmidi.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
#define SNDRV_RAWMIDI_LFLG_INPUT (1<<1)
4343
#define SNDRV_RAWMIDI_LFLG_OPEN (3<<0)
4444
#define SNDRV_RAWMIDI_LFLG_APPEND (1<<2)
45-
#define SNDRV_RAWMIDI_LFLG_NOOPENLOCK (1<<3)
4645

4746
struct snd_rawmidi;
4847
struct snd_rawmidi_substream;

0 commit comments

Comments
 (0)