# ALSA ARM drivers

menu "ALSA ARM devices"
	depends on SND!=n && ARM

config SND_MP200
	tristate "mp200 audio driver"
	depends on ARCH_MP200 && SND
	select SND_PCM
	select SND_HWDEP
	help
	  Say Y here if you have a audio & voice on mp200 chip.

config SND_SA11XX_UDA1341
	tristate "SA11xx UDA1341TS driver (iPaq H3600)"
	depends on ARCH_SA1100 && SND && L3
	select SND_PCM
	help
	  Say Y here if you have a Compaq iPaq H3x00 handheld computer
	  and want to use its Philips UDA 1341 audio chip.

	  To compile this driver as a module, choose M here: the module
	  will be called snd-sa11xx-uda1341.

config SND_ARMAACI
	tristate "ARM PrimeCell PL041 AC Link support"
	depends on SND && ARM_AMBA
	select SND_PCM
	select SND_AC97_CODEC

config SND_PXA2XX_PCM
	tristate
	select SND_PCM

config SND_PXA2XX_AC97
	tristate "AC97 driver for the Intel PXA2xx chip"
	depends on ARCH_PXA && SND
	select SND_PXA2XX_PCM
	select SND_AC97_CODEC
	help
	  Say Y or M if you want to support any AC97 codec attached to
	  the PXA2xx AC97 interface.

config SND_MXC_PMIC
	tristate "MXC PMIC sound system"
	depends on ARCH_MXC && MXC_DAM && MXC_SSI && MXC_MC13783_AUDIO
	default y
	select SND_PCM
	help
	  Say Y here to include support for soundcards based on the
	  MC13783 chip.

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


config  SND_MXC_PLAYBACK_MIXING
        bool "Playback Stream Mixing"
        depends on !ARCH_MX27 && ARCH_MXC && MXC_DAM && MXC_SSI && MXC_MC13783_AUDIO
        default n
        select SND_PCM
        help
          Say Y here to include support mixing for soundcards based on the
          MC13783 chip. This supports audio stream mixing on VCODEC for mc13783-based
          platforms. Analog mixng as well as Digital mixing can be tested on these
          platforms.  As of now, mixing of mono files only are supported in Digital Mixing
          since it is done on VCODEC. SSI 2 channel mode is used to mix 2 streams on a
          single SSI.  (imx27ads has only Analog Mixing).

config PGPF_NAVU2_SND
	tristate "NAVU2 audio support"
	depends on PGPF_NAVU2 && MXC_MC13783_AUDIO
	default y
	select SND_PCM
	select SND_HWDEP

config PGPF_PCM_USE_PDMA
	bool "use PDMA for mp200 pcm"
	depends on (PGPF_NAVU2_SND || SND_MP200) && MACH_PGPF
	default y

endmenu
