Lines Matching defs:pcm
148 static void write_pcm_s32(struct amdtp_stream *s, struct snd_pcm_substream *pcm,
154 struct snd_pcm_runtime *runtime = pcm->runtime;
179 static void read_pcm_s32(struct amdtp_stream *s, struct snd_pcm_substream *pcm,
185 struct snd_pcm_runtime *runtime = pcm->runtime;
348 unsigned int count, struct snd_pcm_substream *pcm)
358 if (pcm) {
359 write_pcm_s32(s, pcm, buf, data_blocks, pcm_frames);
375 unsigned int count, struct snd_pcm_substream *pcm)
385 if (pcm) {
386 read_pcm_s32(s, pcm, buf, data_blocks, pcm_frames);