Searched refs:pcmtst (Results 1 – 1 of 1) sorted by relevance
94 struct pcmtst { struct452 static int snd_pcmtst_free(struct pcmtst *pcmtst) in snd_pcmtst_free() argument454 if (!pcmtst) in snd_pcmtst_free()456 kfree(pcmtst); in snd_pcmtst_free()549 static int snd_pcmtst_new_pcm(struct pcmtst *pcmtst) in snd_pcmtst_new_pcm() argument554 err = snd_pcm_new(pcmtst->card, "PCMTest", 0, PLAYBACK_SUBSTREAM_CNT, in snd_pcmtst_new_pcm()558 pcm->private_data = pcmtst; in snd_pcmtst_new_pcm()560 pcmtst->pcm = pcm; in snd_pcmtst_new_pcm()564 err = snd_pcm_set_managed_buffer_all(pcm, SNDRV_DMA_TYPE_DEV, &pcmtst->pdev->dev, in snd_pcmtst_new_pcm()570 struct pcmtst **r_pcmtst) in snd_pcmtst_create()[all …]