Home
last modified time | relevance | path

Searched refs:HDACodecDevice (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/audio/
H A Dintel-hda.h11 OBJECT_DECLARE_TYPE(HDACodecDevice, HDACodecDeviceClass,
18 typedef void (*hda_codec_response_func)(HDACodecDevice *dev,
20 typedef bool (*hda_codec_xfer_func)(HDACodecDevice *dev,
34 void (*init)(HDACodecDevice *dev, Error **errp);
35 void (*exit)(HDACodecDevice *dev);
36 void (*command)(HDACodecDevice *dev, uint32_t nid, uint32_t data);
37 void (*stream)(HDACodecDevice *dev, uint32_t stnr, bool running, bool output);
40 struct HDACodecDevice { struct
48 HDACodecDevice *hda_codec_find(HDACodecBus *bus, uint32_t cad); argument
50 void hda_codec_response(HDACodecDevice *dev, bool solicited, uint32_t response);
[all …]