# ALSA PowerPC drivers
# Copyright (C) 2006 Sony Computer Entertainment Inc.
# All rights reserved.
#
menu "ALSA PowerPC devices"
	depends on SND!=n && ( PPC64 || PPC32 )

config SND_PS3PF
	tristate "PS3 Audio support of Cell-OS"
	depends on SND
        select SND_PCM
        default m
	help
	  Say Y here to include support for the PS3 audio of Cell-OS

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

config SND_PS3PF_DEFAULT_START_DELAY
       int "Startup delay time in ms"
       depends on SND_PS3PF
       default "2000"
endmenu
