aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gaudio/Win32
Commit message (Collapse)AuthorAgeFilesLines
* New makefile structure. Also OSX board defintioninmarket2014-09-281-1/+1
|
* Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-284-78/+0
| | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction.
* Move queued buffer code from gaudio into gqueueinmarket2014-03-202-5/+5
|
* Combine GAUDIN and GAUDOUT into a single GAUDIO module.inmarket2014-03-116-0/+514
Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api.