Lines Matching defs:pcm
106 struct snd_pcm *pcm;
864 struct snd_pcm *pcm;
870 rc = snd_pcm_new(sis->card, "SiS7019", 0, 64, 1, &pcm);
874 pcm->private_data = sis;
875 strcpy(pcm->name, "SiS7019");
876 sis->pcm = pcm;
878 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &sis_playback_ops);
879 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &sis_capture_ops);
884 snd_pcm_set_managed_buffer_all(pcm, SNDRV_DMA_TYPE_DEV,