mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
- added SYNC_PTR ioctl support for pcm_hw plugin
This commit is contained in:
parent
5a2c2e0295
commit
eafb492512
7 changed files with 186 additions and 63 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue