aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/usbtv/Makefile
diff options
context:
space:
mode:
authorFederico Simoncelli <fsimonce@redhat.com>2014-08-11 18:42:22 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-08-21 15:25:34 -0500
commit63ddf68de52efaac40a9287e44266ac30e71dd36 (patch)
tree660f726bacc3e850925a1c25c5c84103b3a12e16 /drivers/media/usb/usbtv/Makefile
parent[media] drivers: media: pci: Makefile: Remove duplicate subdirectory from obj-y (diff)
downloadlinux-dev-63ddf68de52efaac40a9287e44266ac30e71dd36.tar.xz
linux-dev-63ddf68de52efaac40a9287e44266ac30e71dd36.zip
[media] usbtv: add audio support
Add an ALSA handler inside usbtv module, in order to make audio to work with those devices. Signed-off-by: Federico Simoncelli <fsimonce@redhat.com> Tested-by: Lubomir Rintel <lkundrak@v3.sk> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb/usbtv/Makefile')
-rw-r--r--drivers/media/usb/usbtv/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/usb/usbtv/Makefile b/drivers/media/usb/usbtv/Makefile
index 775316a88ea6..f555cf8a3dd2 100644
--- a/drivers/media/usb/usbtv/Makefile
+++ b/drivers/media/usb/usbtv/Makefile
@@ -1,4 +1,5 @@
usbtv-y := usbtv-core.o \
- usbtv-video.o
+ usbtv-video.o \
+ usbtv-audio.o
obj-$(CONFIG_VIDEO_USBTV) += usbtv.o