projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b379b1f
)
ASoC: hdac_hdmi: Add broxton device ID
author
Jeeja KP
<jeeja.kp@intel.com>
Fri, 11 Mar 2016 04:42:55 +0000
(10:12 +0530)
committer
Mark Brown
<broonie@kernel.org>
Sat, 12 Mar 2016 06:02:54 +0000
(13:02 +0700)
Broxton HDMI codec is similar to Skylake so add the device ID
Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: GuruprasadX Pawse <guruprasadx.pawse@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/hdac_hdmi.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/hdac_hdmi.c
b/sound/soc/codecs/hdac_hdmi.c
index 7851dd204a4901da8b343530adb4e7d50e35a156..cb0b036a11398331d074fcc34b82876ec027b8fd 100644
(file)
--- a/
sound/soc/codecs/hdac_hdmi.c
+++ b/
sound/soc/codecs/hdac_hdmi.c
@@
-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),
{}
};