mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Added slowptr options to direct plugins
This commit is contained in:
parent
852b0c6129
commit
eeb5d6f0ac
4 changed files with 73 additions and 6 deletions
|
|
@ -99,6 +99,7 @@ struct snd_pcm_direct {
|
|||
pid_t server_pid;
|
||||
snd_timer_t *timer; /* timer used as poll_fd */
|
||||
int interleaved; /* we have interleaved buffer */
|
||||
int slowptr; /* use slow but more precise ptr updates */
|
||||
unsigned int channels; /* client's channels */
|
||||
unsigned int *bindings;
|
||||
union {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue