Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248169
b: refs/heads/master
c: 3a691b2
h: refs/heads/master
i:
  248167: 3bc33e8
v: v3
  • Loading branch information
Clemens Ladisch authored and Takashi Iwai committed May 11, 2011
1 parent 5350e1e commit d7a181a
Show file tree
Hide file tree
Showing 6 changed files with 766 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d7ba858a7f7a95d1617756a83ff0717767f624fd
refs/heads/master: 3a691b28a0ca3cf4d9010c6158318159e0275d2c
12 changes: 12 additions & 0 deletions trunk/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 trunk/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 d7a181a

Please sign in to comment.