Revision 430116a1 audio/sdlaudio.c

b/audio/sdlaudio.c
217 217
static void sdl_hw_fini (HWVoice *hw)
218 218
{
219 219
    ldebug ("sdl_hw_fini %d fixed=%d\n",
220
             glob_sdl.initialized, audio_conf.fixed_format);
220
             glob_sdl.initialized, audio_state.fixed_format);
221 221
    sdl_close (&glob_sdl);
222 222
}
223 223

  
......
229 229
    int shift;
230 230

  
231 231
    ldebug ("sdl_hw_init %d freq=%d fixed=%d\n",
232
            s->initialized, freq, audio_conf.fixed_format);
232
            s->initialized, freq, audio_state.fixed_format);
233 233

  
234 234
    if (nchannels != 2) {
235 235
        dolog ("Bogus channel count %d\n", nchannels);

Also available in: Unified diff