mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-11-01 09:13:37 +00:00 
			
		
		
		
	[ALSA] Add __devinit macro to at73c213 sound driver probe functions
This patch adds __devinit to the functions used when probing. Will also reduce the memory footprint a bit if CONFIG_HOTPLUG is not enabled. Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
		
							parent
							
								
									310355c111
								
							
						
					
					
						commit
						2eef1258e5
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -737,7 +737,7 @@ cleanup:
 | 
			
		|||
/*
 | 
			
		||||
 * Device functions
 | 
			
		||||
 */
 | 
			
		||||
static int snd_at73c213_ssc_init(struct snd_at73c213 *chip)
 | 
			
		||||
static int __devinit snd_at73c213_ssc_init(struct snd_at73c213 *chip)
 | 
			
		||||
{
 | 
			
		||||
	/*
 | 
			
		||||
	 * Continuous clock output.
 | 
			
		||||
| 
						 | 
				
			
			@ -767,7 +767,7 @@ static int snd_at73c213_ssc_init(struct snd_at73c213 *chip)
 | 
			
		|||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static int snd_at73c213_chip_init(struct snd_at73c213 *chip)
 | 
			
		||||
static int __devinit snd_at73c213_chip_init(struct snd_at73c213 *chip)
 | 
			
		||||
{
 | 
			
		||||
	int retval;
 | 
			
		||||
	unsigned char dac_ctrl = 0;
 | 
			
		||||
| 
						 | 
				
			
			@ -933,7 +933,7 @@ out:
 | 
			
		|||
	return retval;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static int snd_at73c213_probe(struct spi_device *spi)
 | 
			
		||||
static int __devinit snd_at73c213_probe(struct spi_device *spi)
 | 
			
		||||
{
 | 
			
		||||
	struct snd_card			*card;
 | 
			
		||||
	struct snd_at73c213		*chip;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue