Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
fix stv0910 strength and snr values
- Loading branch information
Showing
2 changed files
with
112 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -165,6 +165,8 @@ typedef enum fe_code_rate { | |
| FEC_3_5, | ||
| FEC_9_10, | ||
| FEC_2_5, | ||
| FEC_1_4, | ||
| FEC_1_3, | ||
| } fe_code_rate_t; | ||
|
|
||
|
|
||
|
|
||
c18503fThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about 090x?
c18503fThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CXD2843 doesn't work either.
c18503fThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are other drivers available that work with DD Cine and Duoflex S2, that already provides signal parameters like SNR and BER. Could you also consider fixing this for stv090x module? Actually I found this official drivers working best, but they miss such information.
c18503fThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about cxd2099?
c18503fThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any news?