Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dhda_codec.h104 struct hda_codec_ops { struct
105 int (*build_controls)(struct hda_codec *codec);
106 int (*build_pcms)(struct hda_codec *codec);
107 int (*init)(struct hda_codec *codec);
108 void (*free)(struct hda_codec *codec);
109 void (*unsol_event)(struct hda_codec *codec, unsigned int res);
110 void (*set_power_state)(struct hda_codec *codec, hda_nid_t fg,
113 int (*suspend)(struct hda_codec *codec);
114 int (*resume)(struct hda_codec *codec);
115 int (*check_power_status)(struct hda_codec *codec, hda_nid_t nid);
[all …]
/openbmc/u-boot/drivers/sound/
H A Dhda_codec.c529 static const struct sound_ops hda_codec_ops = { variable