Date: Sun, 31 Jul 2005 13:43:42 +0000 (UTC) From: Alexander Leidinger <netchild@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci via8233.c Message-ID: <200507311343.j6VDhggd072150@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
netchild 2005-07-31 13:43:42 UTC FreeBSD src repository Modified files: sys/dev/sound/pci via8233.c Log: * Add locking / MPSAFE * Add kernel hint option to disable DXS channels entirely. Report from several skype users / Pav Lucistnik indicate that disabling DXS may fix lots of pop / crackling noise. To disable DXS add hint.pcm.<unit>.via_dxs_disabled="1" to /boot/device.hints. Further investigation of the issues regarding DXS showed, that the problem is in another (more generic) place, but until the right fix is tested/reviewed this may help a little bit. Added sysctl's to aid testing/debugging: hint.pcm.<unit>.via_dxs_disabled=X - Disable / Enable DXS channels entirely hint.pcm.<unit>.via_dxs_channels=X - Limit DXS channels up to X hint.pcm.<unit>.via_sgd_channels=X - Limit SGD channels up to X hint.pcm.<unit>.via_dxs_src=X - Enable / Disable DXS sample rate converter. Submitted by: Ariff Abdullah <skywizard@MyBSD.org.my> Tested by: multimedia@ Revision Changes Path 1.21 +206 -82 src/sys/dev/sound/pci/via8233.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507311343.j6VDhggd072150>