From f85a020a99d97b4887d93667e554d83f3d998b36 Mon Sep 17 00:00:00 2001 From: Mike H Date: Fri, 2 Mar 2018 20:20:12 +0000 Subject: [PATCH] Small correction --- nx/source/services/audin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/source/services/audin.c b/nx/source/services/audin.c index 09cd001a..f0d104c1 100644 --- a/nx/source/services/audin.c +++ b/nx/source/services/audin.c @@ -32,7 +32,7 @@ Result audinInitialize(void) // Setup the default device if (R_SUCCEEDED(rc)) { - // Passing an empty device name will open the default "DeviceOut" + // Passing an empty device name will open the default "BuiltInHeadset" char DeviceNameIn[DEVICE_NAME_LENGTH] = {0}; char DeviceNameOut[DEVICE_NAME_LENGTH] = {0};