Add qdspv6v2 and snd_soc_compress dependencies for audio driver to fix compilation issues on msmfalcon_32. CRs-Fixed: 1061427 Change-Id: Iac276eeec710a11e5feeb6899da121ca6324e19b Signed-off-by: Asish Bhattacharya <asishb@codeaurora.org>
20 lines
624 B
Text
20 lines
624 B
Text
config MSM_QDSP6V2_CODECS
|
|
bool "Audio QDSP6V2 APR support"
|
|
depends on MSM_SMD
|
|
select SND_SOC_QDSP6V2
|
|
help
|
|
Enable Audio codecs with APR IPC protocol support between
|
|
application processor and QDSP6 for B-family. APR is
|
|
used by audio driver to configure QDSP6's
|
|
ASM, ADM and AFE.
|
|
|
|
config MSM_ULTRASOUND
|
|
bool "QDSP6V2 HW Ultrasound support"
|
|
select SND_SOC_QDSP6V2
|
|
help
|
|
Enable HW Ultrasound support in QDSP6V2.
|
|
QDSP6V2 can support HW encoder & decoder and
|
|
ultrasound processing. It will enable
|
|
ultrasound data paths between
|
|
HW and services, calculating input events
|
|
upon the ultrasound data.
|