mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
NOCARE -> IGNORE (thanks Abramo)
This commit is contained in:
parent
cff8e26fb7
commit
72e6c9c3c0
1 changed files with 3 additions and 3 deletions
|
|
@ -52,9 +52,9 @@ enum snds_pcm_access_type {
|
|||
|
||||
/** Simple PCM xrun type */
|
||||
enum snds_pcm_xrun_type {
|
||||
/** driver / library will not care about xruns, stream runs forever (default) */
|
||||
SNDS_PCM_XRUN_NOCARE = 0,
|
||||
/** driver / library stops the stream when xrun occurs */
|
||||
/** driver / library will ignore all xruns, the stream runs forever (default) */
|
||||
SNDS_PCM_XRUN_IGNORE = 0,
|
||||
/** driver / library stops the stream when an xrun occurs */
|
||||
SNDS_PCM_XRUN_STOP
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue