Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev
Module Name: src
Committed By: jmcneill
Date: Tue Nov 18 01:53:17 UTC 2014
Modified Files:
src/sys/dev: files.audio
src/sys/dev/pad: files.pad pad.c padvar.h
Added Files:
src/sys/dev: auvolconv.c auvolconv.h
Removed Files:
src/sys/dev/pad: padvol.c padvol.h
Log Message:
Add common audio converters for software volume control. Only supports
slinear16_le and slinear16_be for now.
Convert pad(4) to use the new converters.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/dev/auvolconv.c src/sys/dev/auvolconv.h
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/files.audio
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pad/files.pad src/sys/dev/pad/padvar.h
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/pad/pad.c
cvs rdiff -u -r1.6 -r0 src/sys/dev/pad/padvol.c
cvs rdiff -u -r1.3 -r0 src/sys/dev/pad/padvol.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index