Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Nov 1997 14:33:15 -0800
From:      Amancio Hasty <hasty@rah.star-gate.com>
To:        multimedia@freebsd.org
Subject:   ftp://rah.star-gate.com/guspnp23.tar.gz
Message-ID:  <199711092233.OAA00381@rah.star-gate.com>

next in thread | raw e-mail | index | archive | help

To -current users:

1. Added poll support for midi and sequencer -- the checked in code
   had this functionality missing.

2. Added support for sound scape -- lost the original e-mail however
   before check in the code I will give proper credit to the author.

   Due to this change, files.i386 has been modified:

{root} diff -c files.i386.orig files.i386
*** files.i386.orig     Fri Nov  7 15:39:03 1997
--- files.i386  Fri Nov  7 16:03:44 1997
***************
*** 211,216 ****
--- 211,221 ----
  i386/isa/sound/midibuf.c      optional        uart    device-driver
  i386/isa/sound/trix.c         optional        trix    device-driver
  i386/isa/sound/sscape.c               optional        sscape  device-driver
+ i386/isa/sound/ad1848.c               optional        sscape  device-driver
+ i386/isa/sound/sound_timer.c  optional        sscape  device-driver
+ i386/isa/sound/mpu401.c               optional        sscape  device-driver
+ i386/isa/sound/midi_synth.c   optional        sscape  device-driver
+ i386/isa/sound/midibuf.c      optional        sscape  device-driver
  i386/isa/sound/awe_wave.c     optional        awe     device-driver
  i386/isa/spigot.c             optional        spigot  device-driver
  i386/isa/spkr.c                       optional        speaker device-driver

I have included in the guspnp tar ball my files.i386. This will not be
a problem once this version gets checked in.

3. Ad1848 was incorrectly returning the volume setting:
in ad1848_mixer_set
was :
retvol = left | (left) << 8);
now :
retvol = left | (right << 8);


Please report back success or failure because I would like to check in
this version of the sound driver by Tuesday.

	Have fun,
	Amancio






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711092233.OAA00381>