freebsd-dev/sys/dev/sound
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
..
isa Convert callers to the new bus_alloc_resource_any(9) API. 2004-03-17 17:50:55 +00:00
midi Device megapatch 5/6: 2004-02-21 21:32:15 +00:00
pci Actually program the list of recording devices in sv_mix_setrecsrc(). 2004-03-20 04:38:21 +00:00
pcm Augment /dev/sndstat with the module names, if applicable. 2004-03-06 15:52:42 +00:00
usb Mega busdma API commit. 2003-07-01 15:52:06 +00:00
chip.h
driver.c Add dependency to snd_via8233 2004-01-29 14:11:03 +00:00