Skip to content

Commit

Permalink
ASoC: hdac_hdmi: Add broxton device ID
Browse files Browse the repository at this point in the history
Broxton HDMI codec is similar to Skylake so add the device ID

Signed-off-by: Jeeja KP <[email protected]>
Signed-off-by: GuruprasadX Pawse <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
kpjeeja authored and broonie committed Mar 12, 2016
1 parent b379b1f commit e230480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/codecs/hdac_hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
{}
};

Expand Down

0 comments on commit e230480

Please sign in to comment.