Lines Matching defs:snd_soc_pcm_runtime
1119 struct snd_soc_pcm_runtime { struct
1120 struct device *dev;
1121 struct snd_soc_card *card;
1122 struct snd_soc_dai_link *dai_link;
1123 struct mutex pcm_mutex;
1124 enum snd_soc_pcm_subclass pcm_subclass;
1125 struct snd_pcm_ops ops;
1128 struct snd_soc_dpcm_runtime dpcm[2];
1129 int fe_compr;
1131 long pmdown_time;
1134 struct snd_pcm *pcm;
1135 struct snd_compr *compr;
1136 struct snd_soc_dai *codec_dai;
1137 struct snd_soc_dai *cpu_dai;
1139 struct snd_soc_dai **codec_dais;
1140 unsigned int num_codecs;
1142 struct delayed_work delayed_work;
1144 struct dentry *debugfs_dpcm_root;
1147 unsigned int num; /* 0-based and monotonic increasing */
1148 struct list_head list; /* rtd list of the soc card */
1149 struct list_head component_list; /* list of connected components */
1152 unsigned int dev_registered:1;
1153 unsigned int pop_wait:1;