Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/sound/
H A Dsoc-dpcm.h92 struct list_head be_clients; member
110 list_for_each_entry(_dpcm, &(fe)->dpcm[stream].be_clients, list_be)
112 list_for_each_entry_safe(_dpcm, __dpcm, &(fe)->dpcm[stream].be_clients, list_be)
114 list_for_each_entry_continue_reverse(_dpcm, &(fe)->dpcm[stream].be_clients, list_be)
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-pcm.c90 if (list_empty(&fe->dpcm[stream].be_clients)) { in dpcm_show_state()
1133 list_add(&dpcm->list_be, &fe->dpcm[stream].be_clients); in dpcm_be_connect()
2372 if (list_empty(&fe->dpcm[stream].be_clients)) { in dpcm_fe_dai_prepare()
H A Dsoc-core.c472 INIT_LIST_HEAD(&rtd->dpcm[stream].be_clients); in soc_new_pcm_runtime()