From b4b6aa1844beee57401165125eaca86cba717222 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Tue, 4 Sep 2012 12:48:01 +0200 Subject: [PATCH] remove XXX in constant names --- sndiod/defs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sndiod/defs.h b/sndiod/defs.h index b04fd70..62101c5 100644 --- a/sndiod/defs.h +++ b/sndiod/defs.h @@ -39,8 +39,8 @@ extern unsigned int log_level; #define MTC_SEC 2400 /* 1 second is 2400 ticks */ /* - * device or sub-device mode, must be a superset of corresponding SIO_XXX - * and MIO_XXX constants + * device or sub-device mode, must be a superset of corresponding SIO_ + * and MIO_ constants */ #define MODE_PLAY 0x01 /* allowed to play */ #define MODE_REC 0x02 /* allowed to rec */ @@ -52,7 +52,7 @@ extern unsigned int log_level; #define MODE_MIDIMASK (MODE_MIDIIN | MODE_MIDIOUT) /* - * underrun/overrun policies, must be the same as SIO_XXX + * underrun/overrun policies, must be the same as SIO_ constants */ #define XRUN_IGNORE 0 /* on xrun silently insert/discard samples */ #define XRUN_SYNC 1 /* catchup to sync to the mix/sub */