From 7e4da473d5ba61cd812361fa8872bfabd082d169 Mon Sep 17 00:00:00 2001 From: Michael Hunold Date: Mon, 3 Nov 2003 19:09:13 +0000 Subject: - use other values for BRS setup on budget cards (Thanks to Robert for his suggestions!) --- linux/drivers/media/dvb/ttpci/budget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/drivers') diff --git a/linux/drivers/media/dvb/ttpci/budget.h b/linux/drivers/media/dvb/ttpci/budget.h index 0135bee0f..0af6725c1 100644 --- a/linux/drivers/media/dvb/ttpci/budget.h +++ b/linux/drivers/media/dvb/ttpci/budget.h @@ -64,8 +64,8 @@ static struct saa7146_pci_extension_data x_var = { \ .ext_priv = &x_var ## _info, \ .ext = &budget_extension }; -#define TS_WIDTH (4*188) -#define TS_HEIGHT (1024/4) +#define TS_WIDTH (376) +#define TS_HEIGHT (512) #define TS_BUFLEN (TS_WIDTH*TS_HEIGHT) #define TS_MAX_PACKETS (TS_BUFLEN/TS_SIZE) -- cgit v1.2.3