gcc is returning strange output when processing dmabuf.c dmabuf.c: In function 'sound_start_dma': dmabuf.c:156: warning: implicit devlaration of function `disable_dma' dmabuf.c:157: warning: implicit devlaration of function `clear_dma_ff' dmabuf.c:158: warning: implicit devlaration of function `set_dma_mode' dmabuf.c:159: warning: implicit devlaration of function `set_dma_addr' dmabuf.c:160: warning: implicit devlaration of function `set_dma_count'
I believe this file is part of the Linux/OSS drivers.. not from the sparcaudio part.. But apparently sparcaudio needs this to work? What am I doing wrong? I'm trying to build sound support on my Ulta 5: Here's the necessary stats: [EMAIL PROTECTED]:~$ cat /proc/cpuinfo cpu : TI UltraSparc IIi fpu : UltraSparc IIi integrated FPU promlib : Version 3 Revision 25 prom : 3.25.3 type : sun4u ncpus probed : 1 ncpus active : 1 Cpu0Bogo : 799.53 Cpu0ClkTck : 0000000017d78400 MMU Type : Spitfire [EMAIL PROTECTED]:~$ uname -a Linux dan 2.4.10 #1 Tue Oct 2 15:18:15 EDT 2001 sparc64 unknown I'm running Debian GNU/Linux sid. I am trying to build kernel-source-2.4.17 Any help would be appreciated.. Thanks! dan :)

