From b2a9ac812a4f4a8383fc6fc401b91d9df8a8c249 Mon Sep 17 00:00:00 2001 From: Mike H Date: Sun, 4 Mar 2018 15:41:22 +0000 Subject: [PATCH] Sync PCM format comments --- nx/include/switch/services/audout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/audout.h b/nx/include/switch/services/audout.h index f1494e56..c612333e 100644 --- a/nx/include/switch/services/audout.h +++ b/nx/include/switch/services/audout.h @@ -56,5 +56,5 @@ Result audoutWaitPlayFinish(AudioOutBuffer **released, u32* released_count, u64 /// These return the state associated with the currently active audio output device. u32 audoutGetSampleRate(void); ///< Supported sample rate (48000Hz). u32 audoutGetChannelCount(void); ///< Supported channel count (2 channels). -PcmFormat audoutGetPcmFormat(void); ///< Supported PCM format (INT16). +PcmFormat audoutGetPcmFormat(void); ///< Supported PCM format (Int16). AudioOutState audoutGetDeviceState(void); ///< Initial device state (stopped).