Searched defs:hdmi_codec_pdata (Results 1 – 1 of 1) sorted by relevance
124 struct hdmi_codec_pdata { struct125 const struct hdmi_codec_ops *ops;126 uint i2s:1;127 uint no_i2s_playback:1;128 uint no_i2s_capture:1;129 uint spdif:1;130 uint no_spdif_playback:1;131 uint no_spdif_capture:1;132 int max_i2s_channels;133 void *data;
Completed in 4 milliseconds