31 #if !defined(__ALSA_PCM_EXTERNAL_H) && !defined(ALSA_LIBRARY_BUILD)
32 #warning "use #include <alsa/pcm_external.h>, <alsa/pcm_ioplug.h> should not be used directly"
33 #include <alsa/pcm_external.h>
36 #ifndef __ALSA_PCM_IOPLUG_H
37 #define __ALSA_PCM_IOPLUG_H
71 #define SND_PCM_IOPLUG_FLAG_LISTED (1<<0)
72 #define SND_PCM_IOPLUG_FLAG_MONOTONIC (1<<1)
74 #define SND_PCM_IOPLUG_FLAG_BOUNDARY_WA (1<<2)
79 #define SND_PCM_IOPLUG_VERSION_MAJOR 1
80 #define SND_PCM_IOPLUG_VERSION_MINOR 0
81 #define SND_PCM_IOPLUG_VERSION_TINY 2
85 #define SND_PCM_IOPLUG_VERSION ((SND_PCM_IOPLUG_VERSION_MAJOR<<16) |\
86 (SND_PCM_IOPLUG_VERSION_MINOR<<8) |\
87 (SND_PCM_IOPLUG_VERSION_TINY))
struct _snd_output snd_output_t
Internal structure for an output object.
Definition: output.h:60
snd_pcm_ioplug snd_pcm_ioplug_t
Definition: pcm_ioplug.h:64
snd_pcm_uframes_t snd_pcm_ioplug_avail(const snd_pcm_ioplug_t *const ioplug, const snd_pcm_uframes_t hw_ptr, const snd_pcm_uframes_t appl_ptr)
Get the available frames. This function can be used to calculate the the available frames before call...
Definition: pcm_ioplug.c:1256
int snd_pcm_ioplug_delete(snd_pcm_ioplug_t *io)
Delete the ioplug instance.
Definition: pcm_ioplug.c:1127
snd_pcm_uframes_t snd_pcm_ioplug_hw_avail(const snd_pcm_ioplug_t *const ioplug, const snd_pcm_uframes_t hw_ptr, const snd_pcm_uframes_t appl_ptr)
Get the available frames. This function can be used to calculate the the available frames before call...
Definition: pcm_ioplug.c:1271
int snd_pcm_ioplug_set_state(snd_pcm_ioplug_t *ioplug, snd_pcm_state_t state)
Change the ioplug PCM status.
Definition: pcm_ioplug.c:1242
int snd_pcm_ioplug_set_param_list(snd_pcm_ioplug_t *io, int type, unsigned int num_list, const unsigned int *list)
Set parameter as the list.
Definition: pcm_ioplug.c:1156
int snd_pcm_ioplug_create(snd_pcm_ioplug_t *io, const char *name, snd_pcm_stream_t stream, int mode)
Create an ioplug instance.
Definition: pcm_ioplug.c:1074
snd_pcm_ioplug_callback snd_pcm_ioplug_callback_t
Definition: pcm_ioplug.h:65
int snd_pcm_ioplug_reinit_status(snd_pcm_ioplug_t *ioplug)
Reinitialize the poll and mmap status.
Definition: pcm_ioplug.c:1205
int snd_pcm_ioplug_set_param_minmax(snd_pcm_ioplug_t *io, int type, unsigned int min, unsigned int max)
Set parameter as the min/max values.
Definition: pcm_ioplug.c:1180
const snd_pcm_channel_area_t * snd_pcm_ioplug_mmap_areas(snd_pcm_ioplug_t *ioplug)
Get mmap area of ioplug.
Definition: pcm_ioplug.c:1225
void snd_pcm_ioplug_params_reset(snd_pcm_ioplug_t *io)
Reset ioplug parameters.
Definition: pcm_ioplug.c:1139
@ SND_PCM_IOPLUG_HW_BUFFER_BYTES
Definition: pcm_ioplug.h:53
@ SND_PCM_IOPLUG_HW_PERIODS
Definition: pcm_ioplug.h:54
@ SND_PCM_IOPLUG_HW_RATE
Definition: pcm_ioplug.h:51
@ SND_PCM_IOPLUG_HW_CHANNELS
Definition: pcm_ioplug.h:50
@ SND_PCM_IOPLUG_HW_FORMAT
Definition: pcm_ioplug.h:49
@ SND_PCM_IOPLUG_HW_PERIOD_BYTES
Definition: pcm_ioplug.h:52
@ SND_PCM_IOPLUG_HW_PARAMS
Definition: pcm_ioplug.h:55
@ SND_PCM_IOPLUG_HW_ACCESS
Definition: pcm_ioplug.h:48
snd_pcm_state_t
Definition: pcm.h:303
struct _snd_pcm_hw_params snd_pcm_hw_params_t
Definition: pcm.h:68
snd_pcm_access_t
Definition: pcm.h:114
long snd_pcm_sframes_t
Definition: pcm.h:402
struct _snd_pcm_sw_params snd_pcm_sw_params_t
Definition: pcm.h:71
struct _snd_pcm snd_pcm_t
Definition: pcm.h:422
snd_pcm_format_t
Definition: pcm.h:129
unsigned long snd_pcm_uframes_t
Definition: pcm.h:400
snd_pcm_stream_t
Definition: pcm.h:105
Definition: pcm_ioplug.h:132
int(* prepare)(snd_pcm_ioplug_t *io)
Definition: pcm_ioplug.h:174
int(* resume)(snd_pcm_ioplug_t *io)
Definition: pcm_ioplug.h:186
int(* close)(snd_pcm_ioplug_t *io)
Definition: pcm_ioplug.h:158
snd_pcm_sframes_t(* pointer)(snd_pcm_ioplug_t *io)
Definition: pcm_ioplug.h:147
int(* delay)(snd_pcm_ioplug_t *io, snd_pcm_sframes_t *delayp)
Definition: pcm_ioplug.h:206
int(* hw_params)(snd_pcm_ioplug_t *io, snd_pcm_hw_params_t *params)
Definition: pcm_ioplug.h:162
int(* drain)(snd_pcm_ioplug_t *io)
Definition: pcm_ioplug.h:178
int(* poll_descriptors_count)(snd_pcm_ioplug_t *io)
Definition: pcm_ioplug.h:190
int(* poll_descriptors)(snd_pcm_ioplug_t *io, struct pollfd *pfd, unsigned int space)
Definition: pcm_ioplug.h:194
int(* pause)(snd_pcm_ioplug_t *io, int enable)
Definition: pcm_ioplug.h:182
int(* start)(snd_pcm_ioplug_t *io)
Definition: pcm_ioplug.h:136
int(* poll_revents)(snd_pcm_ioplug_t *io, struct pollfd *pfd, unsigned int nfds, unsigned short *revents)
Definition: pcm_ioplug.h:198
void(* dump)(snd_pcm_ioplug_t *io, snd_output_t *out)
Definition: pcm_ioplug.h:202
int(* sw_params)(snd_pcm_ioplug_t *io, snd_pcm_sw_params_t *params)
Definition: pcm_ioplug.h:170
int(* set_chmap)(snd_pcm_ioplug_t *io, const snd_pcm_chmap_t *map)
Definition: pcm_ioplug.h:218
int(* hw_free)(snd_pcm_ioplug_t *io)
Definition: pcm_ioplug.h:166
int(* stop)(snd_pcm_ioplug_t *io)
Definition: pcm_ioplug.h:140
snd_pcm_sframes_t(* transfer)(snd_pcm_ioplug_t *io, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size)
Definition: pcm_ioplug.h:151
Definition: pcm_ioplug.h:90
snd_pcm_format_t format
Definition: pcm_ioplug.h:124
const char * name
Definition: pcm_ioplug.h:99
const snd_pcm_ioplug_callback_t * callback
Definition: pcm_ioplug.h:107
int nonblock
Definition: pcm_ioplug.h:121
snd_pcm_uframes_t buffer_size
Definition: pcm_ioplug.h:128
volatile snd_pcm_uframes_t appl_ptr
Definition: pcm_ioplug.h:119
unsigned int version
Definition: pcm_ioplug.h:95
snd_pcm_stream_t stream
Definition: pcm_ioplug.h:117
snd_pcm_t * pcm
Definition: pcm_ioplug.h:115
snd_pcm_state_t state
Definition: pcm_ioplug.h:118
volatile snd_pcm_uframes_t hw_ptr
Definition: pcm_ioplug.h:120
unsigned int poll_events
Definition: pcm_ioplug.h:102
int poll_fd
Definition: pcm_ioplug.h:101
unsigned int rate
Definition: pcm_ioplug.h:126
void * private_data
Definition: pcm_ioplug.h:111
snd_pcm_access_t access
Definition: pcm_ioplug.h:123
unsigned int channels
Definition: pcm_ioplug.h:125
unsigned int mmap_rw
Definition: pcm_ioplug.h:103
snd_pcm_uframes_t period_size
Definition: pcm_ioplug.h:127
unsigned int flags
Definition: pcm_ioplug.h:100
uint8_t type
Definition: ump_msg.h:1