/[svn]/linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceFactory.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceFactory.cpp

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

revision 1603 by senoner, Wed Nov 14 23:42:15 2007 UTC revision 1604 by schoenebeck, Mon Dec 31 15:33:54 2007 UTC
# Line 61  namespace LinuxSampler { Line 61  namespace LinuxSampler {
61      REGISTER_AUDIO_OUTPUT_DRIVER(AudioOutputDeviceJack);      REGISTER_AUDIO_OUTPUT_DRIVER(AudioOutputDeviceJack);
62      /* Common parameters for now they'll have to be registered here. */      /* Common parameters for now they'll have to be registered here. */
63      REGISTER_AUDIO_OUTPUT_DRIVER_PARAMETER(AudioOutputDeviceJack, ParameterActive);      REGISTER_AUDIO_OUTPUT_DRIVER_PARAMETER(AudioOutputDeviceJack, ParameterActive);
64        REGISTER_AUDIO_OUTPUT_DRIVER_PARAMETER(AudioOutputDeviceJack, ParameterSampleRate);
65      REGISTER_AUDIO_OUTPUT_DRIVER_PARAMETER(AudioOutputDeviceJack, ParameterChannels);      REGISTER_AUDIO_OUTPUT_DRIVER_PARAMETER(AudioOutputDeviceJack, ParameterChannels);
66      /* Driver specific parameters */      /* Driver specific parameters */
67      REGISTER_AUDIO_OUTPUT_DRIVER_PARAMETER(AudioOutputDeviceJack, ParameterName);      REGISTER_AUDIO_OUTPUT_DRIVER_PARAMETER(AudioOutputDeviceJack, ParameterName);

Legend:
Removed from v.1603  
changed lines
  Added in v.1604

  ViewVC Help
Powered by ViewVC