Forum Discussion
Altera_Forum
Honored Contributor
19 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 every...
Altera_Forum
Honored Contributor
19 years agoi hope my assumption that the wm8731 chip is the one on the DE2, as it was the one listed in the documentation that came with the board.
well i found the wm8731 driver in the in 2.6.21-rc4 kernel it included: wm8731.c wm8731.h i noticed that there were functions such as wm8731_init() that register the device with the kernel, i guess whats left to ask is how do i use these files and if any additional porting is needed. and once registered how will i be able to place the audio data on the FIFO for processing and playing?