/[svn]/linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceAlsa.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceAlsa.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 484 by schoenebeck, Wed Aug 25 22:00:33 2004 UTC revision 485 by schoenebeck, Thu Mar 24 21:06:09 2005 UTC
# Line 129  namespace LinuxSampler { Line 129  namespace LinuxSampler {
129              snd_pcm_sw_params_t* swparams;              snd_pcm_sw_params_t* swparams;
130    
131              int  Output();              int  Output();
132              bool HardwareParametersSupported(String card, uint channels, int samplerate, uint numfragments, uint fragmentsize);              bool HardwareParametersSupported(String card, uint channels, int samplerate, uint numfragments, uint fragmentsize) throw (AudioOutputException);
133      };      };
134  }  }
135    

Legend:
Removed from v.484  
changed lines
  Added in v.485

  ViewVC Help
Powered by ViewVC