Lines Matching defs:hsw_pcm_data
112 struct hsw_pcm_data { struct
113 int dai_id;
114 struct sst_hsw_stream *stream;
115 struct sst_module_runtime *runtime;
116 struct sst_module_runtime_context context;
117 struct snd_pcm *hsw_pcm;
118 u32 volume[2];
119 struct snd_pcm_substream *substream;
120 struct snd_compr_stream *cstream;
121 unsigned int wpos;
122 struct mutex mutex;
146 struct hsw_pcm_data pcm[HSW_PCM_COUNT][2]; argument