Home
last modified time | relevance | path

Searched refs:pcmtst (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/sound/drivers/
H A Dpcmtest.c93 struct pcmtst { struct
451 static int snd_pcmtst_free(struct pcmtst *pcmtst) in snd_pcmtst_free() argument
453 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() argument
559 pcmtst->pcm = pcm; in snd_pcmtst_new_pcm()
571 struct pcmtst *pcmtst; in snd_pcmtst_create() local
577 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 …]