add support for single demod mode for testing high bit rates

This commit is contained in:
Ralph Metzler
2016-12-30 15:03:38 +01:00
committed by mvoelkel
parent 1f77192d62
commit c56f593a4c
3 changed files with 14 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ struct stv0910_cfg {
u8 adr;
u8 parallel;
u8 rptlvl;
u8 single;
};
#if defined(CONFIG_DVB_STV0910) || \