aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2/pvrusb2-hdw.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-hdw.c')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-hdw.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
index d4d57951cca2..f30e13f6ee74 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
@@ -44,8 +44,10 @@
44#define TIME_MSEC_DECODER_WAIT 50 44#define TIME_MSEC_DECODER_WAIT 50
45 45
46/* This defines a minimum interval that the encoder must remain quiet 46/* This defines a minimum interval that the encoder must remain quiet
47 before we are allowed to configure it. */ 47 before we are allowed to configure it. I had this originally set to
48#define TIME_MSEC_ENCODER_WAIT 50 48 50msec, but Martin Dauskardt <martin.dauskardt@gmx.de> reports that
49 things work better when it's set to 100msec. */
50#define TIME_MSEC_ENCODER_WAIT 100
49 51
50/* This defines the minimum interval that the encoder must successfully run 52/* This defines the minimum interval that the encoder must successfully run
51 before we consider that the encoder has run at least once since its 53 before we consider that the encoder has run at least once since its