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()548 static int snd_pcmtst_new_pcm(struct pcmtst *pcmtst) in snd_pcmtst_new_pcm() argument559 pcmtst->pcm = pcm; in snd_pcmtst_new_pcm()571 struct pcmtst *pcmtst; in snd_pcmtst_create() local577 pcmtst = kzalloc(sizeof(*pcmtst), GFP_KERNEL); in snd_pcmtst_create()578 if (!pcmtst) in snd_pcmtst_create()602 struct pcmtst *pcmtst; in pcmtst_probe() local[all …]