mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Added sync_ptr callback
This commit is contained in:
parent
c508b496b4
commit
819a85fb2c
5 changed files with 7 additions and 8 deletions
|
|
@ -89,6 +89,7 @@ struct snd_pcm_direct {
|
|||
snd_pcm_uframes_t avail_max;
|
||||
snd_pcm_uframes_t slave_appl_ptr;
|
||||
snd_pcm_uframes_t slave_hw_ptr;
|
||||
int (*sync_ptr)(snd_pcm_t *pcm);
|
||||
snd_pcm_state_t state;
|
||||
snd_htimestamp_t trigger_tstamp;
|
||||
int server, client;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue