Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0735647c authored by Reinhard Nissl's avatar Reinhard Nissl Committed by Mauro Carvalho Chehab
Browse files

[media] stb0899: remove commented value from IQ_SWAP_ON/OFF usages



As the enum values have changed recently, the comments are void.

Signed-off-by: default avatarReinhard Nißl <rnissl@gmx.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent a0f9354b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -273,7 +273,7 @@ struct stb0899_config vp1041_stb0899_config = {
	.demod_address 		= 0x68, /*  0xd0 >> 1 */

	.xtal_freq		= 27000000,
	.inversion		= IQ_SWAP_ON, /* 1 */
	.inversion		= IQ_SWAP_ON,

	.lo_clk			= 76500000,
	.hi_clk			= 99000000,
+1 −1
Original line number Diff line number Diff line
@@ -1128,7 +1128,7 @@ static struct stb0899_config knc1_dvbs2_config = {
//	.ts_pfbit_toggle	= STB0899_MPEG_NORMAL,	/* DirecTV, MPEG toggling seq	*/

	.xtal_freq		= 27000000,
	.inversion		= IQ_SWAP_OFF, /* 1 */
	.inversion		= IQ_SWAP_OFF,

	.lo_clk			= 76500000,
	.hi_clk			= 90000000,
+1 −1
Original line number Diff line number Diff line
@@ -1280,7 +1280,7 @@ static struct stb0899_config tt3200_config = {
	.demod_address 		= 0x68,

	.xtal_freq		= 27000000,
	.inversion		= IQ_SWAP_ON, /* 1 */
	.inversion		= IQ_SWAP_ON,

	.lo_clk			= 76500000,
	.hi_clk			= 99000000,
+1 −1
Original line number Diff line number Diff line
@@ -264,7 +264,7 @@ struct stb0899_config az6027_stb0899_config = {
	.demod_address 		= 0xd0, /* 0x68, 0xd0 >> 1 */

	.xtal_freq		= 27000000,
	.inversion		= IQ_SWAP_ON, /* 1 */
	.inversion		= IQ_SWAP_ON,

	.lo_clk			= 76500000,
	.hi_clk			= 99000000,
+1 −1
Original line number Diff line number Diff line
@@ -828,7 +828,7 @@ static struct stb0899_config stb0899_config = {
	.block_sync_mode = STB0899_SYNC_FORCED, /* ? */

	.xtal_freq       = 27000000,	 /* Assume Hz ? */
	.inversion       = IQ_SWAP_ON,       /* ? */
	.inversion       = IQ_SWAP_ON,

	.lo_clk	  = 76500000,
	.hi_clk	  = 99000000,