Home
last modified time | relevance | path

Searched defs:hda_codec_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/sound/pci/hda/
Dhda_codec.h113 struct hda_codec_ops { struct
114 int (*build_controls)(struct hda_codec *codec);
115 int (*build_pcms)(struct hda_codec *codec);
116 int (*init)(struct hda_codec *codec);
117 void (*free)(struct hda_codec *codec);
118 void (*unsol_event)(struct hda_codec *codec, unsigned int res);
119 void (*set_power_state)(struct hda_codec *codec, hda_nid_t fg,
122 int (*suspend)(struct hda_codec *codec);
123 int (*resume)(struct hda_codec *codec);
124 int (*check_power_status)(struct hda_codec *codec, hda_nid_t nid);
[all …]