This patch adds support for the TI ADS117x family of multichannel ADCs and was sponsored by Shotspotter Inc. Signed-off-by: Graeme Gregory <gg@slimlogic.co.uk> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			503 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			503 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * ads117x.h  --  Driver for ads1174/8 ADC chips
 | 
						|
 *
 | 
						|
 * Copyright 2009 ShotSpotter Inc.
 | 
						|
 * Author: Graeme Gregory <gg@slimlogic.co.uk>
 | 
						|
 *
 | 
						|
 *  This program is free software; you can redistribute  it and/or modify it
 | 
						|
 *  under  the terms of  the GNU General  Public License as published by the
 | 
						|
 *  Free Software Foundation;  either version 2 of the  License, or (at your
 | 
						|
 *  option) any later version.
 | 
						|
 */
 | 
						|
extern struct snd_soc_dai ads117x_dai;
 | 
						|
extern struct snd_soc_codec_device soc_codec_dev_ads117x;
 |