Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c454fd4e authored by Masakazu Mokuno's avatar Masakazu Mokuno Committed by Jaroslav Kysela
Browse files

[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: default avatarMasakazu Mokuno <mokuno@sm.sony.co.jp>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent 87823090
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -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
+2 −1
Original line number Diff line number Diff line
@@ -7,3 +7,4 @@ snd-powermac-objs := powermac.o pmac.o awacs.o burgundy.o daca.o tumbler.o keywe

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