/[qemu]/qemu/audio/sdlaudio.c
ViewVC logotype

Diff of /qemu/audio/sdlaudio.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by bellard, Sun Nov 14 18:59:52 2004 UTC revision 1.4 by bellard, Tue Apr 26 20:35:05 2005 UTC
# Line 217  static void sdl_callback (void *opaque, Line 217  static void sdl_callback (void *opaque,
217  static void sdl_hw_fini (HWVoice *hw)  static void sdl_hw_fini (HWVoice *hw)
218  {  {
219      ldebug ("sdl_hw_fini %d fixed=%d\n",      ldebug ("sdl_hw_fini %d fixed=%d\n",
220               glob_sdl.initialized, audio_conf.fixed_format);               glob_sdl.initialized, audio_state.fixed_format);
221      sdl_close (&glob_sdl);      sdl_close (&glob_sdl);
222  }  }
223    
# Line 229  static int sdl_hw_init (HWVoice *hw, int Line 229  static int sdl_hw_init (HWVoice *hw, int
229      int shift;      int shift;
230    
231      ldebug ("sdl_hw_init %d freq=%d fixed=%d\n",      ldebug ("sdl_hw_init %d freq=%d fixed=%d\n",
232              s->initialized, freq, audio_conf.fixed_format);              s->initialized, freq, audio_state.fixed_format);
233    
234      if (nchannels != 2) {      if (nchannels != 2) {
235          dolog ("Bogus channel count %d\n", nchannels);          dolog ("Bogus channel count %d\n", nchannels);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26