Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
snd_compr_caps Struct Reference

#include <compress_offload.h>

Data Fields

__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]
 

Detailed Description

struct snd_compr_caps: caps descriptor : pointer to array of codecs : direction supported. Of type snd_compr_direction : minimum fragment supported by DSP : maximum fragment supported by DSP : min fragments supported by DSP : max fragments supported by DSP : number of codecs supported : reserved field

Definition at line 101 of file compress_offload.h.

Field Documentation

Definition at line 108 of file compress_offload.h.

Definition at line 103 of file compress_offload.h.

__u32 max_fragment_size

Definition at line 105 of file compress_offload.h.

__u32 max_fragments

Definition at line 107 of file compress_offload.h.

__u32 min_fragment_size

Definition at line 104 of file compress_offload.h.

__u32 min_fragments

Definition at line 106 of file compress_offload.h.

__u32 num_codecs

Definition at line 102 of file compress_offload.h.

__u32 reserved[11]

Definition at line 109 of file compress_offload.h.


The documentation for this struct was generated from the following file: