comparison src/audio/nto/SDL_nto_audio.c @ 2942:1e431c2631ee

indent
author Sam Lantinga <slouken@libsdl.org>
date Thu, 01 Jan 2009 08:21:19 +0000
parents 2929ed239d2a
children
comparison
equal deleted inserted replaced
2941:1d2bc7259f30 2942:1e431c2631ee
455 impl->GetDeviceBuf = NTO_GetDeviceBuf; 455 impl->GetDeviceBuf = NTO_GetDeviceBuf;
456 impl->CloseDevice = NTO_CloseDevice; 456 impl->CloseDevice = NTO_CloseDevice;
457 impl->OnlyHasDefaultOutputDevice = 1; /* !!! FIXME: add device enum! */ 457 impl->OnlyHasDefaultOutputDevice = 1; /* !!! FIXME: add device enum! */
458 458
459 /* !!! FIXME: device enum might make this 1. */ 459 /* !!! FIXME: device enum might make this 1. */
460 return 2; /* 2 == definitely has an audio device. */ 460 return 2; /* 2 == definitely has an audio device. */
461 } 461 }
462 462
463 AudioBootStrap QNXNTOAUDIO_bootstrap = { 463 AudioBootStrap QNXNTOAUDIO_bootstrap = {
464 DRIVER_NAME, "QNX6 QSA-NTO Audio", NTO_Init, 0 464 DRIVER_NAME, "QNX6 QSA-NTO Audio", NTO_Init, 0
465 }; 465 };