diff options
Diffstat (limited to 'linux/drivers/media/video/cx88')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 5 | ||||
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-tvaudio.c | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index ea8410687..be82751dc 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-cards.c,v 1.56 2005/01/13 17:22:33 kraxel Exp $ + * $Id: cx88-cards.c,v 1.57 2005/01/24 17:37:23 kraxel Exp $ * * device driver for Conexant 2388x based TV cards * card-specific stuff. @@ -60,6 +60,7 @@ struct cx88_board cx88_boards[] = { [CX88_BOARD_HAUPPAUGE] = { .name = "Hauppauge WinTV 34xxx models", .tuner_type = UNSET, + .tda9887_conf = TDA9887_PRESENT, .input = {{ .type = CX88_VMUX_TELEVISION, .vmux = 0, @@ -645,7 +646,7 @@ static int hauppauge_eeprom_dvb(struct cx88_core *core, u8 *ee) /* Make sure we support the tuner */ tuner = ee[0x2d]; switch(tuner) { - case 0x4B: /* ddt 7595 */ + case 0x4B: /* dtt 7595 */ case 0x4C: /* dtt 7592 */ core->pll_desc = &dvb_pll_thomson_dtt759x; break; diff --git a/linux/drivers/media/video/cx88/cx88-tvaudio.c b/linux/drivers/media/video/cx88/cx88-tvaudio.c index 846baae3e..21dc3c0fe 100644 --- a/linux/drivers/media/video/cx88/cx88-tvaudio.c +++ b/linux/drivers/media/video/cx88/cx88-tvaudio.c @@ -1,5 +1,5 @@ /* - $Id: cx88-tvaudio.c,v 1.28 2005/01/20 12:54:46 kraxel Exp $ + $Id: cx88-tvaudio.c,v 1.29 2005/01/24 17:37:23 kraxel Exp $ cx88x-audio.c - Conexant CX23880/23881 audio downstream driver driver @@ -520,6 +520,10 @@ static void set_audio_standard_A2(struct cx88_core *core) static const struct rlist a2_pal_i_mono[] = { // PAL-I (differences from dscaler CX2388xCard_Audio.cpp 1.30) + { AUD_ERRLOGPERIOD_R, 0x00000064}, + { AUD_ERRINTRPTTHSHLD1_R, 0x00000fff}, + { AUD_ERRINTRPTTHSHLD2_R, 0x0000001f}, + { AUD_ERRINTRPTTHSHLD3_R, 0x0000000f}, { AUD_PHACC_FREQ_8MSB, 0x3a }, { AUD_PHACC_FREQ_8LSB, 0x93 }, { AAGC_HYST, 0x0000000a }, |