Lines Matching defs:pcm
8 #include <sound/pcm.h>
30 static void write_pcm_s32(struct amdtp_stream *s, struct snd_pcm_substream *pcm,
36 struct snd_pcm_runtime *runtime = pcm->runtime;
60 static void read_pcm_s32(struct amdtp_stream *s, struct snd_pcm_substream *pcm,
66 struct snd_pcm_runtime *runtime = pcm->runtime;
118 struct snd_pcm_substream *pcm)
128 if (pcm) {
129 write_pcm_s32(s, pcm, buf, data_blocks, pcm_frames);
142 struct snd_pcm_substream *pcm)
152 if (pcm) {
153 read_pcm_s32(s, pcm, buf, data_blocks, pcm_frames);