Revision dc4b9240 hw/intel-hda.h

b/hw/intel-hda.h
32 32
struct HDACodecDeviceInfo {
33 33
    DeviceInfo qdev;
34 34
    int (*init)(HDACodecDevice *dev);
35
    int (*exit)(HDACodecDevice *dev);
35 36
    void (*command)(HDACodecDevice *dev, uint32_t nid, uint32_t data);
36 37
    void (*stream)(HDACodecDevice *dev, uint32_t stnr, bool running);
37 38
};

Also available in: Unified diff