projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2550486
)
ASoC: hdac_hdmi: Add device id for Geminilake
author
Vinod Koul
<
[email protected]
>
Thu, 9 Feb 2017 11:14:04 +0000
(16:44 +0530)
committer
Mark Brown
<
[email protected]
>
Thu, 16 Feb 2017 18:58:09 +0000
(18:58 +0000)
Geminilake is new Intel SoC, so add codec entry for HDMI
Signed-off-by: Vinod Koul <
[email protected]
>
Signed-off-by: Senthilnathan Veppur <
[email protected]
>
Signed-off-by: Subhransu S. Prusty <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/codecs/hdac_hdmi.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/hdac_hdmi.c
b/sound/soc/codecs/hdac_hdmi.c
index 0a5510a3a8e12adee7fdd10a4bc94ff0fc0b2327..78fca8acd3ec0a2209876bf5b20a1363a03c6336 100644
(file)
--- a/
sound/soc/codecs/hdac_hdmi.c
+++ b/
sound/soc/codecs/hdac_hdmi.c
@@
-2127,6
+2127,7
@@
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),
HDA_CODEC_EXT_ENTRY(0x8086280b, 0x100000, "Kabylake HDMI", 0),
+ HDA_CODEC_EXT_ENTRY(0x8086280d, 0x100000, "Geminilake HDMI", 0),
{}
};