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

#include <soc.h>

Data Fields

const charname
 
enum snd_soc_compress_type id
 
int(* init )(struct snd_soc_codec *codec)
 
int(* exit )(struct snd_soc_codec *codec)
 
int(* read )(struct snd_soc_codec *codec, unsigned int reg, unsigned int *value)
 
int(* write )(struct snd_soc_codec *codec, unsigned int reg, unsigned int value)
 
int(* sync )(struct snd_soc_codec *codec)
 

Detailed Description

Definition at line 647 of file soc.h.

Field Documentation

Definition at line 651 of file soc.h.

Definition at line 649 of file soc.h.

Definition at line 650 of file soc.h.

const char* name

Definition at line 648 of file soc.h.

int(* read)(struct snd_soc_codec *codec, unsigned int reg, unsigned int *value)

Definition at line 652 of file soc.h.

Definition at line 656 of file soc.h.

int(* write)(struct snd_soc_codec *codec, unsigned int reg, unsigned int value)

Definition at line 654 of file soc.h.


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