summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2005-10-02 15:31:03 +0000
committernetchild <netchild@FreeBSD.org>2005-10-02 15:31:03 +0000
commit68e320e3c99d605225dc7c472ac1271d915c8a15 (patch)
treed5c4c38aaaa10582468a52876b8239b6f9770e7f /sys/modules/sound
parentfa78edf3234186ecf94db5eb6729b55045cad461 (diff)
downloadFreeBSD-src-68e320e3c99d605225dc7c472ac1271d915c8a15.zip
FreeBSD-src-68e320e3c99d605225dc7c472ac1271d915c8a15.tar.gz
Soft volume implementation for audio devices without pcm mixer controller.
Submitted by: Ariff Abdullah <skywizard@MyBSD.org.my> Tested by: multimedia@
Diffstat (limited to 'sys/modules/sound')
-rw-r--r--sys/modules/sound/sound/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/sound/sound/Makefile b/sys/modules/sound/sound/Makefile
index 8649d96..08c883d 100644
--- a/sys/modules/sound/sound/Makefile
+++ b/sys/modules/sound/sound/Makefile
@@ -8,7 +8,7 @@ SRCS= device_if.h bus_if.h isa_if.h pci_if.h opt_isa.h
SRCS+= ac97_if.h channel_if.h feeder_if.h mixer_if.h
SRCS+= ac97_if.c channel_if.c feeder_if.c mixer_if.c
SRCS+= ac97.c ac97_patch.c buffer.c channel.c dsp.c
-SRCS+= fake.c feeder.c feeder_fmt.c feeder_rate.c
+SRCS+= fake.c feeder.c feeder_fmt.c feeder_rate.c feeder_volume.c
SRCS+= mixer.c sndstat.c sound.c vchan.c
EXPORT_SYMS= YES # XXX evaluate
OpenPOWER on IntegriCloud