(Still getting to grips with this site, created a blog entry by mistake!)
Apologies if this is the wrong location on the forum.
I'm new to Linux driver coding (but very experienced in application coding in C and C++).
I've spent some time searching for source code for the rasp-pi.
I was wondering, where can I find the source code for the PWM audio driver?
(that is used for the on-board audio, not via HDMI).
I've found this location:
https://github.com/raspberrypi/linux/blob/rpi-patches/sound/arm and I think the function
I'm looking for is called bcm2835_audio_write but I don't know where that function source code
resides.
Any quick pointers to direct me to the particular file I should be looking at would be much appreciated.
Thanks!