All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Aaron Plattner <aplattner@nvidia.com>
Cc: Jaroslav Kysela <perex@perex.cz>, <alsa-devel@alsa-project.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] ALSA: hda - Add new GPU codec ID to snd-hda
Date: Tue, 17 Jul 2012 07:45:03 +0200	[thread overview]
Message-ID: <s5hk3y3vt40.wl%tiwai@suse.de> (raw)
In-Reply-To: <1342483804-10888-1-git-send-email-aplattner@nvidia.com>

At Mon, 16 Jul 2012 17:10:04 -0700,
Aaron Plattner wrote:
> 
> Vendor ID 0x10de0051 is used by a yet-to-be-named GPU chip.
> 
> Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
> Acked-by: Andy Ritger <aritger@nvidia.com>
> Reviewed-by: Daniel Dadap <ddadap@nvidia.com>

Applied now.  Thanks.


Takashi

> ---
>  sound/pci/hda/patch_hdmi.c |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
> index ad319d4..4efe741 100644
> --- a/sound/pci/hda/patch_hdmi.c
> +++ b/sound/pci/hda/patch_hdmi.c
> @@ -1902,6 +1902,7 @@ static const struct hda_codec_preset snd_hda_preset_hdmi[] = {
>  { .id = 0x10de0042, .name = "GPU 42 HDMI/DP",	.patch = patch_generic_hdmi },
>  { .id = 0x10de0043, .name = "GPU 43 HDMI/DP",	.patch = patch_generic_hdmi },
>  { .id = 0x10de0044, .name = "GPU 44 HDMI/DP",	.patch = patch_generic_hdmi },
> +{ .id = 0x10de0051, .name = "GPU 51 HDMI/DP",	.patch = patch_generic_hdmi },
>  { .id = 0x10de0067, .name = "MCP67 HDMI",	.patch = patch_nvhdmi_2ch },
>  { .id = 0x10de8001, .name = "MCP73 HDMI",	.patch = patch_nvhdmi_2ch },
>  { .id = 0x80860054, .name = "IbexPeak HDMI",	.patch = patch_generic_hdmi },
> @@ -1948,6 +1949,7 @@ MODULE_ALIAS("snd-hda-codec-id:10de0041");
>  MODULE_ALIAS("snd-hda-codec-id:10de0042");
>  MODULE_ALIAS("snd-hda-codec-id:10de0043");
>  MODULE_ALIAS("snd-hda-codec-id:10de0044");
> +MODULE_ALIAS("snd-hda-codec-id:10de0051");
>  MODULE_ALIAS("snd-hda-codec-id:10de0067");
>  MODULE_ALIAS("snd-hda-codec-id:10de8001");
>  MODULE_ALIAS("snd-hda-codec-id:17e80047");
> -- 
> 1.7.9.5
> 

WARNING: multiple messages have this Message-ID (diff)
From: Takashi Iwai <tiwai@suse.de>
To: Aaron Plattner <aplattner@nvidia.com>
Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ALSA: hda - Add new GPU codec ID to snd-hda
Date: Tue, 17 Jul 2012 07:45:03 +0200	[thread overview]
Message-ID: <s5hk3y3vt40.wl%tiwai@suse.de> (raw)
In-Reply-To: <1342483804-10888-1-git-send-email-aplattner@nvidia.com>

At Mon, 16 Jul 2012 17:10:04 -0700,
Aaron Plattner wrote:
> 
> Vendor ID 0x10de0051 is used by a yet-to-be-named GPU chip.
> 
> Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
> Acked-by: Andy Ritger <aritger@nvidia.com>
> Reviewed-by: Daniel Dadap <ddadap@nvidia.com>

Applied now.  Thanks.


Takashi

> ---
>  sound/pci/hda/patch_hdmi.c |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
> index ad319d4..4efe741 100644
> --- a/sound/pci/hda/patch_hdmi.c
> +++ b/sound/pci/hda/patch_hdmi.c
> @@ -1902,6 +1902,7 @@ static const struct hda_codec_preset snd_hda_preset_hdmi[] = {
>  { .id = 0x10de0042, .name = "GPU 42 HDMI/DP",	.patch = patch_generic_hdmi },
>  { .id = 0x10de0043, .name = "GPU 43 HDMI/DP",	.patch = patch_generic_hdmi },
>  { .id = 0x10de0044, .name = "GPU 44 HDMI/DP",	.patch = patch_generic_hdmi },
> +{ .id = 0x10de0051, .name = "GPU 51 HDMI/DP",	.patch = patch_generic_hdmi },
>  { .id = 0x10de0067, .name = "MCP67 HDMI",	.patch = patch_nvhdmi_2ch },
>  { .id = 0x10de8001, .name = "MCP73 HDMI",	.patch = patch_nvhdmi_2ch },
>  { .id = 0x80860054, .name = "IbexPeak HDMI",	.patch = patch_generic_hdmi },
> @@ -1948,6 +1949,7 @@ MODULE_ALIAS("snd-hda-codec-id:10de0041");
>  MODULE_ALIAS("snd-hda-codec-id:10de0042");
>  MODULE_ALIAS("snd-hda-codec-id:10de0043");
>  MODULE_ALIAS("snd-hda-codec-id:10de0044");
> +MODULE_ALIAS("snd-hda-codec-id:10de0051");
>  MODULE_ALIAS("snd-hda-codec-id:10de0067");
>  MODULE_ALIAS("snd-hda-codec-id:10de8001");
>  MODULE_ALIAS("snd-hda-codec-id:17e80047");
> -- 
> 1.7.9.5
> 

  reply	other threads:[~2012-07-17  5:45 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-17  0:10 [PATCH] ALSA: hda - Add new GPU codec ID to snd-hda Aaron Plattner
2012-07-17  0:10 ` Aaron Plattner
2012-07-17  5:45 ` Takashi Iwai [this message]
2012-07-17  5:45   ` Takashi Iwai
2013-07-12 18:01 Aaron Plattner
2013-07-12 18:01 ` Aaron Plattner
2013-07-14  4:05 ` Greg KH
2013-07-15  8:27   ` Takashi Iwai
2013-07-15  8:27     ` Takashi Iwai
2013-07-16  6:27 ` Takashi Iwai
2013-07-16  6:27   ` Takashi Iwai
2014-05-13  3:05 Aaron Plattner
2014-05-13  3:05 ` Aaron Plattner
2014-05-13  7:14 ` Takashi Iwai
2014-05-13  7:14   ` Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s5hk3y3vt40.wl%tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=aplattner@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=perex@perex.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.