Lines Matching defs:snd_soc_pcm_runtime
1131 struct snd_soc_pcm_runtime { struct
1132 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;
1145 long pmdown_time;
1146 unsigned char pop_wait:1;
1149 struct snd_pcm *pcm;
1150 struct snd_compr *compr;
1151 struct snd_soc_codec *codec;
1152 struct snd_soc_platform *platform;
1153 struct snd_soc_dai *codec_dai;
1154 struct snd_soc_dai *cpu_dai;
1155 struct snd_soc_component *component; /* Only valid for AUX dev rtds */
1157 struct snd_soc_dai **codec_dais;
1158 unsigned int num_codecs;
1160 struct delayed_work delayed_work;
1162 struct dentry *debugfs_dpcm_root;
1163 struct dentry *debugfs_dpcm_state;