Ignore:
Timestamp:
Aug 21, 2021, 3:35:34 AM (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

    r679 r695  
    3535        unsigned int bit_clk_master:1;
    3636        unsigned int frame_clk_master:1;
     37        /* bit_fmt could be standard PCM format or
     38         * IEC958 encoded format. ALSA IEC958 plugin will pass
     39         * IEC958_SUBFRAME format to the underneath driver.
     40         */
     41        snd_pcm_format_t bit_fmt;
    3742};
    3843
Note: See TracChangeset for help on using the changeset viewer.