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

#include <sst_platform.h>

Data Fields

const charname
 
int(* open )(struct snd_sst_params *str_params, struct sst_compress_cb *cb)
 
int(* control )(unsigned int cmd, unsigned int str_id)
 
int(* tstamp )(unsigned int str_id, struct snd_compr_tstamp *tstamp)
 
int(* ack )(unsigned int str_id, unsigned long bytes)
 
int(* close )(unsigned int str_id)
 
int(* get_caps )(struct snd_compr_caps *caps)
 
int(* get_codec_caps )(struct snd_compr_codec_caps *codec)
 

Detailed Description

Definition at line 117 of file sst_platform.h.

Field Documentation

int(* ack)(unsigned int str_id, unsigned long bytes)

Definition at line 123 of file sst_platform.h.

int(* close)(unsigned int str_id)

Definition at line 124 of file sst_platform.h.

int(* control)(unsigned int cmd, unsigned int str_id)

Definition at line 121 of file sst_platform.h.

int(* get_caps)(struct snd_compr_caps *caps)

Definition at line 125 of file sst_platform.h.

int(* get_codec_caps)(struct snd_compr_codec_caps *codec)

Definition at line 126 of file sst_platform.h.

const char* name

Definition at line 118 of file sst_platform.h.

Definition at line 119 of file sst_platform.h.

int(* tstamp)(unsigned int str_id, struct snd_compr_tstamp *tstamp)

Definition at line 122 of file sst_platform.h.


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