diff options
| author | Tai-hwa Liang <avatar@FreeBSD.org> | 2018-08-26 13:05:12 +0000 |
|---|---|---|
| committer | Tai-hwa Liang <avatar@FreeBSD.org> | 2018-08-26 13:05:12 +0000 |
| commit | 349f5afbb5abe55dda51804acaf661cf54697952 (patch) | |
| tree | 767d33552e00a69cc4a653415b9cb0d9f7267609 /sys | |
| parent | fb3bf960f0b364b9313a57c5cc51155f0a433ba1 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/sound/pci/csa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/csa.c b/sys/dev/sound/pci/csa.c index 4a766e788537..b9b065e13795 100644 --- a/sys/dev/sound/pci/csa.c +++ b/sys/dev/sound/pci/csa.c @@ -713,7 +713,7 @@ csa_initialize(sc_p scp) * the codec is pumping ADC data across the AC-link. */ acisv = 0; - for (i = 0 ; i < 1000 ; i++) { + for (i = 0 ; i < 2000 ; i++) { /* * First, lets wait a short while to let things settle out a bit, * and to prevent retrying the read too quickly. |
