Lines Matching defs:pcm
2 // imx-pcm-fiq.c -- ALSA Soc Audio Layer
22 #include <sound/pcm.h>
31 #include "imx-pcm.h"
218 struct snd_pcm *pcm = rtd->pcm;
225 return snd_pcm_set_fixed_buffer_all(pcm, SNDRV_DMA_TYPE_DEV_WC,
226 pcm->card->dev,
235 struct snd_pcm *pcm = rtd->pcm;
243 substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream;
250 substream = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream;
264 struct snd_pcm *pcm)