diff mbox

[4/4] ASoC: hdac_hdmi: Add device id for Geminilake

Message ID 1486638844-17975-5-git-send-email-subhransu.s.prusty@intel.com (mailing list archive)
State Accepted
Commit e3efb2ad834b50cb9c8625155e3e2674f5bc443b
Headers show

Commit Message

Subhransu S. Prusty Feb. 9, 2017, 11:14 a.m. UTC
From: Vinod Koul <vinod.koul@intel.com>

Geminilake is new Intel SoC, so add codec entry for HDMI

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Senthilnathan Veppur <senthilnathanx.veppur@intel.com>
Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
---
 sound/soc/codecs/hdac_hdmi.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/sound/soc/codecs/hdac_hdmi.c b/sound/soc/codecs/hdac_hdmi.c
index 17a1ad3ead21..5674b41a8e27 100644
--- a/sound/soc/codecs/hdac_hdmi.c
+++ b/sound/soc/codecs/hdac_hdmi.c
@@ -1843,6 +1843,7 @@  static int hdac_hdmi_runtime_resume(struct device *dev)
 	HDA_CODEC_EXT_ENTRY(0x80862809, 0x100000, "Skylake HDMI", 0),
 	HDA_CODEC_EXT_ENTRY(0x8086280a, 0x100000, "Broxton HDMI", 0),
 	HDA_CODEC_EXT_ENTRY(0x8086280b, 0x100000, "Kabylake HDMI", 0),
+	HDA_CODEC_EXT_ENTRY(0x8086280d, 0x100000, "Geminilake HDMI", 0),
 	{}
 };