| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | Re: [patch 5/8] au1xxx: export dbdma functions |
| From: | Domen Puncer <domen@coderock.org> |
| Date: | Fri, 23 Jun 2006 15:52:02 +0200 |
| Cc: | Domen Puncer <domen.puncer@ultra.si>, linux-mips@linux-mips.org |
| In-reply-to: | <20060623103343.GE5896@linux-mips.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20060623095703.GA30980@domen.ultra.si> <20060623100021.GE31017@domen.ultra.si> <20060623103343.GE5896@linux-mips.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.4.2.1i |
These are needed for au1550_ac97 module.
Signed-off-by: Domen Puncer <domen.puncer@ultra.si>
Index: linux-mailed/arch/mips/au1000/common/dbdma.c
===================================================================
--- linux-mailed.orig/arch/mips/au1000/common/dbdma.c
+++ linux-mailed/arch/mips/au1000/common/dbdma.c
@@ -730,6 +730,8 @@ au1xxx_dbdma_get_dest(u32 chanid, void *
return rv;
}
+EXPORT_SYMBOL_GPL(au1xxx_dbdma_get_dest);
+
void
au1xxx_dbdma_stop(u32 chanid)
{
@@ -821,6 +823,8 @@ au1xxx_get_dma_residue(u32 chanid)
return rv;
}
+EXPORT_SYMBOL_GPL(au1xxx_get_dma_residue);
+
void
au1xxx_dbdma_chan_free(u32 chanid)
{
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [patch 1/8] au1xxx: psc fixes + add au1200 adresses, Sergei Shtylyov |
|---|---|
| Next by Date: | Re: [patch 1/8] au1xxx: psc fixes + add au1200 adresses, Domen Puncer |
| Previous by Thread: | Re: [patch 5/8] au1xxx: export dbdma functions, Ralf Baechle |
| Next by Thread: | Re: [patch 5/8] au1xxx: export dbdma functions, Sergei Shtylyov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |