Searched defs:hda_bus_ops (Results 1 – 1 of 1) sorted by relevance
44 struct hda_bus_ops { struct46 int (*command)(struct hda_bus *bus, unsigned int cmd);48 unsigned int (*get_response)(struct hda_bus *bus, unsigned int addr);50 void (*private_free)(struct hda_bus *);52 int (*attach_pcm)(struct hda_bus *bus, struct hda_codec *codec,55 void (*bus_reset)(struct hda_bus *bus);58 int (*load_dsp_prepare)(struct hda_bus *bus, unsigned int format,83 struct hda_bus_ops ops; argument