aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gaudio/Win32
Commit message (Collapse)AuthorAgeFilesLines
* Compile error and emulation errors for GFILE_NEED_STDIOinmarket2015-02-212-0/+6
|
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-212-2/+2
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* 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.