Merge "ASoC: qdsp6v2: Add proper dependency for audio driver"
This commit is contained in:
commit
981a0eae00
2 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
config MSM_QDSP6V2_CODECS
|
config MSM_QDSP6V2_CODECS
|
||||||
bool "Audio QDSP6V2 APR support"
|
bool "Audio QDSP6V2 APR support"
|
||||||
depends on MSM_SMD
|
depends on MSM_SMD
|
||||||
|
select SND_SOC_QDSP6V2
|
||||||
help
|
help
|
||||||
Enable Audio codecs with APR IPC protocol support between
|
Enable Audio codecs with APR IPC protocol support between
|
||||||
application processor and QDSP6 for B-family. APR is
|
application processor and QDSP6 for B-family. APR is
|
||||||
|
@ -9,6 +10,7 @@ config MSM_QDSP6V2_CODECS
|
||||||
|
|
||||||
config MSM_ULTRASOUND
|
config MSM_ULTRASOUND
|
||||||
bool "QDSP6V2 HW Ultrasound support"
|
bool "QDSP6V2 HW Ultrasound support"
|
||||||
|
select SND_SOC_QDSP6V2
|
||||||
help
|
help
|
||||||
Enable HW Ultrasound support in QDSP6V2.
|
Enable HW Ultrasound support in QDSP6V2.
|
||||||
QDSP6V2 can support HW encoder & decoder and
|
QDSP6V2 can support HW encoder & decoder and
|
||||||
|
|
|
@ -15,6 +15,7 @@ config SND_SOC_MSM_QDSP6V2_INTF
|
||||||
config SND_SOC_QDSP6V2
|
config SND_SOC_QDSP6V2
|
||||||
tristate "SoC ALSA audio driver for QDSP6V2"
|
tristate "SoC ALSA audio driver for QDSP6V2"
|
||||||
select SND_SOC_MSM_QDSP6V2_INTF
|
select SND_SOC_MSM_QDSP6V2_INTF
|
||||||
|
select SND_SOC_COMPRESS
|
||||||
help
|
help
|
||||||
To add support for MSM QDSP6V2 Soc Audio.
|
To add support for MSM QDSP6V2 Soc Audio.
|
||||||
This will enable sound soc platform specific
|
This will enable sound soc platform specific
|
||||||
|
|
Loading…
Add table
Reference in a new issue