Home
last modified time | relevance | path

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

/linux/sound/pci/ctxfi/
A Dctatc.c326 if (apcm->srcimps) { in atc_pcm_release_resources()
331 apcm->srcimps[i] = NULL; in atc_pcm_release_resources()
333 kfree(apcm->srcimps); in atc_pcm_release_resources()
334 apcm->srcimps = NULL; in atc_pcm_release_resources()
554 if (!apcm->srcimps) { in atc_pcm_capture_get_resources()
616 apcm->srcimps[i] = srcimp; in atc_pcm_capture_get_resources()
1197 if (atc->srcimps) { in atc_release_resources()
1204 kfree(atc->srcimps); in atc_release_resources()
1205 atc->srcimps = NULL; in atc_release_resources()
1386 if (!atc->srcimps) in atc_get_resources()
[all …]
A Dctatc.h64 void **srcimps; /* SRC Input Mappers */ member
134 void **srcimps; /* input mappers for SRCs */ member

Completed in 18 milliseconds