Searched defs:snd_soc_pcm_runtime (Results 1 – 1 of 1) sorted by relevance
849 struct snd_soc_pcm_runtime { struct850 struct device *dev;851 struct snd_soc_card *card;852 struct snd_soc_dai_link *dai_link;853 struct mutex pcm_mutex;854 enum snd_soc_pcm_subclass pcm_subclass;855 struct snd_pcm_ops ops;857 unsigned int complete:1;858 unsigned int dev_registered:1;860 long pmdown_time;[all …]