Searched defs:snd_soc_pcm_runtime (Results 1 – 1 of 1) sorted by relevance
1170 struct snd_soc_pcm_runtime { struct1171 struct device *dev;1172 struct snd_soc_card *card;1173 struct snd_soc_dai_link *dai_link;1174 struct mutex pcm_mutex;1175 enum snd_soc_pcm_subclass pcm_subclass;1176 struct snd_pcm_ops ops;1178 unsigned int dev_registered:1;1181 struct snd_soc_dpcm_runtime dpcm[2];1182 int fe_compr;[all …]