Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 293804 Details for
Bug 431178
GStreamer and cdparanoia cause CD drive spins at maximum speed when playing CD
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Add set_speed to scsi_interface.c for cdparanoia-III-alpha9.8
cdparanoia_speed_patch.diff (text/plain), 699 bytes, created by
Mario Torre
on 2008-02-02 20:30:25 UTC
(
hide
)
Description:
Add set_speed to scsi_interface.c for cdparanoia-III-alpha9.8
Filename:
MIME Type:
Creator:
Mario Torre
Created:
2008-02-02 20:30:25 UTC
Size:
699 bytes
patch
obsolete
>--- cdparanoia-III-alpha9.8/interface/scsi_interface.c_orig 2008-02-02 21:14:07.000000000 +0100 >+++ cdparanoia-III-alpha9.8/interface/scsi_interface.c 2008-02-02 21:13:41.000000000 +0100 >@@ -1565,6 +1565,15 @@ > return ret; > } > >+/* Set operating speed */ >+static int scsi_setspeed(cdrom_drive *d, int speed) >+{ >+ if(d->cdda_fd!=-1) >+ return ioctl(d->cdda_fd, CDROM_SELECT_SPEED, speed); >+ else >+ return 0; >+} >+ > int scsi_init_drive(cdrom_drive *d){ > int ret, is_sgio; > >@@ -1609,7 +1618,7 @@ > > d->read_toc = (!memcmp(d->drive_model, "IMS", 3) && !d->is_atapi) ? scsi_read_toc2 : > scsi_read_toc; >- d->set_speed = NULL; >+ d->set_speed = scsi_setspeed; > > > if(!d->is_atapi){
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 431178
: 293804 |
293805