Home
last modified time | relevance | path

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

/linux-6.14.4/include/sound/
Dcompress_driver.h69 struct snd_compr_runtime { struct
70 snd_pcm_state_t state;
71 struct snd_compr_ops *ops;
72 void *buffer;
73 u64 buffer_size;
74 u32 fragment_size;
75 u32 fragments;
76 u64 total_bytes_available;
77 u64 total_bytes_transferred;
78 wait_queue_head_t sleep;
[all …]