From: Jaroslav Kysela Date: Sun, 22 Jun 2003 14:46:15 +0000 (+0000) Subject: NOCARE -> IGNORE (thanks Abramo) X-Git-Tag: v1.0.3~159 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=72e6c9c3c0e856655c9247f01f714c7ba735a643;p=alsa-lib.git NOCARE -> IGNORE (thanks Abramo) --- diff --git a/include/pcm_simple.h b/include/pcm_simple.h index 9e7f0eb3..6d432c5e 100644 --- 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_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 };