Ignore:
Timestamp:
Sep 26, 2021, 6:18:40 PM (4 years ago)
Author:
David Azarewicz
Message:

Merge changes from next branch.

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/alsa-kernel/include/sound/hdmi-codec.h

    r695 r703  
    6666        /*
    6767         * Configures HDMI-encoder for audio stream.
    68          * Mandatory
     68         * Having either prepare or hw_params is mandatory.
    6969         */
    7070        int (*hw_params)(struct device *dev, void *data,
    7171                         struct hdmi_codec_daifmt *fmt,
    7272                         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);
    7383
    7484        /*
Note: See TracChangeset for help on using the changeset viewer.