Skip to content

Commit

Permalink
media: dvb-frontends/m88rs6060: Fix modcode table.
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycat69 committed Apr 18, 2023
1 parent dc7691b commit d94513e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/dvb-frontends/m88rs6060.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ static struct MT_FE_PLS_INFO mPLSInfoTable[] =
{0xA3, TRUE, MtFeType_DvbS2X, MtFeModMode_16Apsk, MtFeCodeRate_23_36, TRUE, FALSE, 0},
{0xA4, TRUE, MtFeType_DvbS2X, MtFeModMode_16Apsk_L, MtFeCodeRate_2_3, FALSE, FALSE, 0},
{0xA5, TRUE, MtFeType_DvbS2X, MtFeModMode_16Apsk_L, MtFeCodeRate_2_3, TRUE, FALSE, 0},
{0xA6, TRUE, MtFeType_DvbS2X, MtFeModMode_16Apsk, MtFeCodeRate_8_15, FALSE, FALSE, 0},
{0xA7, TRUE, MtFeType_DvbS2X, MtFeModMode_16Apsk, MtFeCodeRate_8_15, TRUE, FALSE, 0},
{0xA6, TRUE, MtFeType_DvbS2X, MtFeModMode_16Apsk, MtFeCodeRate_25_36, FALSE, FALSE, 0},
{0xA7, TRUE, MtFeType_DvbS2X, MtFeModMode_16Apsk, MtFeCodeRate_25_36, TRUE, FALSE, 0},
{0xA8, TRUE, MtFeType_DvbS2X, MtFeModMode_16Apsk, MtFeCodeRate_13_18, FALSE, FALSE, 0},
{0xA9, TRUE, MtFeType_DvbS2X, MtFeModMode_16Apsk, MtFeCodeRate_13_18, TRUE, FALSE, 0},
{0xAA, TRUE, MtFeType_DvbS2X, MtFeModMode_16Apsk, MtFeCodeRate_7_9, FALSE, FALSE, 0},
Expand Down

0 comments on commit d94513e

Please sign in to comment.