Yes, I've heard that as well, the repeating, but not
consistent. Sometimes it happens, sometimes it doesn't. Sometimes it
loops forever (with my limited patience).
Nick
> Cameron,
>
> Thanks for fixing the regenerative feedback problem between the mic and
> the speakers.
>
> My ESS1869 is now
On Tue, 21 Dec 1999, Edwin Culp wrote:
> My ESS1869 is now repeating the very end of the sound file being played
> six or seven times. It is as if the last buffer is being written and
> rewritten to the device at the end without finding the EOF. These laptops
> are current as of 9 am PST today.
Cameron,
Thanks for fixing the regenerative feedback problem between the mic and
the speakers.
My ESS1869 is now repeating the very end of the sound file being played
six or seven times. It is as if the last buffer is being written and
rewritten to the device at the end without finding the EOF.
> I've got a ESS1879 as well. Try the following patch, Cameron sent me.
i commited an equivalent fix this morning.
- cameron
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
I've got a ESS1879 as well. Try the following patch, Cameron sent me.
Index: sb.c
===
RCS file: /home/ncvs/src/sys/dev/sound/isa/sb.c,v
retrieving revision 1.41
diff -u -r1.41 sb.c
--- sb.c1999/12/19 22:25:26 1.41
+++ sb.