Home
last modified time | relevance | path

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

/Linux-v5.4/include/sound/
Dsoc-dpcm.h93 struct list_head fe_clients; member
107 list_for_each_entry(dpcm, &(be)->dpcm[stream].fe_clients, list_fe)
/Linux-v5.4/sound/soc/
Dsoc-core.c1449 INIT_LIST_HEAD(&rtd->dpcm[SNDRV_PCM_STREAM_PLAYBACK].fe_clients); in soc_rtd_init()
1450 INIT_LIST_HEAD(&rtd->dpcm[SNDRV_PCM_STREAM_CAPTURE].fe_clients); in soc_rtd_init()
Dsoc-pcm.c1167 list_add(&dpcm->list_fe, &be->dpcm[stream].fe_clients); in dpcm_be_connect()