Altera_Forum
Honored Contributor
18 years agousing the built in(DE2) Audio DAC and FIFO
im currently developing a wireless embedded audio player client on my DE2 board with Nios2 that streams raw audio data provided by a server. Ive compiled multiple uClinux images and have gotten everything to work (Ethernet Client) except for the Audio Codec/FIFO. I noticed in the kernel config there was
[device drivers]->[sound]->[Advanced Linux Sound Arch] and [Open Sound System] and have tried multiple combinations using the vplay and play user apps without success. i am wondering whether it be necessary to code my own driver for the wm8731 chip or if i can simply send things to the base address of the Audio_0 part in nios_system.h and use a wait statement. Any Advice with this would be extremely helpful as the deadline is fast approaching.