Browse Source

audio: Refer to audio devices to "playback" and "recording"

Sam Lantinga 10 months ago
parent
commit
e388e377aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/testaudiohotplug.c

+ 1 - 1
test/testaudiohotplug.c

@@ -54,7 +54,7 @@ static void poked(int sig)
 
 static const char *devtypestr(int recording)
 {
-    return recording ? "capture" : "output";
+    return recording ? "recording" : "playback";
 }
 
 static void iteration(void)