diff options
author | Alexey Klimov <klimov.linux@gmail.com> | 2008-10-01 08:40:59 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 07:37:13 -0400 |
commit | 2aa72f3b63e4b524e9e4b1438f6c0d50a214d836 (patch) | |
tree | 41272dfa85a82e888c60a75e6bd0d49bed8f8d5e /drivers/media/radio/Kconfig | |
parent | 695ebd125ade17101861c9eb99f74e6cc9a516ed (diff) |
V4L/DVB (9101): radio-mr800: Add driver for AverMedia MR 800 USB FM radio devices
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.
Signed-off-by: Alexey Klimov <klimov.linux@gmail.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/Kconfig')
-rw-r--r-- | drivers/media/radio/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 1b41b3f77cf9..e51d707e58d3 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig | |||
@@ -361,4 +361,16 @@ config USB_SI470X | |||
361 | To compile this driver as a module, choose M here: the | 361 | To compile this driver as a module, choose M here: the |
362 | module will be called radio-silabs. | 362 | module will be called radio-silabs. |
363 | 363 | ||
364 | config USB_MR800 | ||
365 | tristate "AverMedia MR 800 USB FM radio support" | ||
366 | depends on USB && VIDEO_V4L2 | ||
367 | ---help--- | ||
368 | Say Y here if you want to connect this type of radio to your | ||
369 | computer's USB port. Note that the audio is not digital, and | ||
370 | you must connect the line out connector to a sound card or a | ||
371 | set of speakers. | ||
372 | |||
373 | To compile this driver as a module, choose M here: the | ||
374 | module will be called radio-mr800. | ||
375 | |||
364 | endif # RADIO_ADAPTERS | 376 | endif # RADIO_ADAPTERS |