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

Commit e2304803 authored by Jeeja KP's avatar Jeeja KP Committed by Mark Brown
Browse files

ASoC: hdac_hdmi: Add broxton device ID



Broxton HDMI codec is similar to Skylake so add the device ID

Signed-off-by: default avatarJeeja KP <jeeja.kp@intel.com>
Signed-off-by: default avatarGuruprasadX Pawse <guruprasadx.pawse@intel.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent b379b1fa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1634,6 +1634,7 @@ static const struct dev_pm_ops hdac_hdmi_pm = {

static const struct hda_device_id hdmi_list[] = {
	HDA_CODEC_EXT_ENTRY(0x80862809, 0x100000, "Skylake HDMI", 0),
	HDA_CODEC_EXT_ENTRY(0x8086280a, 0x100000, "Broxton HDMI", 0),
	{}
};