Lines Matching defs:pcm
133 #include <sound/pcm.h>
1048 struct snd_pcm *pcm; /* has one pcm */
5450 pcm interface
6391 struct snd_pcm *pcm;
6394 pcm = hdspm->pcm;
6398 snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV_SG,
6423 struct snd_pcm *pcm;
6426 err = snd_pcm_new(card, hdspm->card_name, 0, 1, 1, &pcm);
6430 hdspm->pcm = pcm;
6431 pcm->private_data = hdspm;
6432 strcpy(pcm->name, hdspm->card_name);
6434 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK,
6436 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE,
6439 pcm->info_flags = SNDRV_PCM_INFO_JOINT_DUPLEX;