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};