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

@@ -167,7 +167,6 @@ typedef enum
LOCALE_AUDIOMENU_AVS,
LOCALE_AUDIOMENU_AVSYNC,
LOCALE_AUDIOMENU_AVSYNC_AM,
LOCALE_AUDIOMENU_CLOCKREC,
LOCALE_AUDIOMENU_DOLBYDIGITAL,
LOCALE_AUDIOMENU_DTS,
LOCALE_AUDIOMENU_HDMI_DD,

View File

@@ -167,7 +167,6 @@ const char * locale_real_names[] =
"audiomenu.avs",
"audiomenu.avsync",
"audiomenu.avsync_am",
"audiomenu.clockrec",
"audiomenu.dolbydigital",
"audiomenu.dts",
"audiomenu.hdmi_dd",

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))

View File

@@ -379,7 +379,6 @@ struct SNeutrinoSettings
int analog_out;
int avsync;
int clockrec;
int video_dbdr;
int enabled_video_modes[VIDEOMENU_VIDEOMODE_OPTION_COUNT];