public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Andre Auzi <aauzi@users.sourceforge.net>
To: video4linux-list@redhat.com
Subject: cx88 driver: Help needed to add radio support on Leadtek WINFAST DTV 2000 H (version J)
Date: Thu, 08 May 2008 23:30:37 +0200	[thread overview]
Message-ID: <482370FD.7000001@users.sourceforge.net> (raw)

Hello list,

I've started the task to add support of the board mentionned above.

So far I've got analog TV, Composite and Svideo inputs working OK with 
IR as well.

Unfortunately, my area does not have DVB-T yet, but from the scans I've 
made, I'm confident DVB support is on good tracks.

Nevertheless, I cannot achieve to have the radio input working.

The gpio values were captured with regspy on a working windows installation.

Here are my additions in cx88-cards.c:

diff -r 0a072dd11cd8 linux/drivers/media/video/cx88/cx88-cards.c
--- a/linux/drivers/media/video/cx88/cx88-cards.c    Wed May 07 15:42:54 
2008 -0300
+++ b/linux/drivers/media/video/cx88/cx88-cards.c    Thu May 08 23:07:36 
2008 +0200
@@ -1300,6 +1300,52 @@
         }},
         .mpeg           = CX88_MPEG_DVB,
     },
+    [CX88_BOARD_WINFAST_DTV2000H_VERSION_J] = {
+        /* Radio still in testing */
+        .name           = "WinFast DTV2000 H (version J)",
+        .tuner_type     = TUNER_PHILIPS_FMD1216ME_MK3,
+        .radio_type     = UNSET,
+        .tuner_addr     = ADDR_UNSET,
+        .radio_addr     = ADDR_UNSET,
+        .tda9887_conf   = TDA9887_PRESENT,
+        .input          = {{
+            .type   = CX88_VMUX_TELEVISION,
+            .vmux   = 0,
+            .gpio0  = 0x00013700,
+            .gpio1  = 0x0000a207,
+            .gpio2  = 0x00013700,
+            .gpio3  = 0x02000000,
+        },{
+            .type   = CX88_VMUX_CABLE,
+            .vmux   = 0,
+            .gpio0  = 0x0001b700,
+            .gpio1  = 0x0000a207,
+            .gpio2  = 0x0001b700,
+            .gpio3  = 0x02000000,
+        },{
+            .type   = CX88_VMUX_COMPOSITE1,
+            .vmux   = 1,
+            .gpio0  = 0x00013701,
+            .gpio1  = 0x0000a207,
+            .gpio2  = 0x00013701,
+            .gpio3  = 0x02000000,
+        },{
+            .type   = CX88_VMUX_SVIDEO,
+            .vmux   = 2,
+            .gpio0  = 0x00013701,
+            .gpio1  = 0x0000a207,
+            .gpio2  = 0x00013701,
+            .gpio3  = 0x02000000,
+        } },
+        .radio = {
+            .type   = CX88_RADIO,
+            .gpio0  = 0x00013702,
+            .gpio1  = 0x0000a207,
+            .gpio2  = 0x00013702,
+            .gpio3  = 0x02000000,
+        },
+    },
     [CX88_BOARD_GENIATECH_DVBS] = {
         .name          = "Geniatech DVB-S",
         .tuner_type    = TUNER_ABSENT,
@@ -1957,6 +2003,10 @@
         .subdevice = 0x665e,
         .card      = CX88_BOARD_WINFAST_DTV2000H,
     },{
+        .subvendor = 0x107d,
+        .subdevice = 0x6f2b,
+        .card      = CX88_BOARD_WINFAST_DTV2000H_VERSION_J,
+    },{
         .subvendor = 0x18ac,
         .subdevice = 0xd800, /* FusionHDTV 3 Gold (original revision) */
         .card      = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q,


Would there be someone in the list with cx88 driver knowledge who 
already achieved this for another board and could hint me on things to 
look for?

I kindof reached the limits of my imagination and would really 
appreciate a help.

So far my modprobe.conf reads:

options tda9887 debug=1
options cx22702 debug=1
options cx88xx i2c_debug=1 i2c_scan=1 audio_debug=1
options cx8800 video_debug=1

and I would join the dmesg output if I did not care to flood the list.

Just let me know if it could help.

Thanks in advance
Andre




--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

             reply	other threads:[~2008-05-08 21:30 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-08 21:30 Andre Auzi [this message]
2008-05-09  0:13 ` cx88 driver: Help needed to add radio support on Leadtek WINFAST DTV 2000 H (version J) Andy Walls
2008-05-09  0:32   ` Andy Walls
2008-05-09  1:04     ` hermann pitton
2008-05-09  0:58   ` hermann pitton
2008-05-09 11:33     ` Andre Auzi
2008-05-09  1:30 ` hermann pitton
2008-05-09  1:37   ` hermann pitton
2008-05-09 16:17     ` Andre Auzi
2008-05-09 21:52       ` hermann pitton
2008-05-09 13:34   ` Andre Auzi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=482370FD.7000001@users.sourceforge.net \
    --to=aauzi@users.sourceforge.net \
    --cc=video4linux-list@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox