Searched refs:pdacf (Results 1 – 2 of 2) sorted by relevance
58 static int snd_pdacf_free(struct snd_pdacf *pdacf) in snd_pdacf_free() argument60 struct pcmcia_device *link = pdacf->p_dev; in snd_pdacf_free()64 card_list[pdacf->index] = NULL; in snd_pdacf_free()65 pdacf->card = NULL; in snd_pdacf_free()67 kfree(pdacf); in snd_pdacf_free()83 struct snd_pdacf *pdacf; in snd_pdacf_probe() local110 pdacf = snd_pdacf_create(card); in snd_pdacf_probe()111 if (!pdacf) { in snd_pdacf_probe()116 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pdacf, &ops); in snd_pdacf_probe()118 kfree(pdacf); in snd_pdacf_probe()[all …]
117 int snd_pdacf_ak4117_create(struct snd_pdacf *pdacf);