Kconfig (be1df61cf06efb355c90702e46b8d46f055acb4e) | Kconfig (b86ef5367761603df5f66ce08fb014b991f6b51d) |
---|---|
1menu "SoC Audio for Freescale CPUs" 2 3comment "Common SoC Audio options for Freescale CPUs:" 4 5config SND_SOC_FSL_ASRC 6 tristate "Asynchronous Sample Rate Converter (ASRC) module support" 7 depends on HAS_DMA 8 select REGMAP_MMIO --- 289 unchanged lines hidden (view full) --- 298 select SND_SOC_FSL_SAI 299 select SND_SOC_FSL_SSI 300 help 301 ALSA SoC Audio support with ASRC feature for Freescale SoCs that have 302 ESAI/SAI/SSI and connect with external CODECs such as WM8962, CS42888, 303 CS4271, CS4272 and SGTL5000. 304 Say Y if you want to add support for Freescale Generic ASoC Sound Card. 305 | 1menu "SoC Audio for Freescale CPUs" 2 3comment "Common SoC Audio options for Freescale CPUs:" 4 5config SND_SOC_FSL_ASRC 6 tristate "Asynchronous Sample Rate Converter (ASRC) module support" 7 depends on HAS_DMA 8 select REGMAP_MMIO --- 289 unchanged lines hidden (view full) --- 298 select SND_SOC_FSL_SAI 299 select SND_SOC_FSL_SSI 300 help 301 ALSA SoC Audio support with ASRC feature for Freescale SoCs that have 302 ESAI/SAI/SSI and connect with external CODECs such as WM8962, CS42888, 303 CS4271, CS4272 and SGTL5000. 304 Say Y if you want to add support for Freescale Generic ASoC Sound Card. 305 |
306config SND_SOC_IMX_AUDMIX 307 tristate "SoC Audio support for i.MX boards with AUDMIX" 308 select SND_SOC_FSL_AUDMIX 309 select SND_SOC_FSL_SAI 310 help 311 SoC Audio support for i.MX boards with Audio Mixer 312 Say Y if you want to add support for SoC audio on an i.MX board with 313 an Audio Mixer. 314 |
|
306endif # SND_IMX_SOC 307 308endmenu | 315endif # SND_IMX_SOC 316 317endmenu |