mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Moved SND_PCM_INFO defines from asoundlib.h to pcm_local.h.
This commit is contained in:
parent
66293bc48a
commit
f5709d953d
2 changed files with 27 additions and 27 deletions
|
|
@ -209,33 +209,6 @@ typedef sndrv_pcm_sframes_t snd_pcm_sframes_t;
|
|||
/** Timestamp */
|
||||
typedef struct timeval snd_timestamp_t;
|
||||
|
||||
/** device accepts mmaped access */
|
||||
#define SND_PCM_INFO_MMAP SNDRV_PCM_INFO_MMAP
|
||||
/** device accepts mmaped access with sample resolution */
|
||||
#define SND_PCM_INFO_MMAP_VALID SNDRV_PCM_INFO_MMAP_VALID
|
||||
/** device is doing double buffering */
|
||||
#define SND_PCM_INFO_DOUBLE SNDRV_PCM_INFO_DOUBLE
|
||||
/** device transfers samples in batch */
|
||||
#define SND_PCM_INFO_BATCH SNDRV_PCM_INFO_BATCH
|
||||
/** device accepts interleaved samples */
|
||||
#define SND_PCM_INFO_INTERLEAVED SNDRV_PCM_INFO_INTERLEAVED
|
||||
/** device accepts non-interleaved samples */
|
||||
#define SND_PCM_INFO_NONINTERLEAVED SNDRV_PCM_INFO_NONINTERLEAVED
|
||||
/** device accepts complex sample organization */
|
||||
#define SND_PCM_INFO_COMPLEX SNDRV_PCM_INFO_COMPLEX
|
||||
/** device is capable block transfers */
|
||||
#define SND_PCM_INFO_BLOCK_TRANSFER SNDRV_PCM_INFO_BLOCK_TRANSFER
|
||||
/** device can detect DAC/ADC overrange */
|
||||
#define SND_PCM_INFO_OVERRANGE SNDRV_PCM_INFO_OVERRANGE
|
||||
/** device is capable to pause */
|
||||
#define SND_PCM_INFO_PAUSE SNDRV_PCM_INFO_PAUSE
|
||||
/** device can do only half duplex */
|
||||
#define SND_PCM_INFO_HALF_DUPLEX SNDRV_PCM_INFO_HALF_DUPLEX
|
||||
/** device can do only joint duplex (same parameters) */
|
||||
#define SND_PCM_INFO_JOINT_DUPLEX SNDRV_PCM_INFO_JOINT_DUPLEX
|
||||
/** device can do a kind of synchronized start */
|
||||
#define SND_PCM_INFO_SYNC_START SNDRV_PCM_INFO_SYNC_START
|
||||
|
||||
/** Non blocking mode \hideinitializer */
|
||||
#define SND_PCM_NONBLOCK 0x0001
|
||||
/** Async notification \hideinitializer */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue