## 03_cdbremse.dpatch by ramon.serrano at vdrportal.de ## http://vdr-portal.de/board/thread.php?postid=429254#post429254 ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Set speed of cd drive to 2. diff -Nru cdda-0.1.0/cdda_device.c cdda-0.1.0-cdbremse/cdda_device.c --- cdda-0.1.0/cdda_device.c 2005-12-23 10:10:30.000000000 +0100 +++ cdda-0.1.0-cdbremse/cdda_device.c 2007-07-26 09:36:32.000000000 +0200 @@ -228,6 +228,7 @@ mp_cdIo = cdio_open(mp_device, DRIVER_LINUX); if (NULL == mp_cdIo) return scCannotOpenDevice; + cdio_set_speed(mp_cdIo,2); } else return scOutOfMemory; } else