aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-03-24 00:35:46 +0100
committerTakashi Iwai <tiwai@suse.de>2009-03-24 00:35:46 +0100
commitc944a93df0d566a66409628c4524f4fc4f62eaf5 (patch)
tree64bd4f7f750344f5031172721f43778a0e95b768 /include/sound
parentMerge branch 'topic/ctl-list-cleanup' into for-linus (diff)
parentALSA: rawmidi - Refactor rawmidi open/close codes (diff)
downloadlinux-dev-c944a93df0d566a66409628c4524f4fc4f62eaf5.tar.xz
linux-dev-c944a93df0d566a66409628c4524f4fc4f62eaf5.zip
Merge branch 'topic/rawmidi-fix' into for-linus
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/rawmidi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/rawmidi.h b/include/sound/rawmidi.h
index b550a416d075..c23c26585700 100644
--- a/include/sound/rawmidi.h
+++ b/include/sound/rawmidi.h
@@ -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;