Add pcm_wait() to the tinyalsa API.

This commit is contained in:
Gabriel M. Beddingfield
2012-04-19 21:17:56 -05:00
committed by Simon Wilson
parent f9678dd81c
commit 3d62222391
+3
View File
@@ -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