freebsd-dev/sys/dev/sound
John Baldwin 6d97297a6a The 'maxchans' count is one more than the number of channels, so
'chancount' never got up to equaling 'maxchans'.  As a result,
pcm_makelinks() was never called, and one always had to set the sysctl to
get the /dev/mixer and other symlinks generated in the DEVFS case.  Instead,
change the test in pcm_addchan() to call pcm_makelinks() after the first
channel is initialized, since the aliases are linked to channel 0.

Reviewed by:	cg
2001-01-04 23:49:00 +00:00
..
isa Add the ES1681, as found in my Digital HiNote UltraII. It works with 2001-01-04 17:12:57 +00:00
midi Convert all users of fldoff() to offsetof(). fldoff() is bad 2000-10-27 11:45:49 +00:00
pci - When acknowledging interrupts, write the value 0xff to the interrupt 2001-01-03 01:32:57 +00:00
pcm The 'maxchans' count is one more than the number of channels, so 2001-01-04 23:49:00 +00:00
chip.h - Handle an interrupt for csa primarily in the bridge driver, 2000-01-03 02:51:16 +00:00
driver.c switch over to new sb8/sb16 code 2000-11-01 00:53:16 +00:00