mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 02:59:34 +00:00 
			
		
		
		
	 862c2c0a61
			
		
	
	
		862c2c0a61
		
	
	
	
	
		
			
			This patch adds a new ALSA driver for the audio device found inside most of the SGI O2 workstation. The hardware uses a SGI custom chip, which feeds a AD codec chip. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
		
			
				
	
	
		
			13 lines
		
	
	
		
			279 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			279 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for ALSA
 | |
| #
 | |
| 
 | |
| snd-au1x00-objs := au1x00.o
 | |
| snd-sgi-o2-objs := sgio2audio.o ad1843.o
 | |
| snd-sgi-hal2-objs := hal2.o
 | |
| 
 | |
| # Toplevel Module Dependency
 | |
| obj-$(CONFIG_SND_AU1X00) += snd-au1x00.o
 | |
| obj-$(CONFIG_SND_SGI_O2) += snd-sgi-o2.o
 | |
| obj-$(CONFIG_SND_SGI_HAL2) += snd-sgi-hal2.o
 |