Commit cc3c6df1 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab

[media] radio-aimslab: Convert to radio-isa

Tested with actual hardware and the Keene USB FM Transmitter.

Improved the volume handling delays through trial and error.
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 137c579c
...@@ -202,6 +202,7 @@ config RADIO_CADET ...@@ -202,6 +202,7 @@ config RADIO_CADET
config RADIO_RTRACK config RADIO_RTRACK
tristate "AIMSlab RadioTrack (aka RadioReveal) support" tristate "AIMSlab RadioTrack (aka RadioReveal) support"
depends on ISA && VIDEO_V4L2 depends on ISA && VIDEO_V4L2
select RADIO_ISA
---help--- ---help---
Choose Y here if you have one of these FM radio cards, and then fill Choose Y here if you have one of these FM radio cards, and then fill
in the port address below. in the port address below.
...@@ -215,11 +216,7 @@ config RADIO_RTRACK ...@@ -215,11 +216,7 @@ config RADIO_RTRACK
You must also pass the module a suitable io parameter, 0x248 has You must also pass the module a suitable io parameter, 0x248 has
been reported to be used by these cards. been reported to be used by these cards.
In order to control your radio card, you will need to use programs More information is contained in the file
that are compatible with the Video For Linux API. Information on
this API and pointers to "v4l" programs may be found at
<file:Documentation/video4linux/API.html>. More information is
contained in the file
<file:Documentation/video4linux/radiotrack.txt>. <file:Documentation/video4linux/radiotrack.txt>.
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
...@@ -228,7 +225,7 @@ config RADIO_RTRACK ...@@ -228,7 +225,7 @@ config RADIO_RTRACK
config RADIO_RTRACK_PORT config RADIO_RTRACK_PORT
hex "RadioTrack i/o port (0x20f or 0x30f)" hex "RadioTrack i/o port (0x20f or 0x30f)"
depends on RADIO_RTRACK=y depends on RADIO_RTRACK=y
default "20f" default "30f"
help help
Enter either 0x30f or 0x20f here. The card default is 0x30f, if you Enter either 0x30f or 0x20f here. The card default is 0x30f, if you
haven't changed the jumper setting on the card. haven't changed the jumper setting on the card.
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment