diff options
author | jhb <jhb@FreeBSD.org> | 2001-01-05 07:07:03 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-01-05 07:07:03 +0000 |
commit | a7d7562a9162219c57926fa90b34aad990222b7b (patch) | |
tree | a781c6152b088c4b5e148f084177a1b37ba8aa70 /sys/kern/subr_bus.c | |
parent | c89c5ac184c8121ba8c76a673fa9099c1540dcdf (diff) | |
download | FreeBSD-src-a7d7562a9162219c57926fa90b34aad990222b7b.zip FreeBSD-src-a7d7562a9162219c57926fa90b34aad990222b7b.tar.gz |
- Make the 'hwvol_mixer' and 'hwvol_step' variables be specific to a
specific snd_mixer device rather than global across all mixers.
- Add per-mixer mute status and saved mute_level so that the mixer_hwmute()
function can now toggle the mute state when the mute button is pressed.
- Create a dynamic sysctl tree hw.snd.pcmX when a pcm device is registered.
- Move the hw.snd.hwvol_* sysctl's to hw.snd.pcmX.hwvol_* so that they
are now properly device-specific. Eventually when the mixers become
their own devices these sysctl's will move to live under a mixerX tree.
- Change the interface of the hwvol_mixer sysctl so that it reports the
name of the current mixer device instead of the number and is settable
with the name instead of the number.
- Add a new function mixer_hwinit() used to setup the dynamic sysctl's
needed for the hwvol support that can be called by drivers that support
hwvol.
Reviewed by: cg
Diffstat (limited to 'sys/kern/subr_bus.c')
0 files changed, 0 insertions, 0 deletions