This adds a driver for the SPI connected AK4104 S/PDIF transmitter device. Its features are fairly simple, but as there is need to set up certain bits in the IEC958 information, this better goes into a real driver. Signed-off-by: Daniel Mack <daniel@caiaq.de> Cc: Mark Brown <broonie@sirena.org.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			143 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			143 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef _AK4104_H
 | 
						|
#define _AK4104_H
 | 
						|
 | 
						|
extern struct snd_soc_dai ak4104_dai;
 | 
						|
extern struct snd_soc_codec_device soc_codec_device_ak4104;
 | 
						|
 | 
						|
#endif
 |