Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 05/09/1997 22:20:02
augustss
Fri May  9 15:16:29 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/mainbus
In directory netbsd1:/var/slash-tmp/cvs-serv19447/sys/arch/arm32/mainbus

Modified Files:
	lmcaudio.c vidcaudio.c 
Log Message:
Change the interface between high and lowlevel audio drivers again:
Set the encoding parameters slightly differently.
Remove the SW encoding/decodinf functions from this interface
and move them to the audio_parameter struct; this is both more efficient
and flexible.


augustss
Fri May  9 15:16:30 PDT 1997
Update of /cvsroot/src/sys/arch/sparc/dev
In directory netbsd1:/var/slash-tmp/cvs-serv19447/sys/arch/sparc/dev

Modified Files:
	amd7930.c 
Log Message:
Change the interface between high and lowlevel audio drivers again:
Set the encoding parameters slightly differently.
Remove the SW encoding/decodinf functions from this interface
and move them to the audio_parameter struct; this is both more efficient
and flexible.


augustss
Fri May  9 15:16:33 PDT 1997
Update of /cvsroot/src/sys/dev
In directory netbsd1:/var/slash-tmp/cvs-serv19447/sys/dev

Modified Files:
	audio.c audio_if.h mulaw.c mulaw.h 
Log Message:
Change the interface between high and lowlevel audio drivers again:
Set the encoding parameters slightly differently.
Remove the SW encoding/decodinf functions from this interface
and move them to the audio_parameter struct; this is both more efficient
and flexible.


augustss
Fri May  9 15:16:44 PDT 1997
Update of /cvsroot/src/sys/dev/isa
In directory netbsd1:/var/slash-tmp/cvs-serv19447/sys/dev/isa

Modified Files:
	ad1848.c ad1848var.h files.isa gus.c pas.c pss.c sb.c sbdsp.c 
	sbdspvar.h wss.c 
Log Message:
Change the interface between high and lowlevel audio drivers again:
Set the encoding parameters slightly differently.
Remove the SW encoding/decodinf functions from this interface
and move them to the audio_parameter struct; this is both more efficient
and flexible.