cvs commit: src/sys/conf NOTES files options src/sys/dev/bktr
bktr_audio.c bktr_audio.h bktr_core.c bktr_os.c bktr_reg.h
msp34xx.c src/sys/modules/bktr/bktr Makefile
Alexander Langer
alex at FreeBSD.org
Tue Aug 12 02:45:36 PDT 2003
alex 2003/08/12 02:45:35 PDT
FreeBSD src repository (doc,ports committer)
Modified files:
sys/conf NOTES files options
sys/dev/bktr bktr_audio.c bktr_audio.h bktr_core.c
bktr_os.c bktr_reg.h
sys/modules/bktr/bktr Makefile
Added files:
sys/dev/bktr msp34xx.c
Log:
Add a overhaul of the soundchip initialization for the MSP34xx chipsets
found only many tv-cards.
We currently use more ore less evil hacks (slow_msp_audio sysctl) to
configure the various variants of these chips in order to have
stereo autodetection work. Nevertheless, this doesn't always work
even though it _should_, according to the specs.
This is, for example, the case for some popular Hauppauge models sold
sold in Germany.
However, the Linux driver always worked for me and others. Looking at
the sourcecode you will find that the linux-driver uses a very much
enhanced approach to program the various msp34xx chipset variants,
which is also found in the specs for these chips.
This is a port of the Linux MSP34xx code, written by Gerd Knorr
<kraxel at bytesex.org>, who agreed to re-release his code under a
BSD license for this port.
A new config option "BKTR_NEW_MSP34XX_DRIVER" is added, which is required
to enable the new driver. Otherwise the old code is used.
The msp34xx.c file is diff-reduced to the linux-driver to make later
modifications easier, thus it doesn't follow style(9) in most cases.
Approved by: roger (committing this, no time to test/review),
keichii (code review)
Revision Changes Path
1.1169 +4 -0 src/sys/conf/NOTES
1.814 +1 -0 src/sys/conf/files
1.410 +1 -0 src/sys/conf/options
1.10 +11 -0 src/sys/dev/bktr/bktr_audio.c
1.3 +7 -2 src/sys/dev/bktr/bktr_audio.h
1.127 +21 -0 src/sys/dev/bktr/bktr_core.c
1.36 +37 -0 src/sys/dev/bktr/bktr_os.c
1.45 +9 -0 src/sys/dev/bktr/bktr_reg.h
1.1 +1255 -0 src/sys/dev/bktr/msp34xx.c (new)
1.6 +1 -1 src/sys/modules/bktr/bktr/Makefile
More information about the cvs-src
mailing list