struct hdmi_codec_pdata; struct hdmi_codec_ops { /* * Called when ASoC starts an audio stream setup. * Optional
*/ int (*audio_startup)(struct device *dev, void *data);
/* * Configures HDMI-encoder for audio stream. * Having either prepare or hw_params is mandatory.
*/ int (*hw_params)(struct device *dev, void *data, struct hdmi_codec_daifmt *fmt, struct hdmi_codec_params *hparms);
/* * Configures HDMI-encoder for audio stream. Can be called * multiple times for each setup. * * Having either prepare or hw_params is mandatory.
*/ int (*prepare)(struct device *dev, void *data, struct hdmi_codec_daifmt *fmt, struct hdmi_codec_params *hparms);
/* * Shuts down the audio stream. * Mandatory
*/ void (*audio_shutdown)(struct device *dev, void *data);
/* * Mute/unmute HDMI audio stream. * Optional
*/ int (*mute_stream)(struct device *dev, void *data, bool enable, int direction);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.