Lines Matching defs:pcm
133 #include <sound/pcm.h>
1049 struct snd_pcm *pcm; /* has one pcm */
5459 pcm interface
6405 struct snd_pcm *pcm;
6408 pcm = hdspm->pcm;
6412 snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV_SG,
6437 struct snd_pcm *pcm;
6440 err = snd_pcm_new(card, hdspm->card_name, 0, 1, 1, &pcm);
6444 hdspm->pcm = pcm;
6445 pcm->private_data = hdspm;
6446 strcpy(pcm->name, hdspm->card_name);
6448 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK,
6450 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE,
6453 pcm->info_flags = SNDRV_PCM_INFO_JOINT_DUPLEX;