]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r338038: Extending the delay cycles to give the codec more time to pump ADC data...
authoravatar <avatar@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 26 Aug 2018 13:06:57 +0000 (13:06 +0000)
committeravatar <avatar@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 26 Aug 2018 13:06:57 +0000 (13:06 +0000)
commit8d92be0336b3c02e1d4701b3dcaafeba586eefa6
treee48d890049af1eb8130b81f1271f917dce7a682a
parente41f8688ca95aaad4c619e2c411fba9006f70341
MFC r338038: Extending the delay cycles to give the codec more time to pump ADC data across the AC-link.

Without this patch, some CS4614 cards will need users to reload the driver manually or
the hardware won't be initialised properly. Something like:

# kldload snd_csa
# kldunload snd_csa
# kldload snd_csa

Tested with: Terratec SiXPack 5.1+

git-svn-id: svn://svn.freebsd.org/base/stable/8@338328 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/sound/pci/csa.c