[alsa-devel] [PATCH] ALSA: hda: Add Geminilake HDMI codec ID

Vinod Koul vinod.koul at intel.com
Mon Feb 27 17:15:55 CET 2017


On Mon, Feb 27, 2017 at 05:11:08PM +0100, Takashi Iwai wrote:
> On Mon, 27 Feb 2017 16:49:44 +0100,
> Vinod Koul wrote:
> > 
> > Geminilake HDMI codec 0x280d is similar to previous platforms, so add it with
> > similar ops as previous.
> > 
> > Signed-off-by: Senthilnathan Veppur <senthilnathanx.veppur at intel.com>
> > Signed-off-by: Vinod Koul <vinod.koul at intel.com>
> > ---
> >  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 3fc201c3b95a..6254c3ba4473 100644
> > --- a/sound/pci/hda/patch_hdmi.c
> > +++ b/sound/pci/hda/patch_hdmi.c
> > @@ -3658,6 +3658,7 @@ static int patch_via_hdmi(struct hda_codec *codec)
> >  HDA_CODEC_ENTRY(0x80862808, "Broadwell HDMI",	patch_i915_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(0x8086280d, "Geminilake HDMI",	patch_i915_hsw_hdmi),
> >  HDA_CODEC_ENTRY(0x8086280b, "Kabylake HDMI",	patch_i915_hsw_hdmi),
> >  HDA_CODEC_ENTRY(0x80862880, "CedarTrail HDMI",	patch_generic_hdmi),
> >  HDA_CODEC_ENTRY(0x80862882, "Valleyview2 HDMI",	patch_i915_byt_hdmi),
> 
> The list is sorted in the codec ID order, so I put it in the right
> place manually.

Ah okay, sorry missed that, I was assuming that we will be platform order
like PCI ones..

-- 
~Vinod


More information about the Alsa-devel mailing list