Searched refs:pcmtst (Results 1 – 1 of 1) sorted by relevance
93 struct pcmtst { struct451 static int snd_pcmtst_free(struct pcmtst *pcmtst) in snd_pcmtst_free() argument453 if (!pcmtst) in snd_pcmtst_free()455 kfree(pcmtst); in snd_pcmtst_free()537 static int snd_pcmtst_new_pcm(struct pcmtst *pcmtst) in snd_pcmtst_new_pcm() argument542 err = snd_pcm_new(pcmtst->card, "PCMTest", 0, PLAYBACK_SUBSTREAM_CNT, in snd_pcmtst_new_pcm()546 pcm->private_data = pcmtst; in snd_pcmtst_new_pcm()548 pcmtst->pcm = pcm; in snd_pcmtst_new_pcm()552 err = snd_pcm_set_managed_buffer_all(pcm, SNDRV_DMA_TYPE_DEV, &pcmtst->pdev->dev, in snd_pcmtst_new_pcm()558 struct pcmtst **r_pcmtst) in snd_pcmtst_create()[all …]