Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] DVB driver bug, fixed it (quick hack)
C.Y.M wrote:
--- dvb-kernel/linux/drivers/media/dvb/dvb-core/dmxdev.h.orig 2005-02-02 12:56:38.000000000 -0800
+++ dvb-kernel/linux/drivers/media/dvb/dvb-core/dmxdev.h 2005-02-02 12:51:39.000000000 -0800
@@ -115,7 +115,7 @@
struct dmx_frontend *dvr_orig_fe;
struct dmxdev_buffer dvr_buffer;
-#define DVR_BUFFER_SIZE (10*188*1024)
+#define DVR_BUFFER_SIZE (100*188*1024)
struct semaphore mutex;
spinlock_t lock;
Assuming the first patch is not correct, would you still recommend increasing
the size of this DVR_BUFFER_SIZE? An increase of 10 to 100 seems like a lot.
What would be the optimal recommended size?
Best Regards,
C.Y.M.
Home |
Main Index |
Thread Index