Lines Matching defs:snd_soc_pcm_runtime
1170 struct snd_soc_pcm_runtime { struct
1171 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;
1184 long pmdown_time;
1185 unsigned char pop_wait:1;
1188 struct snd_pcm *pcm;
1189 struct snd_compr *compr;
1190 struct snd_soc_codec *codec;
1191 struct snd_soc_platform *platform;
1192 struct snd_soc_dai *codec_dai;
1193 struct snd_soc_dai *cpu_dai;
1194 struct snd_soc_component *component; /* Only valid for AUX dev rtds */
1196 struct snd_soc_dai **codec_dais;
1197 unsigned int num_codecs;
1199 struct delayed_work delayed_work;
1201 struct dentry *debugfs_dpcm_root;
1202 struct dentry *debugfs_dpcm_state;