mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
zapit/frontend: just formatting changes
Origin commit data
------------------
Commit: c84382183e
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-12-19 (Thu, 19 Dec 2019)
Origin message was:
------------------
- zapit/frontend: just formatting changes
This commit is contained in:
@@ -97,7 +97,7 @@ static const struct dtv_property dvbs_cmdargs[] = {
|
||||
{ DTV_SYMBOL_RATE, {0,0,0}, { 27500000 }, 0 },
|
||||
{ DTV_DELIVERY_SYSTEM, {0,0,0}, { SYS_DVBS }, 0 },
|
||||
{ DTV_INNER_FEC, {0,0,0}, { FEC_AUTO }, 0 },
|
||||
{ DTV_TUNE, {0,0,0}, { 0 },0 },
|
||||
{ DTV_TUNE, {0,0,0}, { 0 }, 0 }
|
||||
};
|
||||
|
||||
static const struct dtv_property dvbs2_cmdargs[] = {
|
||||
@@ -124,7 +124,7 @@ static const struct dtv_property dvbc_cmdargs[] = {
|
||||
{ DTV_SYMBOL_RATE, {} , { 27500000 }, 0 },
|
||||
{ DTV_DELIVERY_SYSTEM, {} , { SYS_DVBC_ANNEX_AC }, 0 },
|
||||
{ DTV_INNER_FEC, {} , { FEC_AUTO }, 0 },
|
||||
{ DTV_TUNE, {}, { 0 }, 0},
|
||||
{ DTV_TUNE, {} , { 0 }, 0 }
|
||||
};
|
||||
|
||||
static const struct dtv_property dvbt_cmdargs[] = {
|
||||
@@ -139,7 +139,7 @@ static const struct dtv_property dvbt_cmdargs[] = {
|
||||
{ DTV_TRANSMISSION_MODE,{} , { TRANSMISSION_MODE_AUTO }, 0 },
|
||||
{ DTV_GUARD_INTERVAL, {} , { GUARD_INTERVAL_AUTO }, 0 },
|
||||
{ DTV_HIERARCHY, {} , { HIERARCHY_AUTO }, 0 },
|
||||
{ DTV_TUNE, {}, { 0 }, 0},
|
||||
{ DTV_TUNE, {} , { 0 }, 0 }
|
||||
};
|
||||
|
||||
static const struct dtv_property dvbt2_cmdargs[] = {
|
||||
|
Reference in New Issue
Block a user