]> CyberLeo.Net >> Repos - FreeBSD/stable/9.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:05:12 +0000 (13:05 +0000)
committeravatar <avatar@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 26 Aug 2018 13:05:12 +0000 (13:05 +0000)
commit386271068b4c1d27d61a9d0358c8d60867f9b9f0
tree9e3a5701ee7fb319aabfd2e8e03fd3586eaea9f6
parentdf7243035215aba2762fa3717087e2861ade8162
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/9@338327 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/sound/pci/csa.c