Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dhda_codec.h108 struct hda_codec_ops { struct
109 int (*probe)(struct hda_codec *codec, const struct hda_device_id *id);
110 void (*remove)(struct hda_codec *codec);
111 int (*build_controls)(struct hda_codec *codec);
112 int (*build_pcms)(struct hda_codec *codec);
113 int (*init)(struct hda_codec *codec);
114 void (*unsol_event)(struct hda_codec *codec, unsigned int res);
115 void (*set_power_state)(struct hda_codec *codec, hda_nid_t fg,
117 int (*suspend)(struct hda_codec *codec);
118 int (*resume)(struct hda_codec *codec);
[all …]