Path: csiph.com!eternal-september.org!feeder.eternal-september.org!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod From: "Levin, Alexander (Sasha Levin)" Newsgroups: linux.kernel Subject: [PATCH review for 4.9 07/50] ALSA: hda: Add Geminilake HDMI codec ID Date: Mon, 25 Sep 2017 03:40:03 +0200 Message-ID: References: Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=verizon.com; i=@verizon.com; q=dns/txt; s=corp; t=1506302037; x=1537838037; h=from:cc:to:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=u1q3nlEe1XaXwBCucAVK3TSYZjHDE7UZqqUPhLEF7NI=; b=QV/4SoRyJ3zUETLTxd1Jc4FSZaYWJwSy/KJFaImdH5P96wIWG5l5duDJ HPxmXuP6DC5geeHmd0OErQAQsYMj344z9OQT9Q40Q74/vHI3UWWd0W+nn +kwqsYreizYjqvCY3Uz7k/v568g6LI9kBw/FqjC38ErQdfnQmmWUuH0Hj Y=; Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=verizon.com; i=@verizon.com; q=dns/txt; s=corp; t=1506301966; x=1537837966; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=u1q3nlEe1XaXwBCucAVK3TSYZjHDE7UZqqUPhLEF7NI=; b=NcySamPPehjJ0n8imJi3DGduFMnMJt9kcPWDdDxCIOMUUpu2s9i3xVbz zHCqzdLb0g4Z0dR/VHnrHazD3OKdKGO5KJvoWgjx4y/G/F29Gg0pllB00 rhHal+EAxWkEiAfIy5GMJDXd7UtiX/jWQDEr31REp0LzsiUeG+Ta0SQ4l s=; Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=verizon.com; i=@verizon.com; q=dns/txt; s=corp; t=1506301966; x=1537837966; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=u1q3nlEe1XaXwBCucAVK3TSYZjHDE7UZqqUPhLEF7NI=; b=NcySamPPehjJ0n8imJi3DGduFMnMJt9kcPWDdDxCIOMUUpu2s9i3xVbz zHCqzdLb0g4Z0dR/VHnrHazD3OKdKGO5KJvoWgjx4y/G/F29Gg0pllB00 rhHal+EAxWkEiAfIy5GMJDXd7UtiX/jWQDEr31REp0LzsiUeG+Ta0SQ4l s=; X-Host: ranger.odc.vzwcorp.com Thread-Topic: [PATCH review for 4.9 07/50] ALSA: hda: Add Geminilake HDMI codec ID Thread-Index: AQHTNZti4FY/sv4ShEmR1X67xgnYUQ== Accept-Language: en-US Content-Language: en-US X-Ms-Exchange-Messagesentrepresentingtype: 1 X-Ms-Exchange-Transport-Fromentityheader: Hosted X-Originating-IP: [10.144.60.250] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Sender: robomod@news.nic.it List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Approved: robomod@news.nic.it Lines: 31 Organization: linux.* mail to news gateway X-Original-Cc: Vinod Koul , Senthilnathan Veppur , Takashi Iwai , "Levin, Alexander (Sasha Levin)" X-Original-Date: Mon, 25 Sep 2017 01:12:42 +0000 X-Original-Message-ID: <20170925011225.10029-7-alexander.levin@verizon.com> X-Original-References: <20170925011225.10029-1-alexander.levin@verizon.com> X-Original-Sender: linux-kernel-owner@vger.kernel.org Xref: csiph.com linux.kernel:1738700 From: Vinod Koul [ Upstream commit 126cfa2f5e15ae2ca7f70be71b07e6cd8d2b44d1 ] Geminilake HDMI codec 0x280d is similar to previous platforms, so add it wi= th similar ops as previous. Signed-off-by: Senthilnathan Veppur Signed-off-by: Vinod Koul Signed-off-by: Takashi Iwai Signed-off-by: Sasha Levin --- sound/pci/hda/patch_hdmi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index 775c67818bf1..bd650222e711 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c @@ -3685,6 +3685,7 @@ HDA_CODEC_ENTRY(0x80862808, "Broadwell HDMI", patch_i= 915_hsw_hdmi), HDA_CODEC_ENTRY(0x80862809, "Skylake HDMI", patch_i915_hsw_hdmi), HDA_CODEC_ENTRY(0x8086280a, "Broxton HDMI", patch_i915_hsw_hdmi), HDA_CODEC_ENTRY(0x8086280b, "Kabylake HDMI", patch_i915_hsw_hdmi), +HDA_CODEC_ENTRY(0x8086280d, "Geminilake HDMI", patch_i915_hsw_hdmi), HDA_CODEC_ENTRY(0x80862880, "CedarTrail HDMI", patch_generic_hdmi), HDA_CODEC_ENTRY(0x80862882, "Valleyview2 HDMI", patch_i915_byt_hdmi), HDA_CODEC_ENTRY(0x80862883, "Braswell HDMI", patch_i915_byt_hdmi), --=20 2.11.0