Searched defs:hdmi_audio_infoframe (Results 1 – 1 of 1) sorted by relevance
95679 struct hdmi_audio_infoframe { struct95680 enum hdmi_infoframe_type type;95681 unsigned char version;95682 unsigned char length;95683 unsigned char channels;95684 enum hdmi_audio_coding_type coding_type;95685 enum hdmi_audio_sample_size sample_size;95686 enum hdmi_audio_sample_frequency sample_frequency;95687 enum hdmi_audio_coding_type_ext coding_type_ext;95688 unsigned char channel_allocation;[all …]