add feeder_fmt.c
This commit is contained in:
parent
0ded15533c
commit
17ec0f39f6
@ -107,7 +107,7 @@ dev/aic7xxx/ahc_eisa.c optional ahc eisa
|
||||
dev/aic7xxx/ahc_pci.c optional ahc pci
|
||||
dev/aic7xxx/aic7xxx.c optional ahc
|
||||
dev/aic7xxx/aic7xxx_93cx6.c optional ahc
|
||||
dev/aic7xxx/aic7xxx_freebsd.c optional ahc
|
||||
dev/aic7xxx/aic7xxx_freebsd.c optional ahc
|
||||
dev/aic7xxx/aic7xxx_pci.c optional ahc pci
|
||||
dev/amr/amr.c optional amr
|
||||
dev/amr/amr_disk.c optional amr
|
||||
@ -310,6 +310,8 @@ dev/sound/pcm/channel.c optional pcm
|
||||
dev/sound/pcm/dsp.c optional pcm
|
||||
dev/sound/pcm/fake.c optional pcm
|
||||
dev/sound/pcm/feeder.c optional pcm
|
||||
dev/sound/pcm/feeder_fmt.c optional pcm
|
||||
#dev/sound/pcm/feeder_rate.c optional pcm
|
||||
dev/sound/pcm/mixer.c optional pcm
|
||||
dev/sound/pcm/sound.c optional pcm
|
||||
#dev/sound/usb/upcm.c optional pcm usb
|
||||
|
@ -3,6 +3,8 @@
|
||||
.PATH: ${.CURDIR}/../../../dev/sound/pcm
|
||||
KMOD = snd_pcm
|
||||
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
|
||||
SRCS += ac97.c channel.c dsp.c fake.c feeder.c mixer.c sound.c
|
||||
SRCS += ac97.c channel.c dsp.c fake.c
|
||||
SRCS += feeder.c feeder_fmt.c
|
||||
SRCS += mixer.c sound.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -3,6 +3,8 @@
|
||||
.PATH: ${.CURDIR}/../../../dev/sound/pcm
|
||||
KMOD = snd_pcm
|
||||
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
|
||||
SRCS += ac97.c channel.c dsp.c fake.c feeder.c mixer.c sound.c
|
||||
SRCS += ac97.c channel.c dsp.c fake.c
|
||||
SRCS += feeder.c feeder_fmt.c
|
||||
SRCS += mixer.c sound.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user