Searched refs:ext_ops (Results 1 – 4 of 4) sorted by relevance
186 be->ext_ops.info = ival; in tplg_parse_ext_ops()188 be->ext_ops.put = ival; in tplg_parse_ext_ops()190 be->ext_ops.get = ival; in tplg_parse_ext_ops()206 if (be->ext_ops.info + be->ext_ops.get + be->ext_ops.put == 0) in tplg_save_ext_ops()209 if (err >= 0 && be->ext_ops.info > 0) { in tplg_save_ext_ops()210 s = tplg_ops_name(be->ext_ops.info); in tplg_save_ext_ops()213 be->ext_ops.info); in tplg_save_ext_ops()217 if (err >= 0 && be->ext_ops.get > 0) { in tplg_save_ext_ops()218 s = tplg_ops_name(be->ext_ops.get); in tplg_save_ext_ops()221 be->ext_ops.get); in tplg_save_ext_ops()[all …]
1163 be->ext_ops.put = bytes_ctl->ext_ops.put; in tplg_add_bytes()1164 be->ext_ops.get = bytes_ctl->ext_ops.get; in tplg_add_bytes()1470 bt->ext_ops.get = bc->ext_ops.get; in tplg_decode_control_bytes1()1471 bt->ext_ops.put = bc->ext_ops.put; in tplg_decode_control_bytes1()1472 bt->ext_ops.info = bc->ext_ops.info; in tplg_decode_control_bytes1()
929 struct snd_tplg_io_ops_template ext_ops; /*!< ops mapping */ member
447 struct snd_soc_tplg_io_ops ext_ops; member