summaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/Makefile
diff options
context:
space:
mode:
authorAlexey Klimov <klimov.linux@gmail.com>2012-11-12 06:56:37 +0100
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-12-28 15:20:33 +0100
commit4834f4d1ff1dc574024e1a6de920ea99571090ff (patch)
treee777d109dbb6ef1fd9295a878bfac4a21f08b010 /drivers/media/radio/Makefile
parent[media] blackfin Kconfig: select is evil; use, instead depends on (diff)
downloadlinux-4834f4d1ff1dc574024e1a6de920ea99571090ff.tar.xz
linux-4834f4d1ff1dc574024e1a6de920ea99571090ff.zip
[media] media: add driver for Masterkit MA901 usb radio
This patch creates a new usb-radio driver, radio-ma901.c, that supports Masterkit MA 901 USB FM radio devices. This device plugs into both the USB and an analog audio input or headphones, so this thing only deals with initialization and frequency setting. Signed-off-by: Alexey Klimov <klimov.linux@gmail.com> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/Makefile')
-rw-r--r--drivers/media/radio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/radio/Makefile b/drivers/media/radio/Makefile
index c03ce4fe74e9..303eaebdb85a 100644
--- a/drivers/media/radio/Makefile
+++ b/drivers/media/radio/Makefile
@@ -24,6 +24,7 @@ obj-$(CONFIG_USB_DSBR) += dsbr100.o
obj-$(CONFIG_RADIO_SI470X) += si470x/
obj-$(CONFIG_USB_MR800) += radio-mr800.o
obj-$(CONFIG_USB_KEENE) += radio-keene.o
+obj-$(CONFIG_USB_MA901) += radio-ma901.o
obj-$(CONFIG_RADIO_TEA5764) += radio-tea5764.o
obj-$(CONFIG_RADIO_SAA7706H) += saa7706h.o
obj-$(CONFIG_RADIO_TEF6862) += tef6862.o