Mercurial > audlegacy-plugins
diff src/alsa/configure.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 | e5401b6c4665 |
| children | 1e4d147bdc2b |
line wrap: on
line diff
--- a/src/alsa/configure.c Wed Apr 09 13:31:10 2008 +0300 +++ b/src/alsa/configure.c Wed Apr 09 15:48:36 2008 +0300 @@ -46,7 +46,7 @@ void alsa_save_config(void) { - ConfigDb *cfgfile = aud_cfg_db_open(); + mcs_handle_t *cfgfile = aud_cfg_db_open(); aud_cfg_db_set_int(cfgfile, "ALSA", "buffer_time", alsa_cfg.buffer_time); aud_cfg_db_set_int(cfgfile, "ALSA", "period_time", alsa_cfg.period_time);
