hdac_dma_free
hdac_dma_free(sc, &sc->streams[i].bdl);
hdac_dma_free(sc, &sc->rirb_dma);
hdac_dma_free(sc, &sc->corb_dma);
hdac_dma_free(sc, &sc->streams[i].bdl);
hdac_dma_free(sc, &sc->pos_dma);
hdac_dma_free(sc, &sc->rirb_dma);
hdac_dma_free(sc, &sc->corb_dma);
static void hdac_dma_free(struct hdac_softc *, struct hdac_dma *);
hdac_dma_free(sc, dma);