--- zzzz-none-000/linux-2.6.13.1/sound/oss/Kconfig 2005-09-10 02:42:58.000000000 +0000 +++ ohio-7170-487/linux-2.6.13.1/sound/oss/Kconfig 2006-12-13 07:59:35.000000000 +0000 @@ -4,6 +4,57 @@ # More hacking for modularisation. # # Prompt user for primary drivers. +config SOUND_DAVINCI + tristate "DaVinci Sound Driver" + depends on ARCH_DAVINCI && SOUND_PRIME!=n && SOUND + select DAVINCI_MCBSP + ---help--- + DaVinci Sound driver + +config SOUND_DAVINCI_TLV320AIC33 + tristate "TLV320AIC33 Stereo Codec" + depends on SOUND_DAVINCI + select SENSORS_TLV320AIC33 + ---help--- + If you say yes here you get support for the I2C control + interface for Texas Instruments TLV320AIC33 audio codec. + +menu "DaVinci Audio Options" + depends on SOUND_DAVINCI + +choice + prompt "Mono/Stereo Jack Support" + default MONOSTEREO_SAMEJACK + +config MONOSTEREO_DIFFJACK + bool "Mono and Stereo on different jacks" + +config MONOSTEREO_SAMEJACK + bool "Mono and Stereo on same jacks" + +endchoice + +endmenu + +config SOUND_OMAP + tristate "OMAP Sound Driver" + depends on SOUND_PRIME!=n && SOUND && ARCH_OMAP + ---help--- + OMAP Audio driver + + +config SOUND_OMAP_TSC2101 + tristate "TSC2101 Stereo Codec" + depends on SOUND_OMAP + select OMAP_TSC2101 + select OMAP_UWIRE if ARCH_OMAP + ---help--- + Tsc2101 Audio Codec Driver for OMAP will be enabled. + Will also Enable the following: + 1. uWire Driver based on Platform + 2. TSC2101 Glue driver + + config SOUND_BT878 tristate "BT878 audio dma" depends on SOUND_PRIME && PCI