Commit 9a1b64ca authored by Takashi Iwai's avatar Takashi Iwai

ALSA: rawmidi - Refactor rawmidi open/close codes

Refactor rawmidi open/close code messes.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent f9d20283
......@@ -42,7 +42,6 @@
#define SNDRV_RAWMIDI_LFLG_INPUT (1<<1)
#define SNDRV_RAWMIDI_LFLG_OPEN (3<<0)
#define SNDRV_RAWMIDI_LFLG_APPEND (1<<2)
#define SNDRV_RAWMIDI_LFLG_NOOPENLOCK (1<<3)
struct snd_rawmidi;
struct snd_rawmidi_substream;
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment