changeset 3797:9dc81c6acaf5 SDL-ryan-multiple-audio-device

Cut-and-paste typo fix.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 04 Oct 2006 20:42:39 +0000
parents b19680c84cdf
children c8b3d3d13ed1
files src/audio/alsa/SDL_alsa_audio.h src/audio/arts/SDL_artsaudio.h src/audio/baudio/SDL_beaudio.h src/audio/dc/SDL_dcaudio.h src/audio/disk/SDL_diskaudio.h src/audio/dma/SDL_dmaaudio.h src/audio/dsp/SDL_dspaudio.h src/audio/dummy/SDL_dummyaudio.h src/audio/esd/SDL_esdaudio.h src/audio/macosx/SDL_coreaudio.h src/audio/macrom/SDL_romaudio.h src/audio/mme/SDL_mmeaudio.h src/audio/nas/SDL_nasaudio.h src/audio/paudio/SDL_paudio.h src/audio/sun/SDL_sunaudio.h src/audio/ums/SDL_umsaudio.h src/audio/windib/SDL_dibaudio.h src/audio/windx5/SDL_dx5audio.h
diffstat 18 files changed, 18 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/src/audio/alsa/SDL_alsa_audio.h	Wed Oct 04 19:54:23 2006 +0000
+++ b/src/audio/alsa/SDL_alsa_audio.h	Wed Oct 04 20:42:39 2006 +0000
@@ -30,7 +30,7 @@
 
 #include "../SDL_sysaudio.h"
 
-/* Hidden "this" pointer for the video functions */
+/* Hidden "this" pointer for the audio functions */
 #define _THIS	SDL_AudioDevice *this
 
 struct SDL_PrivateAudioData
--- a/src/audio/arts/SDL_artsaudio.h	Wed Oct 04 19:54:23 2006 +0000
+++ b/src/audio/arts/SDL_artsaudio.h	Wed Oct 04 20:42:39 2006 +0000
@@ -28,7 +28,7 @@
 
 #include "../SDL_sysaudio.h"
 
-/* Hidden "this" pointer for the video functions */
+/* Hidden "this" pointer for the audio functions */
 #define _THIS	SDL_AudioDevice *this
 
 struct SDL_PrivateAudioData
--- a/src/audio/baudio/SDL_beaudio.h	Wed Oct 04 19:54:23 2006 +0000
+++ b/src/audio/baudio/SDL_beaudio.h	Wed Oct 04 20:42:39 2006 +0000
@@ -26,7 +26,7 @@
 
 #include "../SDL_sysaudio.h"
 
-/* Hidden "this" pointer for the video functions */
+/* Hidden "this" pointer for the audio functions */
 #define _THIS	SDL_AudioDevice *_this
 
 struct SDL_PrivateAudioData
--- a/src/audio/dc/SDL_dcaudio.h	Wed Oct 04 19:54:23 2006 +0000
+++ b/src/audio/dc/SDL_dcaudio.h	Wed Oct 04 20:42:39 2006 +0000
@@ -26,7 +26,7 @@
 
 #include "../SDL_sysaudio.h"
 
-/* Hidden "this" pointer for the video functions */
+/* Hidden "this" pointer for the audio functions */
 #define _THIS	SDL_AudioDevice *this
 
 struct SDL_PrivateAudioData
--- a/src/audio/disk/SDL_diskaudio.h	Wed Oct 04 19:54:23 2006 +0000
+++ b/src/audio/disk/SDL_diskaudio.h	Wed Oct 04 20:42:39 2006 +0000
@@ -27,7 +27,7 @@
 #include "SDL_rwops.h"
 #include "../SDL_sysaudio.h"
 
-/* Hidden "this" pointer for the video functions */
+/* Hidden "this" pointer for the audio functions */
 #define _THIS	SDL_AudioDevice *this
 
 struct SDL_PrivateAudioData
--- a/src/audio/dma/SDL_dmaaudio.h	Wed Oct 04 19:54:23 2006 +0000
+++ b/src/audio/dma/SDL_dmaaudio.h	Wed Oct 04 20:42:39 2006 +0000
@@ -26,7 +26,7 @@
 
 #include "../SDL_sysaudio.h"
 
-/* Hidden "this" pointer for the video functions */
+/* Hidden "this" pointer for the audio functions */
 #define _THIS	SDL_AudioDevice *this
 
 struct SDL_PrivateAudioData
--- a/src/audio/dsp/SDL_dspaudio.h	Wed Oct 04 19:54:23 2006 +0000
+++ b/src/audio/dsp/SDL_dspaudio.h	Wed Oct 04 20:42:39 2006 +0000
@@ -26,7 +26,7 @@
 
 #include "../SDL_sysaudio.h"
 
-/* Hidden "this" pointer for the video functions */
+/* Hidden "this" pointer for the audio functions */
 #define _THIS	SDL_AudioDevice *this
 
 struct SDL_PrivateAudioData
--- a/src/audio/dummy/SDL_dummyaudio.h	Wed Oct 04 19:54:23 2006 +0000
+++ b/src/audio/dummy/SDL_dummyaudio.h	Wed Oct 04 20:42:39 2006 +0000
@@ -26,7 +26,7 @@
 
 #include "../SDL_sysaudio.h"
 
-/* Hidden "this" pointer for the video functions */
+/* Hidden "this" pointer for the audio functions */
 #define _THIS	SDL_AudioDevice *this
 
 struct SDL_PrivateAudioData
