Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ed600df authored by Rohit Kumar's avatar Rohit Kumar Committed by Gerrit - the friendly Code Review server
Browse files

ASoC: codecs: Update Depends on macro for HDMI codec



CONFIG_SND_SOC_SDM660_COMMON is not defined. Use
CONFIG_SND_SOC_660 instead of 660_COMMON macro as
dependency for  HDMI codec config.

CRs-Fixed: 2071065
Change-Id: I30f6bf32fad2d7ae966571b6b5410d7cbd154285
Signed-off-by: default avatarRohit Kumar <rohitkr@codeaurora.org>
parent 90c5afef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1159,7 +1159,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_APQ8084 || SND_SOC_MSM8994 || SND_SOC_MSM8996 || SND_SOC_MSM8998 || SND_SOC_SDM660_COMMON)
	depends on FB_MSM_MDSS_HDMI_PANEL && (SND_SOC_APQ8084 || SND_SOC_MSM8994 || SND_SOC_MSM8996 || SND_SOC_MSM8998 || SND_SOC_660)
	help
	HDMI audio drivers should be built only if the platform
        supports hdmi panel.