Home
last modified time | relevance | path

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

/Linux-v6.1/include/sound/
Dsoc-dpcm.h93 struct list_head fe_clients; member
111 list_for_each_entry(_dpcm, &(be)->dpcm[stream].fe_clients, list_fe)
/Linux-v6.1/sound/soc/
Dsoc-core.c463 INIT_LIST_HEAD(&rtd->dpcm[stream].fe_clients); in soc_new_pcm_runtime()
Dsoc-pcm.c1226 list_add(&dpcm->list_fe, &be->dpcm[stream].fe_clients); in dpcm_be_connect()