--- a/src/audio/esd/SDL_esdaudio.h	Wed Oct 04 19:54:23 2006 +0000
+++ b/src/audio/esd/SDL_esdaudio.h	Wed Oct 04 20:42:39 2006 +0000
@@ -26,7 +26,7 @@
 
 #include "../SDL_sysaudio.h"
 
-/* Hidden "this" pointer for the video functions */
+/* Hidden "this" pointer for the audio functions */
 #define _THIS	SDL_AudioDevice *this
 
 struct SDL_PrivateAudioData
--- a/src/audio/macosx/SDL_coreaudio.h	Wed Oct 04 19:54:23 2006 +0000
+++ b/src/audio/macosx/SDL_coreaudio.h	Wed Oct 04 20:42:39 2006 +0000
@@ -26,7 +26,7 @@
 
 #include "../SDL_sysaudio.h"
 
-/* Hidden "this" pointer for the video functions */
+/* Hidden "this" pointer for the audio functions */
 #define _THIS	SDL_AudioDevice *this
 
 struct SDL_PrivateAudioData
--- a/src/audio/macrom/SDL_romaudio.h	Wed Oct 04 19:54:23 2006 +0000
+++ b/src/audio/macrom/SDL_romaudio.h	Wed Oct 04 20:42:39 2006 +0000
@@ -26,7 +26,7 @@
 
 #include "../SDL_sysaudio.h"
 
-/* Hidden "this" pointer for the video functions */
+/* Hidden "this" pointer for the audio functions */
 #define _THIS	SDL_AudioDevice *this
 
 struct SDL_PrivateAudioData
--- a/src/audio/mme/SDL_mmeaudio.h	Wed Oct 04 19:54:23 2006 +0000
+++ b/src/audio/mme/SDL_mmeaudio.h	Wed Oct 04 20:42:39 2006 +0000
@@ -28,7 +28,7 @@
 
 #include "../SDL_sysaudio.h"
 
-/* Hidden "this" pointer for the video functions */
+/* Hidden "this" pointer for the audio functions */
 #define _THIS	SDL_AudioDevice *this
 #define NUM_BUFFERS 2
 
--- a/src/audio/nas/SDL_nasaudio.h	Wed Oct 04 19:54:23 2006 +0000
+++ b/src/audio/nas/SDL_nasaudio.h	Wed Oct 04 20:42:39 2006 +0000
@@ -37,7 +37,7 @@
 
 #include "../SDL_sysaudio.h"
 
-/* Hidden "this" pointer for the video functions */
+/* Hidden "this" pointer for the audio functions */
 #define _THIS	SDL_AudioDevice *this
 
 struct SDL_PrivateAudioData
--- a/src/audio/paudio/SDL_paudio.h	Wed Oct 04 19:54:23 2006 +0000
+++ b/src/audio/paudio/SDL_paudio.h	Wed Oct 04 20:42:39 2006 +0000
@@ -26,7 +26,7 @@
 
 #include "../SDL_sysaudio.h"
 
-/* Hidden "this" pointer for the video functions */
+/* Hidden "this" pointer for the audio functions */
 #define _THIS	SDL_AudioDevice *this
 
 struct SDL_PrivateAudioData
--- a/src/audio/sun/SDL_sunaudio.h	Wed Oct 04 19:54:23 2006 +0000
+++ b/src/audio/sun/SDL_sunaudio.h	Wed Oct 04 20:42:39 2006 +0000
@@ -26,7 +26,7 @@
 
 #include "../SDL_sysaudio.h"
 
-/* Hidden "this" pointer for the video functions */
+/* Hidden "this" pointer for the audio functions */
 #define _THIS	SDL_AudioDevice *this
 
 struct SDL_PrivateAudioData
--- a/src/audio/ums/SDL_umsaudio.h	Wed Oct 04 19:54:23 2006 +0000
+++ b/src/audio/ums/SDL_umsaudio.h	Wed Oct 04 20:42:39 2006 +0000
@@ -30,7 +30,7 @@
 
 #include "../SDL_sysaudio.h"
 
-/* Hidden "this" pointer for the video functions */
+/* Hidden "this" pointer for the audio functions */
 #define _THIS	SDL_AudioDevice *this
 
 struct SDL_PrivateAudioData
--- a/src/audio/windib/SDL_dibaudio.h	Wed Oct 04 19:54:23 2006 +0000
+++ b/src/audio/windib/SDL_dibaudio.h	Wed Oct 04 20:42:39 2006 +0000
@@ -26,7 +26,7 @@
 
 #include "../SDL_sysaudio.h"
 
-/* Hidden "this" pointer for the video functions */
+/* Hidden "this" pointer for the audio functions */
 #define _THIS	SDL_AudioDevice *this
 
 #define NUM_BUFFERS 2           /* -- Don't lower this! */
--- a/src/audio/windx5/SDL_dx5audio.h	Wed Oct 04 19:54:23 2006 +0000
+++ b/src/audio/windx5/SDL_dx5audio.h	Wed Oct 04 20:42:39 2006 +0000
@@ -28,7 +28,7 @@
 
 #include "../SDL_sysaudio.h"
 
-/* Hidden "this" pointer for the video functions */
+/* Hidden "this" pointer for the audio functions */
 #define _THIS	SDL_AudioDevice *this
 
 /* The DirectSound objects */