#270760 - 30/11/2005 20:05
Re: PCATS tuner, digital or analog?
[Re: bad]
|
carpal tunnel
Registered: 29/08/2000
Posts: 14506
Loc: Canada
|
Quote: It was a pain rigging my tuner and RIO Car up right now since it isn't in the car but seeing as I started all this, I made the effort !!!
..
Digital ... zip / nothing ... not even static (and there's plenty of that)
Okay, that would be because of the attached code fragment (below) from empeg_mixer.c in the kernel. Simple enough to change -- does anyone have any idea why only "mpeg" mode normally has digital out (aka "I2S out")?
I'll spin a special version of Hijack with this "fixed", and we'll see if it breaks anything else.
Stand by..
void empeg_mixer_select_input(int input)
{
static dsp_setup fm_setup[]=
{ { 0xfff, 0x5323 },
....
{ 0xff9, 0x0020 }, /* no I2S out */
{ 0xff3, 0x0000 },
{ 0,0 } };
static dsp_setup am_setup[]=
{ { 0xfff, 0xd223 },
...
{ 0xff9, 0x0000 }, /* no I2S out */
{ 0xff3, 0x0000 },
{ 0,0 } };
static dsp_setup mpeg_setup[]=
{ { 0xfff, 0xd223 },
...
{ 0xff9, 0x1240 }, /* I2S input */
{ 0xff3, 0x0000 },
{ 0,0 } };
// Auxillary is on CD Analogue input
static dsp_setup aux_setup[] =
{ { 0xfff, 0xd223 }, /*DCS_ConTRol*/
...
{ 0xff9, 0x0000 }, /*HOST*/ /* no I2S out */
{ 0xff3, 0x0000 }, /*RDS_CONTROL*/
{ 0,0 } };
Edited by mlord (30/11/2005 20:36)
|
Top
|
|
|
|
PCATS tuner, digital or analog?
|
bad
|
28/11/2005 00:57
|
Re: PCATS tuner, digital or analog?
|
andy
|
28/11/2005 06:21
|
Re: PCATS tuner, digital or analog?
|
tman
|
28/11/2005 10:07
|
Re: PCATS tuner, digital or analog?
|
maczrool
|
28/11/2005 13:06
|
Re: PCATS tuner, digital or analog?
|
mlord
|
28/11/2005 15:06
|
Re: PCATS tuner, digital or analog?
|
bad
|
28/11/2005 20:03
|
Re: PCATS tuner, digital or analog?
|
bad
|
28/11/2005 20:07
|
Re: PCATS tuner, digital or analog?
|
andy
|
28/11/2005 20:43
|
Re: PCATS tuner, digital or analog?
|
bad
|
28/11/2005 20:57
|
Re: PCATS tuner, digital or analog?
|
wfaulk
|
28/11/2005 20:58
|
Re: PCATS tuner, digital or analog?
|
bad
|
29/11/2005 00:02
|
Re: PCATS tuner, digital or analog?
|
schofiel
|
29/11/2005 18:08
|
Re: PCATS tuner, digital or analog?
|
mlord
|
29/11/2005 18:34
|
Re: PCATS tuner, digital or analog?
|
maczrool
|
29/11/2005 19:22
|
Re: PCATS tuner, digital or analog?
|
mlord
|
29/11/2005 21:16
|
Re: PCATS tuner, digital or analog?
|
maczrool
|
30/11/2005 12:43
|
Re: PCATS tuner, digital or analog?
|
bad
|
30/11/2005 17:19
|
Re: PCATS tuner, digital or analog?
|
bad
|
30/11/2005 17:21
|
Re: PCATS tuner, digital or analog?
|
maczrool
|
30/11/2005 17:28
|
Re: PCATS tuner, digital or analog?
|
mlord
|
30/11/2005 20:05
|
Hijack v443
|
mlord
|
30/11/2005 20:16
|
Re: Hijack v443
|
maczrool
|
01/12/2005 00:32
|
Re: Hijack v443
|
mlord
|
02/12/2005 12:44
|
Re: Hijack v443
|
maczrool
|
05/12/2005 12:34
|
Re: Hijack v443
|
crazymelki
|
07/12/2005 15:32
|
Re: Hijack v443
|
mlord
|
07/12/2005 16:09
|
Re: Hijack v443
|
maczrool
|
07/12/2005 16:13
|
Re: Hijack v443
|
crazymelki
|
07/12/2005 16:21
|
Re: Hijack v443
|
Cas_O
|
07/12/2005 20:48
|
Re: Hijack v443
|
maczrool
|
12/12/2005 04:43
|
Re: Hijack v443
|
crazymelki
|
01/12/2005 03:23
|
Re: PCATS tuner, digital or analog?
|
Shonky
|
30/11/2005 09:39
|
|
|
|