mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
sound: add HDMI codec Kconfig
Add Kconfig entry and dependency for HDMI codec on mpq8092. Change-Id: I7aaa9d923fbb8abe3d936e5d16ff1c435cf15f9b Signed-off-by: Dhananjay Kumar <dhakumar@codeaurora.org>
This commit is contained in:
parent
a6ddea2cfb
commit
1178c4a0e0
2 changed files with 2 additions and 1 deletions
|
@ -542,7 +542,7 @@ config SND_SOC_MSM_STUB
|
|||
|
||||
config SND_SOC_MSM_HDMI_CODEC_RX
|
||||
bool "HDMI Audio Playback"
|
||||
depends on FB_MSM_MDSS_HDMI_PANEL && (SND_SOC_MSM8974 || SND_SOC_APQ8084)
|
||||
depends on FB_MSM_MDSS_HDMI_PANEL && (SND_SOC_MSM8974 || SND_SOC_APQ8084 || SND_SOC_MPQ8092)
|
||||
help
|
||||
HDMI audio drivers should be built only if the platform
|
||||
supports hdmi panel.
|
||||
|
|
|
@ -175,6 +175,7 @@ config SND_SOC_MPQ8092
|
|||
select SND_SOC_MSM_STUB
|
||||
select SND_SOC_MSM_HOSTLESS_PCM
|
||||
select SND_SOC_WCD9310
|
||||
select SND_SOC_MSM_HDMI_CODEC_RX
|
||||
select SND_DYNAMIC_MINORS
|
||||
help
|
||||
To add support for SoC audio on MPQ8092.
|
||||
|
|
Loading…
Reference in a new issue