Home
last modified time | relevance | path

Searched refs:bytes_ctl (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-lib/src/topology/
Dctl.c1131 int tplg_add_bytes(snd_tplg_t *tplg, struct snd_tplg_bytes_template *bytes_ctl, in tplg_add_bytes() argument
1139 tplg_dbg(" Control Bytes: %s", bytes_ctl->hdr.name); in tplg_add_bytes()
1141 if (bytes_ctl->hdr.type != SND_SOC_TPLG_TYPE_BYTES) { in tplg_add_bytes()
1142 SNDERR("invalid bytes type %d", bytes_ctl->hdr.type); in tplg_add_bytes()
1146 elem = tplg_elem_new_common(tplg, NULL, bytes_ctl->hdr.name, in tplg_add_bytes()
1153 ret = init_ctl_hdr(tplg, elem, &be->hdr, &bytes_ctl->hdr); in tplg_add_bytes()
1159 be->max = bytes_ctl->max; in tplg_add_bytes()
1160 be->mask = bytes_ctl->mask; in tplg_add_bytes()
1161 be->base = bytes_ctl->base; in tplg_add_bytes()
1162 be->num_regs = bytes_ctl->num_regs; in tplg_add_bytes()
[all …]
Dtplg_local.h354 int tplg_add_bytes(snd_tplg_t *tplg, struct snd_tplg_bytes_template *bytes_ctl,
/third_party/alsa-lib/include/
Dtopology.h1095 struct snd_tplg_bytes_template *bytes_ctl; /*!< Bytes control */ member