Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Mar 1996 19:01:45 +1000
From:      Stephen Hocking <sysseh@devetir.qld.gov.au>
To:        multimedia@freebsd.org
Subject:   Damned SB16 & new sound code.
Message-ID:  <199603070901.JAA11829@netfl15a.devetir.qld.gov.au>

next in thread | raw e-mail | index | archive | help
First observations with a SB16 and the new sound code.

1) Running with my normal config file, the built kernel only picked up the sb 
part of the card (as opposed to the sbpro & sb16 bits). It did complain about 
it after noticing that the version number was more than could be expected for 
a plain jane sb classic.

2) I also had to wrap adintr in soundcard.c with #if defined(CONFIG_AD1848).

3) I went through local.h and defined CONFIG_SBPRO & CONFIG_SB16 in an effort 
to get the card going. Upon compilation there were heaps of errors in 
sb16_dsp.c, mostly relating to IMODE_NONE, DSP_DATA_AVL16, IMODE_OUTPUT & 
IMODE_INPUT being undefined. I guess this means that it has to be converted 
over, right?

4) The sound output seems very clicky - i.e. you can hear the gaps between 
writes using the NAS server, which you don't on the old driver.

Some comments - are we going to fix things up so that the sb16 devices will be 
picked up automagically like they were before (and how do we do this)?
Has anyone done all this work for the PAS16 (which I may be trying next)


	Stephen
-- 

        I do not speak for the Worker's Compensation Board of Queensland -
                     They don't pay me enough for that!





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