mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-04 20:19:47 +08:00 
			
		
		
		
	 7177395fdd
			
		
	
	
		7177395fdd
		
	
	
	
	
		
			
			This patch add AC97 support for ATMEL AT91, using the AVR32 code. While AVR is using a DMA, the AT91 chips are using a Peripheral Data Controller. Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
		
			
				
	
	
		
			20 lines
		
	
	
		
			484 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			484 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| menu "Atmel devices (AVR32 and AT91)"
 | |
| 	depends on AVR32 || ARCH_AT91
 | |
| 
 | |
| config SND_ATMEL_ABDAC
 | |
| 	tristate "Atmel Audio Bitstream DAC (ABDAC) driver"
 | |
| 	select SND_PCM
 | |
| 	depends on DW_DMAC && AVR32
 | |
| 	help
 | |
| 	  ALSA sound driver for the Atmel Audio Bitstream DAC (ABDAC).
 | |
| 
 | |
| config SND_ATMEL_AC97C
 | |
| 	tristate "Atmel AC97 Controller (AC97C) driver"
 | |
| 	select SND_PCM
 | |
| 	select SND_AC97_CODEC
 | |
| 	depends on (DW_DMAC && AVR32) || ARCH_AT91
 | |
| 	help
 | |
| 	  ALSA sound driver for the Atmel AC97 controller.
 | |
| 
 | |
| endmenu
 |