Searched defs:hda_codec_ops (Results 1 – 1 of 1) sorted by relevance
138 struct hda_codec_ops { struct139 int (*build_controls)(struct hda_codec *codec);140 int (*build_pcms)(struct hda_codec *codec);141 int (*init)(struct hda_codec *codec);142 void (*free)(struct hda_codec *codec);143 void (*unsol_event)(struct hda_codec *codec, unsigned int res);144 void (*set_power_state)(struct hda_codec *codec, hda_nid_t fg,147 int (*suspend)(struct hda_codec *codec);148 int (*resume)(struct hda_codec *codec);149 int (*check_power_status)(struct hda_codec *codec, hda_nid_t nid);[all …]