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

#include <hda_codec.h>

Data Fields

int(* build_controls )(struct hda_codec *codec)
 
int(* build_pcms )(struct hda_codec *codec)
 
int(* init )(struct hda_codec *codec)
 
void(* free )(struct hda_codec *codec)
 
void(* unsol_event )(struct hda_codec *codec, unsigned int res)
 
void(* set_power_state )(struct hda_codec *codec, hda_nid_t fg, unsigned int power_state)
 
void(* reboot_notify )(struct hda_codec *codec)
 

Detailed Description

Definition at line 700 of file hda_codec.h.

Field Documentation

int(* build_controls)(struct hda_codec *codec)

Definition at line 701 of file hda_codec.h.

int(* build_pcms)(struct hda_codec *codec)

Definition at line 702 of file hda_codec.h.

Definition at line 704 of file hda_codec.h.

Definition at line 703 of file hda_codec.h.

void(* reboot_notify)(struct hda_codec *codec)

Definition at line 713 of file hda_codec.h.

void(* set_power_state)(struct hda_codec *codec, hda_nid_t fg, unsigned int power_state)

Definition at line 706 of file hda_codec.h.

void(* unsol_event)(struct hda_codec *codec, unsigned int res)

Definition at line 705 of file hda_codec.h.


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