Commit 3e2c6ef3 authored by Domen Puncer's avatar Domen Puncer Committed by Ralf Baechle

[MIPS] au1xxx: export dbdma functions

These are needed for au1550_ac97 module.
Signed-off-by: default avatarDomen Puncer <domen.puncer@ultra.si>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent c0613894
...@@ -730,6 +730,8 @@ au1xxx_dbdma_get_dest(u32 chanid, void **buf, int *nbytes) ...@@ -730,6 +730,8 @@ au1xxx_dbdma_get_dest(u32 chanid, void **buf, int *nbytes)
return rv; return rv;
} }
EXPORT_SYMBOL_GPL(au1xxx_dbdma_get_dest);
void void
au1xxx_dbdma_stop(u32 chanid) au1xxx_dbdma_stop(u32 chanid)
{ {
...@@ -821,6 +823,8 @@ au1xxx_get_dma_residue(u32 chanid) ...@@ -821,6 +823,8 @@ au1xxx_get_dma_residue(u32 chanid)
return rv; return rv;
} }
EXPORT_SYMBOL_GPL(au1xxx_get_dma_residue);
void void
au1xxx_dbdma_chan_free(u32 chanid) au1xxx_dbdma_chan_free(u32 chanid)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment