diff options
| author | Jaroslav Kysela <perex@suse.cz> | 2004-06-16 15:59:16 +0200 |
|---|---|---|
| committer | Jaroslav Kysela <perex@suse.cz> | 2004-06-16 15:59:16 +0200 |
| commit | 976b3e534966a952304354f7e004b3ebcfda45fa (patch) | |
| tree | d416aedf21f19be0faa6bdf7c76f73760d03fb59 /include/sound/seq_kernel.h | |
| parent | adf791bd0c2829aa41a66b218617937d0e059e14 (diff) | |
| parent | a6c7717d44417a1622f0233be531309a868d3520 (diff) | |
Merge suse.cz:/home/perex/bk/linux-sound/linux-2.5
into suse.cz:/home/perex/bk/linux-sound/linux-sound
Diffstat (limited to 'include/sound/seq_kernel.h')
| -rw-r--r-- | include/sound/seq_kernel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/seq_kernel.h b/include/sound/seq_kernel.h index d0b69fbef924..5af1f35b04fe 100644 --- a/include/sound/seq_kernel.h +++ b/include/sound/seq_kernel.h @@ -168,6 +168,9 @@ typedef int (*snd_seq_dump_func_t)(void *ptr, void *buf, int count); int snd_seq_expand_var_event(const snd_seq_event_t *event, int count, char *buf, int in_kernel, int size_aligned); int snd_seq_dump_var_event(const snd_seq_event_t *event, snd_seq_dump_func_t func, void *private_data); +/* interface for OSS emulation */ +int snd_seq_set_queue_tempo(int client, snd_seq_queue_tempo_t *tempo); + /* port callback routines */ void snd_port_init_callback(snd_seq_port_callback_t *p); snd_seq_port_callback_t *snd_port_alloc_callback(void); |
