Date: Thu, 4 Jan 2001 23:07:04 -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 sound.c Message-ID: <200101050707.f05774f05586@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/01/04 23:07:04 PST Modified files: sys/dev/sound/pcm datatypes.h mixer.c mixer.h sound.c Log: - 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 Revision Changes Path 1.21 +7 -1 src/sys/dev/sound/pcm/datatypes.h 1.15 +67 -10 src/sys/dev/sound/pcm/mixer.c 1.7 +2 -1 src/sys/dev/sound/pcm/mixer.h 1.34 +14 -1 src/sys/dev/sound/pcm/sound.c 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?200101050707.f05774f05586>