Searched defs:snd_soc_dpcm_runtime (Results 1 – 1 of 1) sorted by relevance
88 struct snd_soc_dpcm_runtime { struct89 struct list_head be_clients;90 struct list_head fe_clients;92 int users;93 struct snd_pcm_hw_params hw_params;96 enum snd_soc_dpcm_update runtime_update;97 enum snd_soc_dpcm_state state;122 int snd_soc_dpcm_runtime_update(struct snd_soc_card *card); argument