Searched defs:hdmi_codec_pdata (Results 1 – 1 of 1) sorted by relevance
121 struct hdmi_codec_pdata { struct122 const struct hdmi_codec_ops *ops;123 u64 i2s_formats;124 uint i2s:1;125 uint no_i2s_playback:1;126 uint no_i2s_capture:1;127 uint spdif:1;128 uint no_spdif_playback:1;129 uint no_spdif_capture:1;130 uint no_capture_mute:1;[all …]