ASoC: mxs-saif: export mxs_saif_put_mclk,mxs_saif_get_mclk
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
		
					parent
					
						
							
								20dd9e5ed6
							
						
					
				
			
			
				commit
				
					
						cf7d0f09ba
					
				
			
		
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -229,6 +229,7 @@ int mxs_saif_put_mclk(unsigned int saif_id) | ||||||
| 	saif->mclk_in_use = 0; | 	saif->mclk_in_use = 0; | ||||||
| 	return 0; | 	return 0; | ||||||
| } | } | ||||||
|  | EXPORT_SYMBOL_GPL(mxs_saif_put_mclk); | ||||||
| 
 | 
 | ||||||
| /*
 | /*
 | ||||||
|  * Get MCLK and set clock rate, then enable it |  * Get MCLK and set clock rate, then enable it | ||||||
|  | @ -282,6 +283,7 @@ int mxs_saif_get_mclk(unsigned int saif_id, unsigned int mclk, | ||||||
| 
 | 
 | ||||||
| 	return 0; | 	return 0; | ||||||
| } | } | ||||||
|  | EXPORT_SYMBOL_GPL(mxs_saif_get_mclk); | ||||||
| 
 | 
 | ||||||
| /*
 | /*
 | ||||||
|  * SAIF DAI format configuration. |  * SAIF DAI format configuration. | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lothar Waßmann
				Lothar Waßmann