diff options
author | Alexey Klimov <klimov.linux@gmail.com> | 2012-11-12 02:56:37 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-12-28 12:20:33 -0200 |
commit | 4834f4d1ff1dc574024e1a6de920ea99571090ff (patch) | |
tree | e777d109dbb6ef1fd9295a878bfac4a21f08b010 /drivers/media/radio/Makefile | |
parent | e669c8d379567d42d62989f890f926f7b1b8f2a1 (diff) | |
download | op-kernel-dev-4834f4d1ff1dc574024e1a6de920ea99571090ff.zip op-kernel-dev-4834f4d1ff1dc574024e1a6de920ea99571090ff.tar.gz |
[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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/radio/Makefile b/drivers/media/radio/Makefile index c03ce4f..303eaeb 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 |