Linux Kernel
3.7.1
|
#include <hda_auto_parser.h>
Data Fields | |
int | type |
bool | chained |
int | chain_id |
union { | |
struct hda_pintbl * pins | |
struct hda_verb * verbs | |
void(* func )(struct hda_codec *codec, const struct hda_fixup *fix, int action) | |
} | v |
Definition at line 120 of file hda_auto_parser.h.
int chain_id |
Definition at line 123 of file hda_auto_parser.h.
bool chained |
Definition at line 122 of file hda_auto_parser.h.
Definition at line 127 of file hda_auto_parser.h.
struct hda_pintbl* pins |
Definition at line 125 of file hda_auto_parser.h.
Definition at line 121 of file hda_auto_parser.h.
union { ... } v |
Definition at line 126 of file hda_auto_parser.h.