aboutsummaryrefslogtreecommitdiff
path: root/include/aserver.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2000-10-30 12:15:18 +0000
committerJaroslav Kysela <perex@perex.cz>2000-10-30 12:15:18 +0000
commit0e561770c6fedb025a3446d8149dfdcc3fa71b77 (patch)
treed2ec01e29d91fe2fe84e74863bdd0d0a99494258 /include/aserver.h
parent8a625fd63ba5c175bd920c7301dfba1d53b87f7f (diff)
Added functions:
snd_ctl_rawmidi_prefer_subdevice snd_rawmidi_open_subdevice Fixed functions: snd_pcm_hw_open - fixed prefer subdevice code
Diffstat (limited to 'include/aserver.h')
-rw-r--r--include/aserver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/aserver.h b/include/aserver.h
index 3469b043..85823fd8 100644
--- a/include/aserver.h
+++ b/include/aserver.h
@@ -92,6 +92,7 @@ typedef struct {
snd_pcm_info_t pcm_info;
int pcm_prefer_subdevice;
snd_rawmidi_info_t rawmidi_info;
+ int rawmidi_prefer_subdevice;
snd_ctl_event_t read;
} u;
char data[0];