Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99190
b: refs/heads/master
c: 787dba3
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Bogendoerfer authored and Jaroslav Kysela committed Jul 14, 2008
1 parent 1c22a80 commit 3ff0600
Show file tree
Hide file tree
Showing 5 changed files with 1,202 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9e4641541e9681a568483133813332cfafa34d86
refs/heads/master: 787dba37a6ff5c80c67f37c081712a6e4af92e25
7 changes: 7 additions & 0 deletions trunk/sound/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ menuconfig SND_MIPS

if SND_MIPS

config SND_SGI_HAL2
tristate "SGI HAL2 Audio"
depends on SGI_HAS_HAL2
help
Sound support for the SGI Indy and Indigo2 Workstation.


config SND_AU1X00
tristate "Au1x00 AC97 Port Driver"
depends on SOC_AU1000 || SOC_AU1100 || SOC_AU1500
Expand Down
2 changes: 2 additions & 0 deletions trunk/sound/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#

snd-au1x00-objs := au1x00.o
snd-sgi-hal2-objs := hal2.o

# Toplevel Module Dependency
obj-$(CONFIG_SND_AU1X00) += snd-au1x00.o
obj-$(CONFIG_SND_SGI_HAL2) += snd-sgi-hal2.o
Loading

0 comments on commit 3ff0600

Please sign in to comment.