mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-29 23:28:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			474 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			474 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| * Freescale MXS audio complex with SGTL5000 codec
 | |
| 
 | |
| Required properties:
 | |
| - compatible: "fsl,mxs-audio-sgtl5000"
 | |
| - model: The user-visible name of this sound complex
 | |
| - saif-controllers: The phandle list of the MXS SAIF controller
 | |
| - audio-codec: The phandle of the SGTL5000 audio codec
 | |
| 
 | |
| Example:
 | |
| 
 | |
| sound {
 | |
| 	compatible = "fsl,imx28-evk-sgtl5000",
 | |
| 		     "fsl,mxs-audio-sgtl5000";
 | |
| 	model = "imx28-evk-sgtl5000";
 | |
| 	saif-controllers = <&saif0 &saif1>;
 | |
| 	audio-codec = <&sgtl5000>;
 | |
| };
 | 
