Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
A Dsof-audio.h115 struct sof_ipc_comp_ext comp_ext; member
A Dsof-audio.c185 memcpy((u8 *)comp + sizeof(struct sof_ipc_comp_dai), &swidget->comp_ext, in sof_widget_setup()
186 sizeof(swidget->comp_ext)); in sof_widget_setup()
A Dtopology.c1493 if (memcmp(&swidget->comp_ext, nil_uuid, SOF_UUID_SIZE)) in sof_comp_alloc()
1494 total_size += sizeof(swidget->comp_ext); in sof_comp_alloc()
1510 memcpy((u8 *)comp + *ipc_size, &swidget->comp_ext, sizeof(swidget->comp_ext)); in sof_comp_alloc()
1511 comp->ext_data_length = sizeof(swidget->comp_ext); in sof_comp_alloc()
2366 ret = sof_parse_tokens(scomp, &swidget->comp_ext, comp_ext_tokens, in sof_widget_ready()

Completed in 18 milliseconds