Remove the obsolete NONATOMIC ops bit.

SNDRV_PCM_INFO_NONATOMIC_OPS bit is removed.  It's obsolete now.
This commit is contained in:
Takashi Iwai 2004-09-21 10:36:54 +00:00
parent 6fc5e5dd2a
commit 6ed5c58dce

View 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 */