From: Takashi Iwai Date: Tue, 21 Sep 2004 10:36:54 +0000 (+0000) Subject: Remove the obsolete NONATOMIC ops bit. X-Git-Tag: v1.0.7~18 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=6ed5c58dceee7cb4fa7f0e75d20bc7c94174de7f;p=alsa-lib.git Remove the obsolete NONATOMIC ops bit. SNDRV_PCM_INFO_NONATOMIC_OPS bit is removed. It's obsolete now. --- diff --git a/include/sound/asound.h b/include/sound/asound.h index 62841fe1..1effd4b0 100644 --- a/include/sound/asound.h +++ b/include/sound/asound.h @@ -273,7 +273,6 @@ enum sndrv_pcm_subformat { #define SNDRV_PCM_INFO_HALF_DUPLEX 0x00100000 /* only half duplex */ #define SNDRV_PCM_INFO_JOINT_DUPLEX 0x00200000 /* playback and capture stream are somewhat correlated */ #define SNDRV_PCM_INFO_SYNC_START 0x00400000 /* pcm support some kind of sync go */ -#define SNDRV_PCM_INFO_NONATOMIC_OPS 0x00800000 /* non-atomic prepare callback */ enum sndrv_pcm_state { SNDRV_PCM_STATE_OPEN = 0, /* stream is open */