Home
last modified time | relevance | path

Searched defs:snd_compr_runtime (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/include/sound/
Dcompress_driver.h41 struct snd_compr_runtime { struct
42 snd_pcm_state_t state;
43 struct snd_compr_ops *ops;
44 void *buffer;
45 u64 buffer_size;
46 u32 fragment_size;
47 u32 fragments;
48 u64 total_bytes_available;
49 u64 total_bytes_transferred;
50 wait_queue_head_t sleep;
[all …]