cvs commit: src/sys/modules/sound/driver/emu10kx Makefile
src/sys/dev/sound/pci
emu10kx-midi.c emu10kx-pcm.c emu10kx.c emu10kx.h
src/sys/gnu/dev/sound/pci p16v-alsa.h p17v-alsa.h
Alexander Leidinger
netchild at FreeBSD.org
Sat Jul 15 19:36:31 UTC 2006
netchild 2006-07-15 19:36:28 UTC
FreeBSD src repository
Added files:
sys/modules/sound/driver/emu10kx Makefile
sys/dev/sound/pci emu10kx-midi.c emu10kx-pcm.c emu10kx.c
emu10kx.h
sys/gnu/dev/sound/pci p16v-alsa.h p17v-alsa.h
Log:
Add snd_emu10kx driver for Creative SoundBlaster Live! and Audigy series
sound cards with optional pseudo-multichannel playback.
It's based on snd_emu10k1 sound driver. Single channel version is available
from audio/emu10kx port since some time.
The two new ALSA header files (GPLed), which contain Audigy 2 ("p16v") and
Audigy 2 Value ("p17v") specific interfaces, are latest versions from ALSA
Mercurial repository.
This is not connected to the build yet.
Submitted by: Yuriy Tsibizov <Yuriy.Tsibizov at gfk.ru>
Revision Changes Path
1.1 +249 -0 src/sys/dev/sound/pci/emu10kx-midi.c (new)
1.1 +965 -0 src/sys/dev/sound/pci/emu10kx-pcm.c (new)
1.1 +3022 -0 src/sys/dev/sound/pci/emu10kx.c (new)
1.1 +180 -0 src/sys/dev/sound/pci/emu10kx.h (new)
1.1 +301 -0 src/sys/gnu/dev/sound/pci/p16v-alsa.h (new)
1.1 +113 -0 src/sys/gnu/dev/sound/pci/p17v-alsa.h (new)
1.1 +48 -0 src/sys/modules/sound/driver/emu10kx/Makefile (new)
More information about the cvs-src
mailing list