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

#include <soc.h>

Data Fields

int(* startup )(struct snd_pcm_substream *)
 
void(* shutdown )(struct snd_pcm_substream *)
 
int(* hw_params )(struct snd_pcm_substream *, struct snd_pcm_hw_params *)
 
int(* hw_free )(struct snd_pcm_substream *)
 
int(* prepare )(struct snd_pcm_substream *)
 
int(* trigger )(struct snd_pcm_substream *, int)
 

Detailed Description

Definition at line 630 of file soc.h.

Field Documentation

int(* hw_free)(struct snd_pcm_substream *)

Definition at line 634 of file soc.h.

Definition at line 633 of file soc.h.

int(* prepare)(struct snd_pcm_substream *)

Definition at line 635 of file soc.h.

void(* shutdown)(struct snd_pcm_substream *)

Definition at line 632 of file soc.h.

int(* startup)(struct snd_pcm_substream *)

Definition at line 631 of file soc.h.

int(* trigger)(struct snd_pcm_substream *, int)

Definition at line 636 of file soc.h.


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