mirror of
https://github.com/openharmony/third_party_tinyalsa.git
synced 2026-07-19 15:24:22 -04:00
Add pcm_wait() to the tinyalsa API.
This commit is contained in:
committed by
Simon Wilson
parent
f9678dd81c
commit
3d62222391
@@ -159,6 +159,9 @@ int pcm_mmap_commit(struct pcm *pcm, unsigned int offset, unsigned int frames);
|
||||
int pcm_start(struct pcm *pcm);
|
||||
int pcm_stop(struct pcm *pcm);
|
||||
|
||||
/* Interrupt driven API */
|
||||
int pcm_wait(struct pcm *pcm, int timeout);
|
||||
|
||||
|
||||
/*
|
||||
* MIXER API
|
||||
|
||||
Reference in New Issue
Block a user