diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-01-16 02:55:10 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-02-14 14:08:52 -0500 |
commit | cc3c6df16b3fb953818780b52c86fc7a9f08b337 (patch) | |
tree | c21f0663ba8a96ceedeb462f8d6b29d0eb9d7d2b /drivers/media/radio/Kconfig | |
parent | 137c579c12bbb47ac1822e1a959aa15d0fcb76c1 (diff) |
[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: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/Kconfig')
-rw-r--r-- | drivers/media/radio/Kconfig | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index e291e0e2669f..618c33295ad1 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig | |||
@@ -202,6 +202,7 @@ config RADIO_CADET | |||
202 | config RADIO_RTRACK | 202 | config RADIO_RTRACK |
203 | tristate "AIMSlab RadioTrack (aka RadioReveal) support" | 203 | tristate "AIMSlab RadioTrack (aka RadioReveal) support" |
204 | depends on ISA && VIDEO_V4L2 | 204 | depends on ISA && VIDEO_V4L2 |
205 | select RADIO_ISA | ||
205 | ---help--- | 206 | ---help--- |
206 | Choose Y here if you have one of these FM radio cards, and then fill | 207 | Choose Y here if you have one of these FM radio cards, and then fill |
207 | in the port address below. | 208 | in the port address below. |
@@ -215,11 +216,7 @@ config RADIO_RTRACK | |||
215 | You must also pass the module a suitable io parameter, 0x248 has | 216 | You must also pass the module a suitable io parameter, 0x248 has |
216 | been reported to be used by these cards. | 217 | been reported to be used by these cards. |
217 | 218 | ||
218 | In order to control your radio card, you will need to use programs | 219 | More information is contained in the file |
219 | that are compatible with the Video For Linux API. Information on | ||
220 | this API and pointers to "v4l" programs may be found at | ||
221 | <file:Documentation/video4linux/API.html>. More information is | ||
222 | contained in the file | ||
223 | <file:Documentation/video4linux/radiotrack.txt>. | 220 | <file:Documentation/video4linux/radiotrack.txt>. |
224 | 221 | ||
225 | To compile this driver as a module, choose M here: the | 222 | To compile this driver as a module, choose M here: the |
@@ -228,7 +225,7 @@ config RADIO_RTRACK | |||
228 | config RADIO_RTRACK_PORT | 225 | config RADIO_RTRACK_PORT |
229 | hex "RadioTrack i/o port (0x20f or 0x30f)" | 226 | hex "RadioTrack i/o port (0x20f or 0x30f)" |
230 | depends on RADIO_RTRACK=y | 227 | depends on RADIO_RTRACK=y |
231 | default "20f" | 228 | default "30f" |
232 | help | 229 | help |
233 | Enter either 0x30f or 0x20f here. The card default is 0x30f, if you | 230 | Enter either 0x30f or 0x20f here. The card default is 0x30f, if you |
234 | haven't changed the jumper setting on the card. | 231 | haven't changed the jumper setting on the card. |