OSDN Git Service
(root)
/
android-x86
/
external-alsa-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cff8e26
)
NOCARE -> IGNORE (thanks Abramo)
author
Jaroslav Kysela
<perex@perex.cz>
Sun, 22 Jun 2003 14:46:15 +0000
(14:46 +0000)
committer
Jaroslav Kysela
<perex@perex.cz>
Sun, 22 Jun 2003 14:46:15 +0000
(14:46 +0000)
include/pcm_simple.h
patch
|
blob
|
history
diff --git
a/include/pcm_simple.h
b/include/pcm_simple.h
index
9e7f0eb
..
6d432c5
100644
(file)
--- a/
include/pcm_simple.h
+++ b/
include/pcm_simple.h
@@
-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_
NOCA
RE = 0,
- /** driver / library stops the stream when xrun occurs */
+ /** driver / library will
ignore all xruns, the
stream runs forever (default) */
+ SNDS_PCM_XRUN_
IGNO
RE = 0,
+ /** driver / library stops the stream when
an
xrun occurs */
SNDS_PCM_XRUN_STOP
};