audio_setup: cleanup unused clockrec

Origin commit data
------------------
Commit: fe92d1cb67
Author: Frankenstone <dampf_acc@online.de>
Date: 2021-12-09 (Thu, 09 Dec 2021)
This commit is contained in:
Frankenstone
2021-12-09 23:35:50 +01:00
committed by vanhofen
parent 5da4b61ee7
commit 14cabd1914
8 changed files with 0 additions and 22 deletions

View File

@@ -453,11 +453,6 @@ bool CAudioSetupNotifier::changeNotify(const neutrino_locale_t OptionName, void
audioDemux->SetSyncMode((AVSYNC_TYPE)g_settings.avsync);
pcrDemux->SetSyncMode((AVSYNC_TYPE)g_settings.avsync);
}
else if (ARE_LOCALES_EQUAL(OptionName, LOCALE_AUDIOMENU_CLOCKREC))
{
// Clock recovery enable/disable
// FIXME add code here.
}
else if (ARE_LOCALES_EQUAL(OptionName, LOCALE_AUDIO_SRS_ALGO) ||
ARE_LOCALES_EQUAL(OptionName, LOCALE_AUDIO_SRS_NMGR) ||
ARE_LOCALES_EQUAL(OptionName, LOCALE_AUDIO_SRS_VOLUME))