Searched refs:pdacf (Results 1 – 2 of 2) sorted by relevance
71 static int snd_pdacf_free(struct snd_pdacf *pdacf) in snd_pdacf_free() argument73 struct pcmcia_device *link = pdacf->p_dev; in snd_pdacf_free()77 card_list[pdacf->index] = NULL; in snd_pdacf_free()78 pdacf->card = NULL; in snd_pdacf_free()80 kfree(pdacf); in snd_pdacf_free()96 struct snd_pdacf *pdacf; in snd_pdacf_probe() local123 pdacf = snd_pdacf_create(card); in snd_pdacf_probe()124 if (!pdacf) { in snd_pdacf_probe()129 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pdacf, &ops); in snd_pdacf_probe()131 kfree(pdacf); in snd_pdacf_probe()[all …]
130 int snd_pdacf_ak4117_create(struct snd_pdacf *pdacf);