Linux Kernel
3.7.1
|
#include <soc-dapm.h>
Data Fields | |
const char * | name |
const char * | long_name |
struct snd_soc_dapm_widget * | source |
struct snd_soc_dapm_widget * | sink |
struct snd_kcontrol * | kcontrol |
u32 | connect:1 |
u32 | walked:1 |
u32 | weak:1 |
int(* | connected )(struct snd_soc_dapm_widget *source, struct snd_soc_dapm_widget *sink) |
struct list_head | list_source |
struct list_head | list_sink |
struct list_head | list |
Definition at line 479 of file soc-dapm.h.
u32 connect |
Definition at line 489 of file soc-dapm.h.
int(* connected)(struct snd_soc_dapm_widget *source, struct snd_soc_dapm_widget *sink) |
Definition at line 493 of file soc-dapm.h.
struct snd_kcontrol* kcontrol |
Definition at line 486 of file soc-dapm.h.
Definition at line 498 of file soc-dapm.h.
Definition at line 497 of file soc-dapm.h.
Definition at line 496 of file soc-dapm.h.
Definition at line 481 of file soc-dapm.h.
Definition at line 480 of file soc-dapm.h.
struct snd_soc_dapm_widget* sink |
Definition at line 485 of file soc-dapm.h.
struct snd_soc_dapm_widget* source |
Definition at line 484 of file soc-dapm.h.
u32 walked |
Definition at line 490 of file soc-dapm.h.
u32 weak |
Definition at line 491 of file soc-dapm.h.