Date: Fri, 26 May 2000 23:06:10 -0700 From: "George W. Dinolt" <gdinolt@pacbell.net> To: Doug Barton <DougB@gorean.org> Cc: Cameron Grant <cg@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/sound/pci aureal.c csapcm.cemu10k1.ces137x.c neomagic.c t4dwave.c src/sys/dev/sound/pcmchannel.hsrc/sys/dev/sound/isa ad1816.c ess.c mss.c sb.c Message-ID: <392F65D2.AD3242BC@pacbell.net> References: <200005262115.OAA51851@freefall.freebsd.org> <392F533B.81DFAEBC@gorean.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Doug Barton wrote: > Cameron Grant wrote: > > > > cg 2000/05/26 14:15:47 PDT > > > > Modified files: > > sys/dev/sound/pci aureal.c csapcm.c emu10k1.c es137x.c > > neomagic.c t4dwave.c > > sys/dev/sound/pcm channel.h > > sys/dev/sound/isa ad1816.c ess.c mss.c sb.c > > Log: > > handle emulated dma reads > > > > don't try to get sample size from snd_dbuf > > After this update I get the following when I try to play a wav file > (using waveplay). > > waveplay bong01.wav > File name : bong01.wav > Sampling rate : 8000 Hz > Bits/Sample : 8 Bits > Channels : 1 > Size : 1790 Bytes > > openDSP: Undefined error: 0 > > Remaking /dev/snd0 (for my SBLive) didn't help. > > cat /dev/sndstat > FreeBSD Audio Driver (newpcm) May 26 2000 21:16:48 > Installed devices: > pcm0: <Creative EMU10K1> at io 0xb800 irq 5 (1p/0r channels duplex) > > HTH, > > Doug > -- > "Live free or die" > - State motto of my ancestral homeland, New Hampshire > > Do YOU Yahoo!? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message I can report the exact same situation with my SoundBlaster 16 Wave Effects card. Tracing the system calls of waveplay, it appears that there may be a problem with ioctl(0x4,SOUND_PCM_WRITE_CHANNELS,0xbfbff6e4) call. The program closes /dev/dsp and returns at that point. Hope this helps a little. Regards, George Dinolt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?392F65D2.AD3242BC>