mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	media: dvb: add missing DVB-S2X FEC parameter values
This commit is adding the missing short FEC
Missed on commit 6508a50fe8
More info: https://dvb.org/wp-content/uploads/2021/02/A083-2r2_DVB-S2X_Draft-EN-302-307-2-v131_Feb_2021.pdf
Table 1: S2X System configurations and application areas
Please note that 128APSK, 256APSK and 256APSK-L
and FEC 29/45, 31/45 are still missing from enums.
Link: https://lore.kernel.org/linux-media/20230111194608.1853-1-athoik@gmail.com
Cc: Robert Schlabbach <robert_s@gmx.net>
Cc: Tom Richardson <trichardson@availink.com>
Signed-off-by: Athanasios Oikonomou <athoik@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
			
			
This commit is contained in:
		
							parent
							
								
									b37d9c995a
								
							
						
					
					
						commit
						1825788e2a
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -296,6 +296,10 @@ enum fe_spectral_inversion {
 | 
			
		|||
 * @FEC_28_45: Forward Error Correction Code 28/45
 | 
			
		||||
 * @FEC_32_45: Forward Error Correction Code 32/45
 | 
			
		||||
 * @FEC_77_90: Forward Error Correction Code 77/90
 | 
			
		||||
 * @FEC_11_45: Forward Error Correction Code 11/45
 | 
			
		||||
 * @FEC_4_15: Forward Error Correction Code 4/15
 | 
			
		||||
 * @FEC_14_45: Forward Error Correction Code 14/45
 | 
			
		||||
 * @FEC_7_15: Forward Error Correction Code 7/15
 | 
			
		||||
 *
 | 
			
		||||
 * Please note that not all FEC types are supported by a given standard.
 | 
			
		||||
 */
 | 
			
		||||
| 
						 | 
				
			
			@ -329,6 +333,10 @@ enum fe_code_rate {
 | 
			
		|||
	FEC_28_45,
 | 
			
		||||
	FEC_32_45,
 | 
			
		||||
	FEC_77_90,
 | 
			
		||||
	FEC_11_45,
 | 
			
		||||
	FEC_4_15,
 | 
			
		||||
	FEC_14_45,
 | 
			
		||||
	FEC_7_15,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue