aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-03-11 17:13:31 +1000
committerinmarket <andrewh@inmarket.com.au>2014-03-11 17:13:31 +1000
commitea5a1b849df6e5085a92957ad387f9e653674415 (patch)
tree72ede5ed78263a6fdba25039398b5c2a55bd1d3a /gfxconf.example.h
parent944c33cbff5f2cfb1c80f48193aa2161574864fd (diff)
downloaduGFX-ea5a1b849df6e5085a92957ad387f9e653674415.tar.gz
uGFX-ea5a1b849df6e5085a92957ad387f9e653674415.tar.bz2
uGFX-ea5a1b849df6e5085a92957ad387f9e653674415.zip
Combine GAUDIN and GAUDOUT into a single GAUDIO module.
Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api.
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index 79d932e8..99f5e569 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -218,15 +218,11 @@
///////////////////////////////////////////////////////////////////////////
-// GAUDIN //
+// GAUDIO //
///////////////////////////////////////////////////////////////////////////
-#define GFX_USE_GAUDIN FALSE
-
-
-///////////////////////////////////////////////////////////////////////////
-// GAUDOUT //
-///////////////////////////////////////////////////////////////////////////
-#define GFX_USE_GAUDOUT FALSE
+#define GFX_USE_GAUDIO FALSE
+ #define GAUDIO_NEED_PLAY FALSE
+ #define GAUDIO_NEED_RECORD FALSE
///////////////////////////////////////////////////////////////////////////
@@ -243,4 +239,3 @@
#endif /* _GFXCONF_H */
-