[PD-cvs] pd/src s_audio_alsa.c,1.1.1.1.2.5,1.1.1.1.2.6 s_audio_oss.c,1.1.1.1.2.5,1.1.1.1.2.6

ggeiger at users.sourceforge.net ggeiger at users.sourceforge.net
Sun Feb 22 17:40:42 CET 2004


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1330

Modified Files:
      Tag: devel_0_37
	s_audio_alsa.c s_audio_oss.c 
Log Message:
removed debugging output

Index: s_audio_alsa.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_audio_alsa.c,v
retrieving revision 1.1.1.1.2.5
retrieving revision 1.1.1.1.2.6
diff -C2 -d -r1.1.1.1.2.5 -r1.1.1.1.2.6
*** s_audio_alsa.c	14 Jan 2004 15:50:28 -0000	1.1.1.1.2.5
--- s_audio_alsa.c	22 Feb 2004 16:40:40 -0000	1.1.1.1.2.6
***************
*** 199,203 ****
  	    alsa_samplewidth = 4;
  	}
! 	post("Sample width set to %d bytes", alsa_samplewidth);
  	// set the subformat
  	err = snd_pcm_hw_params_set_subformat(alsa_device.inhandle, hw_params,
--- 199,203 ----
  	    alsa_samplewidth = 4;
  	}
! //	post("Sample width set to %d bytes", alsa_samplewidth);
  	// set the subformat
  	err = snd_pcm_hw_params_set_subformat(alsa_device.inhandle, hw_params,

Index: s_audio_oss.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_audio_oss.c,v
retrieving revision 1.1.1.1.2.5
retrieving revision 1.1.1.1.2.6
diff -C2 -d -r1.1.1.1.2.5 -r1.1.1.1.2.6
*** s_audio_oss.c	14 Jan 2004 15:50:28 -0000	1.1.1.1.2.5
--- s_audio_oss.c	22 Feb 2004 16:40:40 -0000	1.1.1.1.2.6
***************
*** 409,413 ****
  	    fd = linux_adcs[n].d_fd;
  	    alreadyopened = 1;
- 	    post("already");
  	}
  	else
--- 409,412 ----
***************
*** 487,491 ****
      sys_inchannels = inchannels;
      sys_outchannels = outchannels;
!     post("in %d, out %d", inchannels, outchannels);
      return (0);
  }
--- 486,490 ----
      sys_inchannels = inchannels;
      sys_outchannels = outchannels;
! //    post("in %d, out %d", inchannels, outchannels);
      return (0);
  }





More information about the Pd-cvs mailing list