Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76538
b: refs/heads/master
c: 4a56eb3
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent d98fbd9 commit 11b0ef7
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6b1e56763b50f169d8446c43df6adb70f69552db
refs/heads/master: 4a56eb3f535f92b0585aa01dba05b3f17a547df0
70 changes: 35 additions & 35 deletions trunk/drivers/media/video/cx25840/cx25840-audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,112 +38,112 @@ static int set_audclk_freq(struct i2c_client *client, u32 freq)
switch (freq) {
case 32000:
/* VID_PLL and AUX_PLL */
cx25840_write4(client, 0x108, 0x0f040610);
cx25840_write4(client, 0x108, 0x1006040f);

/* AUX_PLL_FRAC */
cx25840_write4(client, 0x110, 0xee39bb01);
cx25840_write4(client, 0x110, 0x01bb39ee);

if (state->is_cx25836)
break;

/* src3/4/6_ctl = 0x0801f77f */
cx25840_write4(client, 0x900, 0x7ff70108);
cx25840_write4(client, 0x904, 0x7ff70108);
cx25840_write4(client, 0x90c, 0x7ff70108);
cx25840_write4(client, 0x900, 0x0801f77f);
cx25840_write4(client, 0x904, 0x0801f77f);
cx25840_write4(client, 0x90c, 0x0801f77f);
break;

case 44100:
/* VID_PLL and AUX_PLL */
cx25840_write4(client, 0x108, 0x0f040910);
cx25840_write4(client, 0x108, 0x1009040f);

/* AUX_PLL_FRAC */
cx25840_write4(client, 0x110, 0xd66bec00);
cx25840_write4(client, 0x110, 0x00ec6bd6);

if (state->is_cx25836)
break;

/* src3/4/6_ctl = 0x08016d59 */
cx25840_write4(client, 0x900, 0x596d0108);
cx25840_write4(client, 0x904, 0x596d0108);
cx25840_write4(client, 0x90c, 0x596d0108);
cx25840_write4(client, 0x900, 0x08016d59);
cx25840_write4(client, 0x904, 0x08016d59);
cx25840_write4(client, 0x90c, 0x08016d59);
break;

case 48000:
/* VID_PLL and AUX_PLL */
cx25840_write4(client, 0x108, 0x0f040a10);
cx25840_write4(client, 0x108, 0x100a040f);

/* AUX_PLL_FRAC */
cx25840_write4(client, 0x110, 0xe5d69800);
cx25840_write4(client, 0x110, 0x0098d6e5);

if (state->is_cx25836)
break;

/* src3/4/6_ctl = 0x08014faa */
cx25840_write4(client, 0x900, 0xaa4f0108);
cx25840_write4(client, 0x904, 0xaa4f0108);
cx25840_write4(client, 0x90c, 0xaa4f0108);
cx25840_write4(client, 0x900, 0x08014faa);
cx25840_write4(client, 0x904, 0x08014faa);
cx25840_write4(client, 0x90c, 0x08014faa);
break;
}
} else {
switch (freq) {
case 32000:
/* VID_PLL and AUX_PLL */
cx25840_write4(client, 0x108, 0x0f04081e);
cx25840_write4(client, 0x108, 0x1e08040f);

/* AUX_PLL_FRAC */
cx25840_write4(client, 0x110, 0x69082a01);
cx25840_write4(client, 0x110, 0x012a0869);

if (state->is_cx25836)
break;

/* src1_ctl = 0x08010000 */
cx25840_write4(client, 0x8f8, 0x00000108);
cx25840_write4(client, 0x8f8, 0x08010000);

/* src3/4/6_ctl = 0x08020000 */
cx25840_write4(client, 0x900, 0x00000208);
cx25840_write4(client, 0x904, 0x00000208);
cx25840_write4(client, 0x90c, 0x00000208);
cx25840_write4(client, 0x900, 0x08020000);
cx25840_write4(client, 0x904, 0x08020000);
cx25840_write4(client, 0x90c, 0x08020000);

/* SA_MCLK_SEL=1, SA_MCLK_DIV=0x14 */
cx25840_write(client, 0x127, 0x54);
break;

case 44100:
/* VID_PLL and AUX_PLL */
cx25840_write4(client, 0x108, 0x0f040918);
cx25840_write4(client, 0x108, 0x1809040f);

/* AUX_PLL_FRAC */
cx25840_write4(client, 0x110, 0xd66bec00);
cx25840_write4(client, 0x110, 0x00ec6bd6);

if (state->is_cx25836)
break;

/* src1_ctl = 0x08010000 */
cx25840_write4(client, 0x8f8, 0xcd600108);
cx25840_write4(client, 0x8f8, 0x080160cd);

/* src3/4/6_ctl = 0x08020000 */
cx25840_write4(client, 0x900, 0x85730108);
cx25840_write4(client, 0x904, 0x85730108);
cx25840_write4(client, 0x90c, 0x85730108);
cx25840_write4(client, 0x900, 0x08017385);
cx25840_write4(client, 0x904, 0x08017385);
cx25840_write4(client, 0x90c, 0x08017385);
break;

case 48000:
/* VID_PLL and AUX_PLL */
cx25840_write4(client, 0x108, 0x0f040a18);
cx25840_write4(client, 0x108, 0x180a040f);

/* AUX_PLL_FRAC */
cx25840_write4(client, 0x110, 0xe5d69800);
cx25840_write4(client, 0x110, 0x0098d6e5);

if (state->is_cx25836)
break;

/* src1_ctl = 0x08010000 */
cx25840_write4(client, 0x8f8, 0x00800108);
cx25840_write4(client, 0x8f8, 0x08018000);

/* src3/4/6_ctl = 0x08020000 */
cx25840_write4(client, 0x900, 0x55550108);
cx25840_write4(client, 0x904, 0x55550108);
cx25840_write4(client, 0x90c, 0x55550108);
cx25840_write4(client, 0x900, 0x08015555);
cx25840_write4(client, 0x904, 0x08015555);
cx25840_write4(client, 0x90c, 0x08015555);
break;
}
}
Expand All @@ -168,14 +168,14 @@ void cx25840_audio_set_path(struct i2c_client *client)

if (state->aud_input == CX25840_AUDIO_SERIAL) {
/* Set Path1 to Serial Audio Input */
cx25840_write4(client, 0x8d0, 0x12100101);
cx25840_write4(client, 0x8d0, 0x01011012);

/* The microcontroller should not be started for the
* non-tuner inputs: autodetection is specific for
* TV audio. */
} else {
/* Set Path1 to Analog Demod Main Channel */
cx25840_write4(client, 0x8d0, 0x7038061f);
cx25840_write4(client, 0x8d0, 0x1f063870);
}

set_audclk_freq(client, state->audclk_freq);
Expand Down
8 changes: 4 additions & 4 deletions trunk/drivers/media/video/cx25840/cx25840-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ int cx25840_write4(struct i2c_client *client, u16 addr, u32 value)
u8 buffer[6];
buffer[0] = addr >> 8;
buffer[1] = addr & 0xff;
buffer[2] = value >> 24;
buffer[3] = (value >> 16) & 0xff;
buffer[4] = (value >> 8) & 0xff;
buffer[5] = value & 0xff;
buffer[2] = value & 0xff;
buffer[3] = (value >> 8) & 0xff;
buffer[4] = (value >> 16) & 0xff;
buffer[5] = value >> 24;
return i2c_master_send(client, buffer, 6);
}

Expand Down

0 comments on commit 11b0ef7

Please sign in to comment.