From c623a52a2c3a4d36c4b41b8e5b2c54b71e364786 Mon Sep 17 00:00:00 2001 From: Douglas Schilling Landgraf Date: Wed, 1 Oct 2008 08:40:59 -0400 Subject: radio-mr800: Add driver for AverMedia MR 800 USB FM radio devices From: Alexey Klimov This patch creates a new usb-radio driver, radio-mr800.c, that supports the AverMedia MR 800 USB FM radio devices. This device plugs into both the USB and an analog audio input, so this thing only deals with initialization and frequency setting, the audio data has to be handled by a sound driver. Priority: normal Signed-off-by: Alexey Klimov Signed-off-by: Douglas Schilling Landgraf --- linux/drivers/media/radio/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'linux/drivers/media/radio/Makefile') diff --git a/linux/drivers/media/radio/Makefile b/linux/drivers/media/radio/Makefile index 7ca71ab96..240ec63cd 100644 --- a/linux/drivers/media/radio/Makefile +++ b/linux/drivers/media/radio/Makefile @@ -18,5 +18,6 @@ obj-$(CONFIG_RADIO_TRUST) += radio-trust.o obj-$(CONFIG_RADIO_MAESTRO) += radio-maestro.o obj-$(CONFIG_USB_DSBR) += dsbr100.o obj-$(CONFIG_USB_SI470X) += radio-si470x.o +obj-$(CONFIG_USB_MR800) += radio-mr800.o EXTRA_CFLAGS += -Isound -- cgit v1.2.3