Home
last modified time | relevance | path

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

/Linux-v5.4/include/sound/
Dhdmi-codec.h54 struct hdmi_codec_ops { struct
59 int (*audio_startup)(struct device *dev, void *data);
65 int (*hw_params)(struct device *dev, void *data,
73 void (*audio_shutdown)(struct device *dev, void *data);
79 int (*digital_mute)(struct device *dev, void *data, bool enable);
106 const struct hdmi_codec_ops *ops; argument