Searched refs:pcd (Results 1 – 1 of 1) sorted by relevance
134 static void au1x_pcm_dbdma_free(struct au1xpsc_audio_dmadata *pcd) in au1x_pcm_dbdma_free() argument136 if (pcd->ddma_chan) { in au1x_pcm_dbdma_free()137 au1xxx_dbdma_stop(pcd->ddma_chan); in au1x_pcm_dbdma_free()138 au1xxx_dbdma_reset(pcd->ddma_chan); in au1x_pcm_dbdma_free()139 au1xxx_dbdma_chan_free(pcd->ddma_chan); in au1x_pcm_dbdma_free()140 pcd->ddma_chan = 0; in au1x_pcm_dbdma_free()141 pcd->msbits = 0; in au1x_pcm_dbdma_free()150 static int au1x_pcm_dbdma_realloc(struct au1xpsc_audio_dmadata *pcd, in au1x_pcm_dbdma_realloc() argument158 if ((pcd->ddma_chan) && (msbits == pcd->msbits)) in au1x_pcm_dbdma_realloc()161 au1x_pcm_dbdma_free(pcd); in au1x_pcm_dbdma_realloc()[all …]