[alsa-devel] [PATCH] ALSA: hda - add codec ID for Valleyview2 display codec

Takashi Iwai tiwai at suse.de
Mon Oct 21 12:31:37 CEST 2013


At Sun, 20 Oct 2013 23:03:31 -0400,
mengdong.lin at intel.com wrote:
> 
> From: Mengdong Lin <mengdong.lin at intel.com>
> 
> This patch adds codec ID (0x80862882) and module alias for
> Valleyview2 display codec.
> 
> Signed-off-by: Mengdong Lin <mengdong.lin at intel.com>

Thanks, applied.


Takashi

> 
> diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
> index 7ea0245..e332db8 100644
> --- a/sound/pci/hda/patch_hdmi.c
> +++ b/sound/pci/hda/patch_hdmi.c
> @@ -2671,6 +2671,7 @@ static const struct hda_codec_preset snd_hda_preset_hdmi[] = {
>  { .id = 0x80862806, .name = "PantherPoint HDMI", .patch = patch_generic_hdmi },
>  { .id = 0x80862807, .name = "Haswell HDMI",	.patch = patch_generic_hdmi },
>  { .id = 0x80862880, .name = "CedarTrail HDMI",	.patch = patch_generic_hdmi },
> +{ .id = 0x80862882, .name = "Valleyview2 HDMI",	.patch = patch_generic_hdmi },
>  { .id = 0x808629fb, .name = "Crestline HDMI",	.patch = patch_generic_hdmi },
>  {} /* terminator */
>  };
> @@ -2725,6 +2726,7 @@ MODULE_ALIAS("snd-hda-codec-id:80862805");
>  MODULE_ALIAS("snd-hda-codec-id:80862806");
>  MODULE_ALIAS("snd-hda-codec-id:80862807");
>  MODULE_ALIAS("snd-hda-codec-id:80862880");
> +MODULE_ALIAS("snd-hda-codec-id:80862882");
>  MODULE_ALIAS("snd-hda-codec-id:808629fb");
>  
>  MODULE_LICENSE("GPL");
> -- 
> 1.8.1.2
> 


More information about the Alsa-devel mailing list