Errr, there is info: you open /dev/audio and write data to it. There are lots of ioctls (eg to unmute the output - I think these are covered on the developer site) but basically you just write data to it in 4608 byte chunks and it deals with the rest.

Hugo