Home
last modified time | relevance | path

Searched refs:ext_ops (Results 1 - 4 of 4) sorted by relevance

/third_party/alsa-lib/src/topology/
H A Dops.c185 be->ext_ops.info = ival; in tplg_parse_ext_ops()
187 be->ext_ops.put = ival; in tplg_parse_ext_ops()
189 be->ext_ops.get = ival; in tplg_parse_ext_ops()
205 if (be->ext_ops.info + be->ext_ops.get + be->ext_ops.put == 0) in tplg_save_ext_ops()
208 if (err >= 0 && be->ext_ops.info > 0) { in tplg_save_ext_ops()
209 s = tplg_ops_name(be->ext_ops.info); in tplg_save_ext_ops()
212 be->ext_ops.info); in tplg_save_ext_ops()
216 if (err >= 0 && be->ext_ops in tplg_save_ext_ops()
[all...]
H A Dctl.c1164 be->ext_ops.put = bytes_ctl->ext_ops.put; in tplg_add_bytes()
1165 be->ext_ops.get = bytes_ctl->ext_ops.get; in tplg_add_bytes()
1471 bt->ext_ops.get = bc->ext_ops.get; in tplg_decode_control_bytes1()
1472 bt->ext_ops.put = bc->ext_ops.put; in tplg_decode_control_bytes1()
1473 bt->ext_ops.info = bc->ext_ops in tplg_decode_control_bytes1()
[all...]
/third_party/alsa-lib/include/
H A Dtopology.h927 struct snd_tplg_io_ops_template ext_ops; /*!< ops mapping */ member
/third_party/alsa-lib/include/sound/uapi/
H A Dasoc.h449 struct snd_soc_tplg_io_ops ext_ops; member

Completed in 6 milliseconds