mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
3a691b28a0
This adds an experimental driver for the front and rear microphones of the Apple iSight web camera. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
9 lines
317 B
Makefile
9 lines
317 B
Makefile
snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \
|
|
fcp.o cmp.o amdtp.o
|
|
snd-firewire-speakers-objs := speakers.o
|
|
snd-isight-objs := isight.o
|
|
|
|
obj-$(CONFIG_SND_FIREWIRE_LIB) += snd-firewire-lib.o
|
|
obj-$(CONFIG_SND_FIREWIRE_SPEAKERS) += snd-firewire-speakers.o
|
|
obj-$(CONFIG_SND_ISIGHT) += snd-isight.o
|