mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-31 08:08:51 +01:00 
			
		
		
		
	Fixed MTP to work with TWRP
This commit is contained in:
		
						commit
						f6dfaef42e
					
				
					 50820 changed files with 20846062 additions and 0 deletions
				
			
		
							
								
								
									
										30
									
								
								include/drm/i2c/tda998x.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								include/drm/i2c/tda998x.h
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,30 @@ | |||
| #ifndef __DRM_I2C_TDA998X_H__ | ||||
| #define __DRM_I2C_TDA998X_H__ | ||||
| 
 | ||||
| struct tda998x_encoder_params { | ||||
| 	u8 swap_b:3; | ||||
| 	u8 mirr_b:1; | ||||
| 	u8 swap_a:3; | ||||
| 	u8 mirr_a:1; | ||||
| 	u8 swap_d:3; | ||||
| 	u8 mirr_d:1; | ||||
| 	u8 swap_c:3; | ||||
| 	u8 mirr_c:1; | ||||
| 	u8 swap_f:3; | ||||
| 	u8 mirr_f:1; | ||||
| 	u8 swap_e:3; | ||||
| 	u8 mirr_e:1; | ||||
| 
 | ||||
| 	u8 audio_cfg; | ||||
| 	u8 audio_clk_cfg; | ||||
| 	u8 audio_frame[6]; | ||||
| 
 | ||||
| 	enum { | ||||
| 		AFMT_SPDIF, | ||||
| 		AFMT_I2S | ||||
| 	} audio_format; | ||||
| 
 | ||||
| 	unsigned audio_sample_rate; | ||||
| }; | ||||
| 
 | ||||
| #endif | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228