Searched defs:hdmi_codec_pdata (Results 1 – 2 of 2) 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;
109 struct hdmi_codec_pdata { struct110 const struct hdmi_codec_ops *ops;111 uint i2s:1;112 uint spdif:1;113 int max_i2s_channels;114 void *data;