freebsd-nq/sys/dev/sound
John Baldwin 4fb369f815 - Move all of the hwvol functions into a mixer_hwvol_* namespace, and make
all of the hwvol members of struct snd_mixer live in a hwvol_* namespace.
- When changing the mixer device via the hwvol_mixer sysctl, reset the
  muted state so that a mute operation on a new device won't try to
  unmute the new device with the old device's saved volume.
- When the volume is muted, if a down or up volume request is received,
  first restore the saved volume level and then adjust it.

Reviewed by:	cg
2001-01-11 23:26:16 +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 Call mixer_hwinit() when attaching. 2001-01-05 07:07:48 +00:00
pcm - Move all of the hwvol functions into a mixer_hwvol_* namespace, and make 2001-01-11 23:26:16 +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