Linux Kernel
3.7.1
|
#include <compress_driver.h>
struct snd_compr_runtime: runtime stream description : stream state : pointer to DSP callbacks : pointer to kernel buffer, valid only when not in mmap mode or DSP doesn't implement copy : size of the above buffer : size of buffer fragment in bytes : number of such fragments : offset of last location in buffer where DSP copied data : offset of last location in buffer where app wrote data : cumulative number of bytes made available in the ring buffer : cumulative bytes transferred by offload DSP : poll sleep
Definition at line 52 of file compress_driver.h.
u64 app_pointer |
Definition at line 60 of file compress_driver.h.
Definition at line 55 of file compress_driver.h.
u64 buffer_size |
Definition at line 56 of file compress_driver.h.
u32 fragment_size |
Definition at line 57 of file compress_driver.h.
u32 fragments |
Definition at line 58 of file compress_driver.h.
u64 hw_pointer |
Definition at line 59 of file compress_driver.h.
struct snd_compr_ops* ops |
Definition at line 54 of file compress_driver.h.
void* private_data |
Definition at line 64 of file compress_driver.h.
wait_queue_head_t sleep |
Definition at line 63 of file compress_driver.h.
Definition at line 53 of file compress_driver.h.
u64 total_bytes_available |
Definition at line 61 of file compress_driver.h.
u64 total_bytes_transferred |
Definition at line 62 of file compress_driver.h.