Changeset 703 for GPL/trunk/alsa-kernel/include/sound/hdmi-codec.h
- Timestamp:
- Sep 26, 2021, 6:18:40 PM (4 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-next merged: 696-702
- Property svn:mergeinfo changed
-
GPL/trunk/alsa-kernel/include/sound/hdmi-codec.h
r695 r703 66 66 /* 67 67 * Configures HDMI-encoder for audio stream. 68 * Mandatory68 * Having either prepare or hw_params is mandatory. 69 69 */ 70 70 int (*hw_params)(struct device *dev, void *data, 71 71 struct hdmi_codec_daifmt *fmt, 72 72 struct hdmi_codec_params *hparms); 73 74 /* 75 * Configures HDMI-encoder for audio stream. Can be called 76 * multiple times for each setup. 77 * 78 * Having either prepare or hw_params is mandatory. 79 */ 80 int (*prepare)(struct device *dev, void *data, 81 struct hdmi_codec_daifmt *fmt, 82 struct hdmi_codec_params *hparms); 73 83 74 84 /*
Note:
See TracChangeset
for help on using the changeset viewer.