other versions
- stretch 4.9.168-1
 
| STRUCT SND_COMPR_CAP(9) | Compress Offload | STRUCT SND_COMPR_CAP(9) | 
NAME¶
struct_snd_compr_caps - caps descriptorSYNOPSIS¶
struct snd_compr_caps {
  __u32 num_codecs;
  __u32 direction;
  __u32 min_fragment_size;
  __u32 max_fragment_size;
  __u32 min_fragments;
  __u32 max_fragments;
  __u32 codecs[MAX_NUM_CODECS];
  __u32 reserved[11];
};  
MEMBERS¶
num_codecsnumber of codecs supported
direction
direction supported. Of type snd_compr_direction
min_fragment_size
minimum fragment supported by DSP
max_fragment_size
maximum fragment supported by DSP
min_fragments
min fragments supported by DSP
max_fragments
max fragments supported by DSP
codecs[MAX_NUM_CODECS]
pointer to array of codecs
reserved[11]
reserved field
COPYRIGHT¶
| April 2019 | Kernel Hackers Manual 4.9. |