Kconfig (e3a33673e845f609977970d147d5f8e094c52c73) | Kconfig (24c4cbcfac09f803507c9cefba4233b977d22f0d) |
---|---|
1config SND_SOC_QCOM 2 tristate "ASoC support for QCOM platforms" 3 depends on ARCH_QCOM || COMPILE_TEST 4 help 5 Say Y or M if you want to add support to use audio devices 6 in Qualcomm Technologies SOC-based platforms. 7 8config SND_SOC_LPASS_CPU --- 36 unchanged lines hidden (view full) --- 45 tristate 46 47config SND_SOC_QDSP6_CORE 48 tristate 49 50config SND_SOC_QDSP6_AFE 51 tristate 52 | 1config SND_SOC_QCOM 2 tristate "ASoC support for QCOM platforms" 3 depends on ARCH_QCOM || COMPILE_TEST 4 help 5 Say Y or M if you want to add support to use audio devices 6 in Qualcomm Technologies SOC-based platforms. 7 8config SND_SOC_LPASS_CPU --- 36 unchanged lines hidden (view full) --- 45 tristate 46 47config SND_SOC_QDSP6_CORE 48 tristate 49 50config SND_SOC_QDSP6_AFE 51 tristate 52 |
53config SND_SOC_QDSP6_AFE_DAI 54 tristate 55 |
|
53config SND_SOC_QDSP6_ADM 54 tristate 55 56config SND_SOC_QDSP6_ROUTING 57 tristate 58 59config SND_SOC_QDSP6_ASM 60 tristate 61 62config SND_SOC_QDSP6 63 tristate "SoC ALSA audio driver for QDSP6" 64 depends on QCOM_APR && HAS_DMA 65 select SND_SOC_QDSP6_COMMON 66 select SND_SOC_QDSP6_CORE 67 select SND_SOC_QDSP6_AFE | 56config SND_SOC_QDSP6_ADM 57 tristate 58 59config SND_SOC_QDSP6_ROUTING 60 tristate 61 62config SND_SOC_QDSP6_ASM 63 tristate 64 65config SND_SOC_QDSP6 66 tristate "SoC ALSA audio driver for QDSP6" 67 depends on QCOM_APR && HAS_DMA 68 select SND_SOC_QDSP6_COMMON 69 select SND_SOC_QDSP6_CORE 70 select SND_SOC_QDSP6_AFE |
71 select SND_SOC_QDSP6_AFE_DAI |
|
68 select SND_SOC_QDSP6_ADM 69 select SND_SOC_QDSP6_ROUTING 70 select SND_SOC_QDSP6_ASM 71 help 72 To add support for MSM QDSP6 Soc Audio. 73 This will enable sound soc platform specific 74 audio drivers. This includes q6asm, q6adm, 75 q6afe interfaces to DSP using apr. | 72 select SND_SOC_QDSP6_ADM 73 select SND_SOC_QDSP6_ROUTING 74 select SND_SOC_QDSP6_ASM 75 help 76 To add support for MSM QDSP6 Soc Audio. 77 This will enable sound soc platform specific 78 audio drivers. This includes q6asm, q6adm, 79 q6afe interfaces to DSP using apr. |