Searched defs:snd_soc_pcm_runtime (Results 1 – 1 of 1) sorted by relevance
1131 struct snd_soc_pcm_runtime { struct1132 struct device *dev;1133 struct snd_soc_card *card;1134 struct snd_soc_dai_link *dai_link;1135 struct mutex pcm_mutex;1136 enum snd_soc_pcm_subclass pcm_subclass;1137 struct snd_pcm_ops ops;1139 unsigned int dev_registered:1;1142 struct snd_soc_dpcm_runtime dpcm[2];1143 int fe_compr;[all …]