mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
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:
@@ -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,
|
||||
|
@@ -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",
|
||||
|
@@ -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))
|
||||
|
@@ -379,7 +379,6 @@ struct SNeutrinoSettings
|
||||
int analog_out;
|
||||
|
||||
int avsync;
|
||||
int clockrec;
|
||||
int video_dbdr;
|
||||
|
||||
int enabled_video_modes[VIDEOMENU_VIDEOMODE_OPTION_COUNT];
|
||||
|
Reference in New Issue
Block a user