~ubuntu-branches/ubuntu/raring/vice/raring

« back to all changes in this revision

Viewing changes to src/sounddrv/soundmmos2.c

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-03-31 00:37:15 UTC
  • mfrom: (1.1.7 upstream) (9.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090331003715-i5yisvcfv7mgz3eh
Tags: 2.1.dfsg-1
* New major upstream release (closes: #495937).
* Add desktop files (closes: #501181).

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
static int mmos2_init(const char *param, int *speed,
91
91
                      int *fragsize, int *fragnr, int *channels)
92
92
{
93
 
    int rc, i;
94
 
    QWORD qwTmrTime1, qwTmrTime2;
 
93
    int rc;
95
94
    MCI_WAVE_SET_PARMS mciSet; // fragnr = refreshs / buffer; (gerundet)
96
95
 
97
96
    if (usSoundDevID)
169
168
                      mciStat.ulReturn = (double)mciStat.ulReturn*(44100/3000);     // milliseconds
170
169
                      */
171
170
 
 
171
#if 0
172
172
static int mmos2_suspend(void)
173
173
{
174
174
    int rc;
188
188
    //    mmlog("resumed",0);
189
189
    return 0;
190
190
}
 
191
#endif
191
192
 
192
193
static sound_device_t mmos2_device =
193
194
{