From 0e4dbc54b1e892123197a25ac2258f07db7cae03 Mon Sep 17 00:00:00 2001 From: fritsch Date: Fri, 10 Feb 2017 20:33:14 +0100 Subject: AESinkAUDIOTRACK: Also add 176400 khz --- xbmc/cores/AudioEngine/Sinks/AESinkAUDIOTRACK.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbmc/cores/AudioEngine/Sinks/AESinkAUDIOTRACK.cpp b/xbmc/cores/AudioEngine/Sinks/AESinkAUDIOTRACK.cpp index b0e74a7866..2d540302fc 100644 --- a/xbmc/cores/AudioEngine/Sinks/AESinkAUDIOTRACK.cpp +++ b/xbmc/cores/AudioEngine/Sinks/AESinkAUDIOTRACK.cpp @@ -825,7 +825,7 @@ void CAESinkAUDIOTRACK::EnumerateDevicesEx(AEDeviceInfoList &list, bool force) else { bool supports_192khz = false; - int test_sample[] = { 32000, 44100, 48000, 88200, 96000, 192000 }; + int test_sample[] = { 32000, 44100, 48000, 88200, 96000, 176400, 192000 }; int test_sample_sz = sizeof(test_sample) / sizeof(int); int encoding = CJNIAudioFormat::ENCODING_PCM_16BIT; if (CJNIAudioManager::GetSDKVersion() >= 21) -- cgit v1.2.3