diff options
author | Taylor Holberton <taylorcholberton@gmail.com> | 2016-12-28 11:47:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-28 11:47:49 -0800 |
commit | 6e8e6374e71d111ae2ee95dbc9e3e45a3bb22f9d (patch) | |
tree | d1f09e40dfd6a449bf07846f8d9d52f4d2c690b8 /include | |
parent | c6f908ee871c995c193c2dcbd8ec9bfd69045689 (diff) | |
parent | c848ea519f5c63b5a59bf2643e02a99ac7a7eef7 (diff) |
Merge pull request #91 from ricardobiehl/master
pcm.h -- (over/under)run definition
Diffstat (limited to 'include')
-rw-r--r-- | include/tinyalsa/pcm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tinyalsa/pcm.h b/include/tinyalsa/pcm.h index b7c32b3..69544a1 100644 --- a/include/tinyalsa/pcm.h +++ b/include/tinyalsa/pcm.h @@ -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 |