diff options
author | Masakazu Mokuno <mokuno@sm.sony.co.jp> | 2007-07-03 06:54:49 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-07-20 05:11:40 -0400 |
commit | c454fd4e888dc2b1423b6a65106a619e99a2deb4 (patch) | |
tree | 23b7b38c0990de70e3d029eef14d30243f7afaa5 /sound/ppc/Makefile | |
parent | 87823090a8bd373f34bdb6f1d5cdc5f2f4da4905 (diff) |
[ALSA] Add PS3 sound driver
The patch adds the support for the sound feature of PS3 - the digital
output of HDMI and SPDIF optical, and the analog output of AV multi.
Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/ppc/Makefile')
-rw-r--r-- | sound/ppc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/ppc/Makefile b/sound/ppc/Makefile index 4d95c652c8ca..eacee2d0675c 100644 --- a/sound/ppc/Makefile +++ b/sound/ppc/Makefile | |||
@@ -6,4 +6,5 @@ | |||
6 | snd-powermac-objs := powermac.o pmac.o awacs.o burgundy.o daca.o tumbler.o keywest.o beep.o | 6 | snd-powermac-objs := powermac.o pmac.o awacs.o burgundy.o daca.o tumbler.o keywest.o beep.o |
7 | 7 | ||
8 | # Toplevel Module Dependency | 8 | # Toplevel Module Dependency |
9 | obj-$(CONFIG_SND_POWERMAC) += snd-powermac.o | 9 | obj-$(CONFIG_SND_POWERMAC) += snd-powermac.o |
10 | obj-$(CONFIG_SND_PS3) += snd_ps3.o | ||