Linux Kernel
3.7.1
|
#include <pcm-indirect.h>
Data Fields | |
unsigned int | hw_buffer_size |
unsigned int | hw_queue_size |
unsigned int | hw_data |
unsigned int | hw_io |
int | hw_ready |
unsigned int | sw_buffer_size |
unsigned int | sw_data |
unsigned int | sw_io |
int | sw_ready |
snd_pcm_uframes_t | appl_ptr |
Definition at line 27 of file pcm-indirect.h.
snd_pcm_uframes_t appl_ptr |
Definition at line 37 of file pcm-indirect.h.
unsigned int hw_buffer_size |
Definition at line 28 of file pcm-indirect.h.
Definition at line 30 of file pcm-indirect.h.
unsigned int hw_io |
Definition at line 31 of file pcm-indirect.h.
unsigned int hw_queue_size |
Definition at line 29 of file pcm-indirect.h.
int hw_ready |
Definition at line 32 of file pcm-indirect.h.
unsigned int sw_buffer_size |
Definition at line 33 of file pcm-indirect.h.
unsigned int sw_data |
Definition at line 34 of file pcm-indirect.h.
unsigned int sw_io |
Definition at line 35 of file pcm-indirect.h.
int sw_ready |
Definition at line 36 of file pcm-indirect.h.