patch-2.1.40 linux/drivers/cdrom/mcdx.c
Next file: linux/drivers/char/Makefile
Previous file: linux/drivers/block/genhd.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Tue May 20 19:59:56 1997
- Orig file:
v2.1.39/linux/drivers/cdrom/mcdx.c
- Orig date:
Tue May 13 22:41:06 1997
diff -u --recursive --new-file v2.1.39/linux/drivers/cdrom/mcdx.c linux/drivers/cdrom/mcdx.c
@@ -359,6 +359,10 @@
msf.cdmsf_sec1 = uint2bcd(msf.cdmsf_sec1);
msf.cdmsf_frame1 = uint2bcd(msf.cdmsf_frame1);
+ stuffp->stop.dt.minute = msf.cdmsf_min1;
+ stuffp->stop.dt.second = msf.cdmsf_sec1;
+ stuffp->stop.dt.frame = msf.cdmsf_frame1;
+
return mcdx_playmsf(stuffp, &msf);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov