Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dintel-hda.h31 struct HDACodecDeviceClass { struct
32 DeviceClass parent_class;
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);