hdac_dma
struct hdac_dma *, bus_size_t);
static void hdac_dma_free(struct hdac_softc *, struct hdac_dma *);
struct hdac_dma *dma;
dma = (struct hdac_dma *)callback_arg;
hdac_dma_alloc(struct hdac_softc *sc, struct hdac_dma *dma, bus_size_t size)
hdac_dma_free(struct hdac_softc *sc, struct hdac_dma *dma)
struct hdac_dma bdl;
struct hdac_dma corb_dma;
struct hdac_dma rirb_dma;
struct hdac_dma pos_dma;