1 # SPDX-License-Identifier: GPL-2.0-only 1 # SPDX-License-Identifier: GPL-2.0-only 2 menu "Audio support for Texas Instruments SoCs 2 menu "Audio support for Texas Instruments SoCs" 3 depends on DMA_OMAP || TI_EDMA || TI_K3_UDMA | !! 3 depends on DMA_OMAP || TI_EDMA || COMPILE_TEST 4 4 5 config SND_SOC_TI_EDMA_PCM 5 config SND_SOC_TI_EDMA_PCM 6 tristate 6 tristate 7 select SND_SOC_GENERIC_DMAENGINE_PCM 7 select SND_SOC_GENERIC_DMAENGINE_PCM 8 8 9 config SND_SOC_TI_SDMA_PCM 9 config SND_SOC_TI_SDMA_PCM 10 tristate 10 tristate 11 select SND_SOC_GENERIC_DMAENGINE_PCM 11 select SND_SOC_GENERIC_DMAENGINE_PCM 12 12 13 config SND_SOC_TI_UDMA_PCM << 14 tristate << 15 select SND_SOC_GENERIC_DMAENGINE_PCM << 16 << 17 comment "Texas Instruments DAI support for:" 13 comment "Texas Instruments DAI support for:" 18 config SND_SOC_DAVINCI_ASP 14 config SND_SOC_DAVINCI_ASP 19 tristate "daVinci Audio Serial Port (A !! 15 tristate "daVinci Audio Serial Port (ASP) or McBSP suport" 20 depends on ARCH_DAVINCI || COMPILE_TES 16 depends on ARCH_DAVINCI || COMPILE_TEST 21 select SND_SOC_TI_EDMA_PCM 17 select SND_SOC_TI_EDMA_PCM 22 help 18 help 23 Say Y or M here if you want audio su 19 Say Y or M here if you want audio support via daVinci ASP or McBSP. 24 The driver only implements the ASP s 20 The driver only implements the ASP support which is a subset of 25 daVinci McBSP (w/o the multichannel 21 daVinci McBSP (w/o the multichannel support). 26 22 27 config SND_SOC_DAVINCI_MCASP 23 config SND_SOC_DAVINCI_MCASP 28 tristate "Multichannel Audio Serial Po 24 tristate "Multichannel Audio Serial Port (McASP) support" 29 depends on COMMON_CLK << 30 select SND_SOC_TI_EDMA_PCM 25 select SND_SOC_TI_EDMA_PCM 31 select SND_SOC_TI_SDMA_PCM 26 select SND_SOC_TI_SDMA_PCM 32 select SND_SOC_TI_UDMA_PCM << 33 help 27 help 34 Say Y or M here if you want to have 28 Say Y or M here if you want to have support for McASP IP found in 35 various Texas Instruments SoCs like: 29 various Texas Instruments SoCs like: 36 - daVinci devices 30 - daVinci devices 37 - Sitara line of SoCs (AM335x, AM438 31 - Sitara line of SoCs (AM335x, AM438x, etc) 38 - OMAP4 << 39 - DRA7x devices 32 - DRA7x devices 40 - Keystone devices 33 - Keystone devices 41 - K3 devices (am654, j721e) !! 34 >> 35 config SND_SOC_DAVINCI_VCIF >> 36 tristate "daVinci Voice Interface (VCIF) suport" >> 37 depends on ARCH_DAVINCI || COMPILE_TEST >> 38 select SND_SOC_TI_EDMA_PCM >> 39 help >> 40 Say Y or M here if you want audio support via daVinci VCIF. 42 41 43 config SND_SOC_OMAP_DMIC 42 config SND_SOC_OMAP_DMIC 44 tristate "Digital Microphone Module (D 43 tristate "Digital Microphone Module (DMIC) support" 45 depends on ARCH_OMAP4 || SOC_OMAP5 || !! 44 depends on ARCH_OMAP4 || SOC_OMAP5 || COMPILE_TEST 46 select SND_SOC_TI_SDMA_PCM 45 select SND_SOC_TI_SDMA_PCM 47 help 46 help 48 Say Y or M here if you want to have 47 Say Y or M here if you want to have support for DMIC IP found in 49 OMAP4 and OMAP5. 48 OMAP4 and OMAP5. 50 49 51 config SND_SOC_OMAP_MCBSP 50 config SND_SOC_OMAP_MCBSP 52 tristate "Multichannel Buffered Serial 51 tristate "Multichannel Buffered Serial Port (McBSP) support" 53 depends on ARCH_OMAP || ARCH_OMAP1 || !! 52 depends on ARCH_OMAP || ARCH_OMAP1 || COMPILE_TEST 54 select SND_SOC_TI_SDMA_PCM 53 select SND_SOC_TI_SDMA_PCM 55 help 54 help 56 Say Y or M here if you want to have 55 Say Y or M here if you want to have support for McBSP IP found in 57 Texas Instruments OMAP1/2/3/4/5 SoCs 56 Texas Instruments OMAP1/2/3/4/5 SoCs. 58 57 59 config SND_SOC_OMAP_MCPDM 58 config SND_SOC_OMAP_MCPDM 60 tristate "Multichannel PDM Controller 59 tristate "Multichannel PDM Controller (McPDM) support" 61 depends on ARCH_OMAP4 || SOC_OMAP5 || 60 depends on ARCH_OMAP4 || SOC_OMAP5 || COMPILE_TEST 62 select SND_SOC_TI_SDMA_PCM 61 select SND_SOC_TI_SDMA_PCM 63 help 62 help 64 Say Y or M here if you want to have 63 Say Y or M here if you want to have support for McPDM IP found in 65 OMAP4 and OMAP5. 64 OMAP4 and OMAP5. 66 65 67 comment "Audio support for boards with Texas I 66 comment "Audio support for boards with Texas Instruments SoCs" 68 config SND_SOC_NOKIA_N810 67 config SND_SOC_NOKIA_N810 69 tristate "SoC Audio support for Nokia 68 tristate "SoC Audio support for Nokia N810" 70 depends on MACH_NOKIA_N810 && I2C 69 depends on MACH_NOKIA_N810 && I2C 71 select SND_SOC_OMAP_MCBSP 70 select SND_SOC_OMAP_MCBSP 72 select SND_SOC_TLV320AIC3X 71 select SND_SOC_TLV320AIC3X 73 help 72 help 74 Say Y or M if you want to add suppor 73 Say Y or M if you want to add support for SoC audio on Nokia N810. 75 74 76 config SND_SOC_NOKIA_RX51 75 config SND_SOC_NOKIA_RX51 77 tristate "SoC Audio support for Nokia 76 tristate "SoC Audio support for Nokia RX-51" 78 depends on ARCH_OMAP3 && I2C && GPIOLI 77 depends on ARCH_OMAP3 && I2C && GPIOLIB 79 select SND_SOC_OMAP_MCBSP 78 select SND_SOC_OMAP_MCBSP 80 select SND_SOC_TLV320AIC3X 79 select SND_SOC_TLV320AIC3X 81 select SND_SOC_TPA6130A2 80 select SND_SOC_TPA6130A2 82 help 81 help 83 Say Y or M if you want to add suppor 82 Say Y or M if you want to add support for SoC audio on Nokia RX-51 84 hardware. This is also known as Noki 83 hardware. This is also known as Nokia N900 product. 85 84 86 config SND_SOC_OMAP3_PANDORA 85 config SND_SOC_OMAP3_PANDORA 87 tristate "SoC Audio support for OMAP3 86 tristate "SoC Audio support for OMAP3 Pandora" 88 depends on ARCH_OMAP3 87 depends on ARCH_OMAP3 89 depends on TWL4030_CORE 88 depends on TWL4030_CORE 90 select SND_SOC_OMAP_MCBSP 89 select SND_SOC_OMAP_MCBSP 91 select SND_SOC_TWL4030 90 select SND_SOC_TWL4030 92 help 91 help 93 Say Y or M if you want to add suppor 92 Say Y or M if you want to add support for SoC audio on the OMAP3 Pandora. 94 93 95 config SND_SOC_OMAP3_TWL4030 94 config SND_SOC_OMAP3_TWL4030 96 tristate "SoC Audio support for OMAP3 95 tristate "SoC Audio support for OMAP3 based boards with twl4030 codec" 97 depends on ARCH_OMAP3 || COMPILE_TEST !! 96 depends on ARCH_OMAP3 || COMPILE_TEST 98 depends on TWL4030_CORE 97 depends on TWL4030_CORE 99 select SND_SOC_OMAP_MCBSP 98 select SND_SOC_OMAP_MCBSP 100 select SND_SOC_TWL4030 99 select SND_SOC_TWL4030 101 help 100 help 102 Say Y or M if you want to add suppor 101 Say Y or M if you want to add support for SoC audio on OMAP3 based 103 boards using twl4030 as codec. This 102 boards using twl4030 as codec. This driver currently supports: 104 - Beagleboard or Devkit8000 103 - Beagleboard or Devkit8000 105 - Gumstix Overo or CompuLab CM-T35/C 104 - Gumstix Overo or CompuLab CM-T35/CM-T3730 106 - IGEP v2 105 - IGEP v2 107 - OMAP3EVM 106 - OMAP3EVM 108 - SDP3430 107 - SDP3430 109 - Zoom2 108 - Zoom2 110 109 111 config SND_SOC_OMAP_ABE_TWL6040 110 config SND_SOC_OMAP_ABE_TWL6040 112 tristate "SoC Audio support for OMAP b 111 tristate "SoC Audio support for OMAP boards using ABE and twl6040 codec" 113 depends on TWL6040_CORE && COMMON_CLK 112 depends on TWL6040_CORE && COMMON_CLK 114 depends on ARCH_OMAP4 || (SOC_OMAP5 && 113 depends on ARCH_OMAP4 || (SOC_OMAP5 && MFD_PALMAS) || COMPILE_TEST 115 select SND_SOC_OMAP_DMIC 114 select SND_SOC_OMAP_DMIC 116 select SND_SOC_OMAP_MCPDM 115 select SND_SOC_OMAP_MCPDM 117 select SND_SOC_TWL6040 116 select SND_SOC_TWL6040 118 help 117 help 119 Say Y or M if you want to add suppor 118 Say Y or M if you want to add support for SoC audio on OMAP boards 120 using ABE and twl6040 codec. This dr 119 using ABE and twl6040 codec. This driver currently supports: 121 - SDP4430/Blaze boards 120 - SDP4430/Blaze boards 122 - PandaBoard (4430) 121 - PandaBoard (4430) 123 - PandaBoardES (4460) 122 - PandaBoardES (4460) 124 - OMAP5 uEVM 123 - OMAP5 uEVM 125 124 126 config SND_SOC_OMAP_AMS_DELTA 125 config SND_SOC_OMAP_AMS_DELTA 127 tristate "SoC Audio support for Amstra 126 tristate "SoC Audio support for Amstrad E3 (Delta) videophone" 128 depends on MACH_AMS_DELTA || COMPILE_T !! 127 depends on MACH_AMS_DELTA && TTY 129 depends on TTY !! 128 select SND_SOC_OMAP_MCBSP 130 select SND_SOC_OMAP_MCBSP if COMMON_CL << 131 select SND_SOC_CX20442 129 select SND_SOC_CX20442 132 help 130 help 133 Say Y or M if you want to add suppo 131 Say Y or M if you want to add support for SoC audio device 134 connected to a handset and a speaker 132 connected to a handset and a speakerphone found on Amstrad E3 (Delta) 135 videophone. 133 videophone. 136 134 137 Note that in order to get those devi 135 Note that in order to get those devices fully supported, you have to 138 build the kernel with standard s 136 build the kernel with standard serial port driver included and 139 configured for at least 4 ports. Th 137 configured for at least 4 ports. Then, from userspace, you must load 140 a line discipline #19 on the modem ( 138 a line discipline #19 on the modem (ttyS3) serial line. The simplest 141 way to achieve this is to install ut 139 way to achieve this is to install util-linux-ng and use the included 142 ldattach utility. This can be st 140 ldattach utility. This can be started automatically from udev, 143 a simple rule like this one should d 141 a simple rule like this one should do the trick (it does for me): 144 ACTION=="add", KERNEL=="contro 142 ACTION=="add", KERNEL=="controlC0", \ 145 RUN+="/usr/sbi 143 RUN+="/usr/sbin/ldattach 19 /dev/ttyS3" 146 144 147 config SND_SOC_OMAP_HDMI 145 config SND_SOC_OMAP_HDMI 148 tristate "OMAP4/5 HDMI audio support" 146 tristate "OMAP4/5 HDMI audio support" 149 depends on OMAP4_DSS_HDMI || OMAP5_DSS 147 depends on OMAP4_DSS_HDMI || OMAP5_DSS_HDMI || COMPILE_TEST 150 select SND_SOC_TI_SDMA_PCM 148 select SND_SOC_TI_SDMA_PCM 151 help 149 help 152 For HDMI audio to work OMAPDSS HDMI 150 For HDMI audio to work OMAPDSS HDMI support should be 153 enabled. 151 enabled. 154 The hdmi audio driver implements cpu 152 The hdmi audio driver implements cpu-dai component using the 155 callbacks provided by OMAPDSS and re 153 callbacks provided by OMAPDSS and registers the component 156 under DSS HDMI device. Omap-pcm is r 154 under DSS HDMI device. Omap-pcm is registered for platform 157 component also under DSS HDMI device 155 component also under DSS HDMI device. Dummy codec is used as 158 as codec component. The hdmi audio d 156 as codec component. The hdmi audio driver implements also 159 the card and registers it under its 157 the card and registers it under its own platform device. 160 The device for the driver is registe 158 The device for the driver is registered by OMAPDSS hdmi 161 driver. 159 driver. 162 160 163 config SND_SOC_OMAP_OSK5912 161 config SND_SOC_OMAP_OSK5912 164 tristate "SoC Audio support for omap o 162 tristate "SoC Audio support for omap osk5912" 165 depends on MACH_OMAP_OSK && I2C 163 depends on MACH_OMAP_OSK && I2C 166 select SND_SOC_OMAP_MCBSP 164 select SND_SOC_OMAP_MCBSP 167 select SND_SOC_TLV320AIC23_I2C 165 select SND_SOC_TLV320AIC23_I2C 168 help 166 help 169 Say Y or M if you want to add suppor 167 Say Y or M if you want to add support for SoC audio on osk5912. 170 168 171 config SND_SOC_DAVINCI_EVM 169 config SND_SOC_DAVINCI_EVM 172 tristate "SoC Audio support for DaVinc 170 tristate "SoC Audio support for DaVinci EVMs" 173 depends on ARCH_DAVINCI && I2C 171 depends on ARCH_DAVINCI && I2C >> 172 select SND_SOC_DAVINCI_ASP if MACH_DAVINCI_DM355_EVM >> 173 select SND_SOC_DAVINCI_ASP if SND_SOC_DM365_AIC3X_CODEC >> 174 select SND_SOC_DAVINCI_VCIF if SND_SOC_DM365_VOICE_CODEC >> 175 select SND_SOC_DAVINCI_ASP if MACH_DAVINCI_EVM # DM6446 >> 176 select SND_SOC_DAVINCI_MCASP if MACH_DAVINCI_DM6467_EVM >> 177 select SND_SOC_SPDIF if MACH_DAVINCI_DM6467_EVM >> 178 select SND_SOC_DAVINCI_MCASP if MACH_DAVINCI_DA830_EVM >> 179 select SND_SOC_DAVINCI_MCASP if MACH_DAVINCI_DA850_EVM 174 select SND_SOC_TLV320AIC3X 180 select SND_SOC_TLV320AIC3X 175 help 181 help 176 Say Y if you want to add support for 182 Say Y if you want to add support for SoC audio on the following TI 177 DaVinci EVM platforms: 183 DaVinci EVM platforms: 178 - DM355 184 - DM355 179 - DM365 185 - DM365 180 - DM6446 186 - DM6446 181 - DM6447 187 - DM6447 182 - DM830 188 - DM830 183 - DM850 189 - DM850 184 190 185 config SND_SOC_J721E_EVM !! 191 choice 186 tristate "SoC Audio support for j721e !! 192 prompt "DM365 codec select" 187 depends on ARCH_K3 || COMPILE_TEST && !! 193 depends on SND_SOC_DAVINCI_EVM 188 depends on I2C !! 194 depends on MACH_DAVINCI_DM365_EVM 189 select SND_SOC_PCM3168A_I2C !! 195 190 select SND_SOC_DAVINCI_MCASP !! 196 config SND_SOC_DM365_AIC3X_CODEC >> 197 bool "Audio Codec - AIC3101" >> 198 help >> 199 Say Y if you want to add support for AIC3101 audio codec >> 200 >> 201 config SND_SOC_DM365_VOICE_CODEC >> 202 bool "Voice Codec - CQ93VC" >> 203 select MFD_DAVINCI_VOICECODEC >> 204 select SND_SOC_CQ0093VC 191 help 205 help 192 Say Y if you want to add support for !! 206 Say Y if you want to add support for SoC On-chip voice codec 193 Processor Board and Infotainment exp !! 207 endchoice >> 208 194 endmenu 209 endmenu 195 210
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.