Home
last modified time | relevance | path

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

/u-boot/include/
A Dsound.h55 struct sound_ops { struct
59 int (*setup)(struct udevice *dev);
69 int (*play)(struct udevice *dev, void *data, uint data_size);
81 int (*stop_play)(struct udevice *dev);
106 #define sound_get_ops(dev) ((struct sound_ops *)(dev)->driver->ops) argument

Completed in 5 milliseconds