[alsa-devel] [PATCH] hda - add id for Atom Cedar Trail HDMI codec

Takashi Iwai tiwai at suse.de
Thu Feb 23 09:50:57 CET 2012


At Thu, 23 Feb 2012 15:07:44 +0800,
Wu Fengguang wrote:
> 
> 
> Signed-off-by: Wu Fengguang <fengguang.wu at intel.com>

Applied, but I sorted the order.  CedarTrail's id is less than
Crestline's id number.


thanks,

Takashi


> ---
>  sound/pci/hda/patch_hdmi.c |    2 ++
>  1 file changed, 2 insertions(+)
> 
> --- sound.orig/sound/pci/hda/patch_hdmi.c	2012-02-23 14:51:19.562540743 +0800
> +++ sound/sound/pci/hda/patch_hdmi.c	2012-02-23 15:05:51.774522844 +0800
> @@ -1913,6 +1913,7 @@ static const struct hda_codec_preset snd
>  { .id = 0x80862805, .name = "CougarPoint HDMI",	.patch = patch_generic_hdmi },
>  { .id = 0x80862806, .name = "PantherPoint HDMI", .patch = patch_generic_hdmi },
>  { .id = 0x808629fb, .name = "Crestline HDMI",	.patch = patch_generic_hdmi },
> +{ .id = 0x80862880, .name = "CedarTrail HDMI",	.patch = patch_generic_hdmi },
>  {} /* terminator */
>  };
>  
> @@ -1959,6 +1960,7 @@ MODULE_ALIAS("snd-hda-codec-id:80862804"
>  MODULE_ALIAS("snd-hda-codec-id:80862805");
>  MODULE_ALIAS("snd-hda-codec-id:80862806");
>  MODULE_ALIAS("snd-hda-codec-id:808629fb");
> +MODULE_ALIAS("snd-hda-codec-id:80862880");
>  
>  MODULE_LICENSE("GPL");
>  MODULE_DESCRIPTION("HDMI HD-audio codec");
> 


More information about the Alsa-devel mailing list