Merge pull request #91 from ricardobiehl/master

pcm.h -- (over/under)run definition
This commit is contained in:
Taylor Holberton
2016-12-28 11:47:49 -08:00
committed by GitHub
+2 -2
View File
@@ -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