- lcd4l: add tuner sig/snr/ber

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2022-02-08 23:31:11 +01:00
committed by Thilo Graf
parent cf032199c7
commit e3048051c3
2 changed files with 38 additions and 2 deletions

View File

@@ -126,6 +126,9 @@ class CLCD4l
int m_Radiotext;
std::string m_DolbyDigital;
int m_Tuner;
int m_Tuner_sig;
int m_Tuner_snr;
int m_Tuner_ber;
int m_Volume;
int m_ModeRec;
int m_RecordCount;