Marcel Moolenaar 056dc22c4f Actually program the list of recording devices in sv_mix_setrecsrc().
This change has not been tested.

This change was triggered by a gcc(1) warning on ia64 at -O2.  The
variable v was not used after being computed, which resulted in enough
dead code elimination (DCE) to confuse the compiler and emit a bogus
warning about the use of the variable i without prior definition. The
variable i is the loop variable.

Submitted by: des
Responsibility: marcel
2004-03-20 04:38:21 +00:00
..
2004-03-19 03:28:38 +00:00
2004-03-14 09:43:15 +00:00
2004-02-21 21:32:15 +00:00
2004-03-18 02:54:42 +00:00
2004-03-18 09:45:17 +00:00
2004-01-25 17:18:12 +00:00
2004-01-17 03:28:27 +00:00