diff options
author | Jaroslav Kysela <perex@perex.cz> | 2004-05-22 10:14:32 +0000 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2004-05-22 10:14:32 +0000 |
commit | eafb4925124b424df08af308b8815c0d9602898a (patch) | |
tree | 1949539987f691b1c46d7138f43da102c09f16b2 /include/pcm_plugin.h | |
parent | 5a2c2e02952047caa60aeecdf6e92efbb4719263 (diff) |
- added SYNC_PTR ioctl support for pcm_hw plugin
Diffstat (limited to 'include/pcm_plugin.h')
-rw-r--r-- | include/pcm_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pcm_plugin.h b/include/pcm_plugin.h index 2f51b346..a2ab60e5 100644 --- a/include/pcm_plugin.h +++ b/include/pcm_plugin.h @@ -68,7 +68,7 @@ typedef int snd_pcm_route_ttable_entry_t; int snd_pcm_hw_open(snd_pcm_t **pcmp, const char *name, int card, int device, int subdevice, snd_pcm_stream_t stream, int mode, - int mmap_emulation); + int mmap_emulation, int sync_ptr_ioctl); int _snd_pcm_hw_open(snd_pcm_t **pcmp, const char *name, snd_config_t *root ATTRIBUTE_UNUSED, snd_config_t *conf, snd_pcm_stream_t stream, int mode); |