Searched defs:hdmi_codec_pdata (Results 1 – 1 of 1) sorted by relevance
123 struct hdmi_codec_pdata { struct124 const struct hdmi_codec_ops *ops;125 uint i2s:1;126 uint no_i2s_playback:1;127 uint no_i2s_capture:1;128 uint spdif:1;129 uint no_spdif_playback:1;130 uint no_spdif_capture:1;131 int max_i2s_channels;132 void *data;