Skip to content

Commit

Permalink
ALSA: add Apple iSight microphone driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Clemens Ladisch authored and Takashi Iwai committed May 11, 2011
1 parent d7ba858 commit 3a691b2
Show file tree
Hide file tree
Showing 5 changed files with 765 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sound/firewire/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,16 @@ config SND_FIREWIRE_SPEAKERS
To compile this driver as a module, choose M here: the module
will be called snd-firewire-speakers.

config SND_ISIGHT
tristate "Apple iSight microphone (EXPERIMENTAL)"
depends on EXPERIMENTAL
select SND_PCM
select SND_FIREWIRE_LIB
help
Say Y here to include support for the front and rear microphones
of the Apple iSight web camera.

To compile this driver as a module, choose M here: the module
will be called snd-isight.

endif # SND_FIREWIRE
2 changes: 2 additions & 0 deletions sound/firewire/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
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
Loading

0 comments on commit 3a691b2

Please sign in to comment.