]> CyberLeo.Net >> Repos - FreeBSD/stable/10.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:03:58 +0000 (13:03 +0000)
committeravatar <avatar@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 26 Aug 2018 13:03:58 +0000 (13:03 +0000)
commitc1d7a7f9cf674c878d4bcbfec7a6aee9d0498bf6
treeec49bbdb1d390d0901a927591cca94ae2cf41257
parent54bc20e26dddc721af041a0efe9334f8d9fb2709
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/10@338326 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/sound/pci/csa.c