Linux Kernel
3.7.1
|
#include <soc-dapm.h>
Data Fields | |
int | n_widgets |
enum snd_soc_bias_level | bias_level |
enum snd_soc_bias_level | suspend_bias_level |
struct delayed_work | delayed_work |
unsigned int | idle_bias_off:1 |
struct snd_soc_dapm_update * | update |
void(* | seq_notifier )(struct snd_soc_dapm_context *, enum snd_soc_dapm_type, int) |
struct device * | dev |
struct snd_soc_codec * | codec |
struct snd_soc_platform * | platform |
struct snd_soc_card * | card |
enum snd_soc_bias_level | target_bias_level |
struct list_head | list |
int(* | stream_event )(struct snd_soc_dapm_context *dapm, int event) |
Definition at line 567 of file soc-dapm.h.
enum snd_soc_bias_level bias_level |
Definition at line 569 of file soc-dapm.h.
struct snd_soc_card* card |
Definition at line 582 of file soc-dapm.h.
struct snd_soc_codec* codec |
Definition at line 580 of file soc-dapm.h.
Definition at line 571 of file soc-dapm.h.
Definition at line 579 of file soc-dapm.h.
unsigned int idle_bias_off |
Definition at line 572 of file soc-dapm.h.
Definition at line 586 of file soc-dapm.h.
int n_widgets |
Definition at line 568 of file soc-dapm.h.
struct snd_soc_platform* platform |
Definition at line 581 of file soc-dapm.h.
void(* seq_notifier)(struct snd_soc_dapm_context *, enum snd_soc_dapm_type, int) |
Definition at line 576 of file soc-dapm.h.
int(* stream_event)(struct snd_soc_dapm_context *dapm, int event) |
Definition at line 588 of file soc-dapm.h.
enum snd_soc_bias_level suspend_bias_level |
Definition at line 570 of file soc-dapm.h.
enum snd_soc_bias_level target_bias_level |
Definition at line 585 of file soc-dapm.h.
struct snd_soc_dapm_update* update |
Definition at line 574 of file soc-dapm.h.