CS4299
Revision as of 02:07, 13 October 2005 by 81.57.55.19 (Talk) (→Linux ALSA driver: dmixing does take more resources !)
CS4299This is a Cirrus Logic AC'97 Audio controller This chip is sometimes incorrectly called CS4229 in IBM documentation Features
|
Linux OSS driver
This sound chip is supported by the i810_audio kernel module.
Linux ALSA driver
This sound chip is supported by the snd-intel8x0 kernel module.
Dmixing
Please note that dmixing will make alsa (as userland program) do the work esd or arts did to get the same effects, dmixing will load your CPU.
just add the following to /etc/asound.conf :
pcm.dsp0 { type plug slave.pcm dmix } # mixer0 can stay unchanged, because # it isn't used anyway, I guess ;) ctl.mixer0 { type hw card 0 }