Lines Matching defs:pcm
8 #include <sound/pcm.h>
35 static void write_pcm_s32(struct amdtp_stream *s, struct snd_pcm_substream *pcm,
41 struct snd_pcm_runtime *runtime = pcm->runtime;
65 static void read_pcm_s32(struct amdtp_stream *s, struct snd_pcm_substream *pcm,
71 struct snd_pcm_runtime *runtime = pcm->runtime;
182 struct snd_pcm_substream *pcm)
192 if (pcm) {
193 read_pcm_s32(s, pcm, buf, data_blocks, pcm_frames);
206 struct snd_pcm_substream *pcm)
216 if (pcm) {
217 write_pcm_s32(s, pcm, buf, data_blocks, pcm_frames);