diff src/jack/jack.c @ 2523:769e17da93dd

Replaced s/ConfigDb/mcs_handle_t/g, as per changes in the core.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 09 Apr 2008 15:48:36 +0300
parents 41c619e96a17
children bd3a24b39058
line wrap: on
line diff
--- a/src/jack/jack.c	Wed Apr 09 13:31:10 2008 +0300
+++ b/src/jack/jack.c	Wed Apr 09 15:48:36 2008 +0300
@@ -182,7 +182,7 @@
 void jack_init(void)
 {
   /* read the isTraceEnabled setting from the config file */
-  ConfigDb *cfgfile;
+  mcs_handle_t *cfgfile;
 
   cfgfile = aud_cfg_db_open();
   if (!cfgfile)
@@ -251,7 +251,7 @@
 /* Close the device */
 void jack_close(void)
 {
-  ConfigDb *cfgfile;
+  mcs_handle_t *cfgfile;
 
   cfgfile = aud_cfg_db_open();
   aud_cfg_db_set_int(cfgfile, "jack", "volume_left", jack_cfg.volume_left); /* stores the volume setting */