Lines Matching defs:pcm
107 struct snd_pcm *pcm;
865 struct snd_pcm *pcm;
871 rc = snd_pcm_new(sis->card, "SiS7019", 0, 64, 1, &pcm);
875 pcm->private_data = sis;
876 strcpy(pcm->name, "SiS7019");
877 sis->pcm = pcm;
879 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &sis_playback_ops);
880 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &sis_capture_ops);
885 snd_pcm_set_managed_buffer_all(pcm, SNDRV_DMA_TYPE_DEV,