]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Remove the obsolete NONATOMIC ops bit.
authorTakashi Iwai <tiwai@suse.de>
Tue, 21 Sep 2004 10:36:54 +0000 (10:36 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 21 Sep 2004 10:36:54 +0000 (10:36 +0000)
SNDRV_PCM_INFO_NONATOMIC_OPS bit is removed.  It's obsolete now.

include/sound/asound.h

index 62841fe156ae404d5f2a6ad90b41a7fa109906c0..1effd4b0deb7ea819962381e2751e6b382af8a9a 100644 (file)
@@ -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 */