Searched refs:pdacf (Results 1 – 2 of 2) sorted by relevance
57 static int snd_pdacf_free(struct snd_pdacf *pdacf) in snd_pdacf_free() argument59 struct pcmcia_device *link = pdacf->p_dev; in snd_pdacf_free()63 card_list[pdacf->index] = NULL; in snd_pdacf_free()64 pdacf->card = NULL; in snd_pdacf_free()66 kfree(pdacf); in snd_pdacf_free()82 struct snd_pdacf *pdacf; in snd_pdacf_probe() local109 pdacf = snd_pdacf_create(card); in snd_pdacf_probe()110 if (!pdacf) { in snd_pdacf_probe()115 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pdacf, &ops); in snd_pdacf_probe()117 kfree(pdacf); in snd_pdacf_probe()[all …]
117 int snd_pdacf_ak4117_create(struct snd_pdacf *pdacf);