Date: Thu, 11 Jan 2001 15:26:17 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm datatypes.h mixer.c mixer.h Message-ID: <200101112326.f0BNQHE13620@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/01/11 15:26:17 PST
Modified files:
sys/dev/sound/pcm datatypes.h mixer.c mixer.h
Log:
- 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
Revision Changes Path
1.22 +3 -3 src/sys/dev/sound/pcm/datatypes.h
1.16 +17 -11 src/sys/dev/sound/pcm/mixer.c
1.8 +4 -4 src/sys/dev/sound/pcm/mixer.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101112326.f0BNQHE13620>
