mirror of
https://github.com/openharmony/third_party_tinyalsa.git
synced 2026-07-19 23:33:30 -04:00
Merge pull request #91 from ricardobiehl/master
pcm.h -- (over/under)run definition
This commit is contained in:
@@ -94,8 +94,8 @@ extern "C" {
|
||||
*/
|
||||
#define PCM_STATE_RUNNING 0x03
|
||||
|
||||
/** For inputs, this means an underrun occured.
|
||||
* For outputs, this means an overrun occured.
|
||||
/** For inputs, this means an overrun occured.
|
||||
* For outputs, this means an underrun occured.
|
||||
*/
|
||||
#define PCM_STATE_XRUN 0x04
|
||||
|
||||
|
||||
Reference in New Issue
Block a user