This is very simple driver for ALSA It supprt headphone output and stereo input only This patch is tested by ms7724se Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			505 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			505 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * ak4642.h  --  AK4642 Soc Audio driver
 | 
						|
 *
 | 
						|
 * Copyright (C) 2009 Renesas Solutions Corp.
 | 
						|
 * Kuninori Morimoto <morimoto.kuninori@renesas.com>
 | 
						|
 *
 | 
						|
 * Based on ak4535.c
 | 
						|
 *
 | 
						|
 * This program is free software; you can redistribute it and/or modify
 | 
						|
 * it under the terms of the GNU General Public License version 2 as
 | 
						|
 * published by the Free Software Foundation.
 | 
						|
 */
 | 
						|
 | 
						|
#ifndef _AK4642_H
 | 
						|
#define _AK4642_H
 | 
						|
 | 
						|
extern struct snd_soc_dai ak4642_dai;
 | 
						|
extern struct snd_soc_codec_device soc_codec_dev_ak4642;
 | 
						|
 | 
						|
#endif
 |