Hi, On 05-Nov-2002 Stian Jordet wrote: | I have e Terratec Cinergy 600 which works quite fine with the SAA7134 | driver. I'm using the CARD=8 when I modprobe it, and it works quite | well, I think. | | I have to-three small problems/questions. This card also have onboard | radio, which (ofcourse) does not work. Will there be done some work on | that? the following patch works for me; at least under 2.5.46 I can now also listen to the radio. diff -ur saa7134-0.2.1.orig/saa7134-cards.c saa7134-0.2.1/saa7134-cards.c --- saa7134-0.2.1.orig/saa7134-cards.c Thu Aug 22 11:23:06 2002 +++ saa7134-0.2.1/saa7134-cards.c Wed Nov 6 09:02:11 2002 @@ -288,6 +288,34 @@ amux: LINE2, }, }, + [SAA7134_BOARD_CINERGY600] = { + name: "Terratec Cinergy 600 TV", + audio_clock: 0x00200000, + tuner_type: TUNER_PHILIPS_PAL, + inputs: {{ + name: name_tv, + vmux: 1, + amux: TV, + tv: 1, + },{ + name: name_comp1, + vmux: 4, + amux: LINE1, + },{ + name: name_svideo, + vmux: 8, + amux: LINE1, + },{ + name: name_comp2, // CVideo over SVideo Connector + vmux: 0, + amux: LINE1, + }}, + radio: { + name: name_radio, + amux: LINE2, + }, + + }, }; const int saa7134_bcount = (sizeof(saa7134_boards)/sizeof(struct saa7134_board)); diff -ur saa7134-0.2.1.orig/saa7134.h saa7134-0.2.1/saa7134.h --- saa7134-0.2.1.orig/saa7134.h Fri Oct 25 18:31:55 2002 +++ saa7134-0.2.1/saa7134.h Wed Nov 6 09:01:13 2002 @@ -126,6 +126,7 @@ #define SAA7134_BOARD_TVSTATION_RDS 7 #define SAA7134_BOARD_CINERGY400 8 #define SAA7134_BOARD_MD5044 9 +#define SAA7134_BOARD_CINERGY600 10 #define SAA7134_INPUT_MAX 8 -- Thomas Pundt -------------------------- http://www.pundt.de/ ----------------- EMail: Thomas Pundt <thomas@xxxxxxxx> | Schlossstrasse 42, D-40477 Duesseldorf