Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62083
b: refs/heads/master
c: c454fd4
h: refs/heads/master
i:
  62081: 2fc0f59
  62079: 94a2951
v: v3
  • Loading branch information
Masakazu Mokuno authored and Jaroslav Kysela committed Jul 20, 2007
1 parent a02f91e commit 5d50733
Show file tree
Hide file tree
Showing 6 changed files with 2,174 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 87823090a8bd373f34bdb6f1d5cdc5f2f4da4905
refs/heads/master: c454fd4e888dc2b1423b6a65106a619e99a2deb4
20 changes: 20 additions & 0 deletions trunk/sound/ppc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,23 @@ config SND_POWERMAC_AUTO_DRC
option.

endmenu

menu "ALSA PowerPC devices"
depends on SND!=n && ( PPC64 || PPC32 )

config SND_PS3
tristate "PS3 Audio support"
depends on SND && PS3_PS3AV
select SND_PCM
default m
help
Say Y here to include support for audio on the PS3

To compile this driver as a module, choose M here: the module
will be called snd_ps3.

config SND_PS3_DEFAULT_START_DELAY
int "Startup delay time in ms"
depends on SND_PS3
default "2000"
endmenu
3 changes: 2 additions & 1 deletion trunk/sound/ppc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
snd-powermac-objs := powermac.o pmac.o awacs.o burgundy.o daca.o tumbler.o keywest.o beep.o

# Toplevel Module Dependency
obj-$(CONFIG_SND_POWERMAC) += snd-powermac.o
obj-$(CONFIG_SND_POWERMAC) += snd-powermac.o
obj-$(CONFIG_SND_PS3) += snd_ps3.o
Loading

0 comments on commit 5d50733

Please sign in to comment.