Searched refs:bytes_ctl (Results 1 - 3 of 3) sorted by relevance
/third_party/alsa-lib/src/topology/ |
H A D | ctl.c | 1132 int tplg_add_bytes(snd_tplg_t *tplg, struct snd_tplg_bytes_template *bytes_ctl, in tplg_add_bytes() argument 1140 tplg_dbg(" Control Bytes: %s", bytes_ctl->hdr.name); in tplg_add_bytes() 1142 if (bytes_ctl->hdr.type != SND_SOC_TPLG_TYPE_BYTES) { in tplg_add_bytes() 1143 SNDERR("invalid bytes type %d", bytes_ctl->hdr.type); in tplg_add_bytes() 1147 elem = tplg_elem_new_common(tplg, NULL, bytes_ctl->hdr.name, in tplg_add_bytes() 1154 ret = init_ctl_hdr(tplg, elem, &be->hdr, &bytes_ctl->hdr); in tplg_add_bytes() 1160 be->max = bytes_ctl->max; in tplg_add_bytes() 1161 be->mask = bytes_ctl->mask; in tplg_add_bytes() 1162 be->base = bytes_ctl->base; in tplg_add_bytes() 1163 be->num_regs = bytes_ctl in tplg_add_bytes() [all...] |
H A D | tplg_local.h | 355 int tplg_add_bytes(snd_tplg_t *tplg, struct snd_tplg_bytes_template *bytes_ctl,
|
/third_party/alsa-lib/include/ |
H A D | topology.h | 1093 struct snd_tplg_bytes_template *bytes_ctl; /*!< Bytes control */ member
|
Completed in 5 milliseconds