Linux Kernel
3.7.1
|
Data Fields | |
int(* | pre_action )(struct snd_pcm_substream *substream, int state) |
int(* | do_action )(struct snd_pcm_substream *substream, int state) |
void(* | undo_action )(struct snd_pcm_substream *substream, int state) |
void(* | post_action )(struct snd_pcm_substream *substream, int state) |
Definition at line 702 of file pcm_native.c.
int(* do_action)(struct snd_pcm_substream *substream, int state) |
Definition at line 704 of file pcm_native.c.
void(* post_action)(struct snd_pcm_substream *substream, int state) |
Definition at line 706 of file pcm_native.c.
int(* pre_action)(struct snd_pcm_substream *substream, int state) |
Definition at line 703 of file pcm_native.c.
void(* undo_action)(struct snd_pcm_substream *substream, int state) |
Definition at line 705 of file pcm_native.c.