Test macros for double START UNIT and SET CD SPEED

This commit is contained in:
2009-11-05 17:03:01 +00:00
parent 4384b0c006
commit d158e7f456
6 changed files with 54 additions and 3 deletions

View File

@ -2769,5 +2769,20 @@ BURN_END_DECLS
# define Libburn_pioneer_dvr_216d_with_opC 1
*/
/* Experiment for problems with Pioneer DVR-216D:
After starting unit asynchronously issue again a synchronous START UNIT.
Issue an extra START UNIT pair before reserving the track.
Move the next line outside this remark and remove all blanks up to "define".
# define Libburn_pioneer_dvr_216d_double_starT 1
*/
/* Experiment for problems with Pioneer DVR-216D:
Set speed not only via SET STREAMING but also via SET CD SPEED.
Move the next line outside this remark and remove all blanks up to "define".
# define Libburn_pioneer_dvr_216d_set_cd_speeD 1
*/
#endif /*LIBBURN_H*/