Skip to content

Commit

Permalink
ALSA: rawmidi - Refactor rawmidi open/close codes
Browse files Browse the repository at this point in the history
Refactor rawmidi open/close code messes.

Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
tiwai committed Mar 9, 2009
1 parent f9d2028 commit 9a1b64c
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 184 deletions.
1 change: 0 additions & 1 deletion include/sound/rawmidi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading

0 comments on commit 9a1b64c

Please sign in to comment.