All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Enabling Realtek ALC 671 codec
@ 2013-04-04  6:40 Rainer Koenig
  2013-04-04  6:55 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Rainer Koenig @ 2013-04-04  6:40 UTC (permalink / raw)
  To: alsa-devel

Changes:

* Added the device ID to the modalias list and assinged ALC662 patches 
for it
* Added 4 port support for the device ID 0671 in alc662_parse_auto_config

Signed-off-by: Rainer Koenig <Rainer.Koenig@ts.fujitsu.com>

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 7743775..fcbf4c9 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -6663,7 +6663,8 @@ static int alc662_parse_auto_config(struct 
hda_codec *codec)
  	const hda_nid_t *ssids;

  	if (codec->vendor_id == 0x10ec0272 || codec->vendor_id == 0x10ec0663 ||
-	    codec->vendor_id == 0x10ec0665 || codec->vendor_id == 0x10ec0670)
+	    codec->vendor_id == 0x10ec0665 || codec->vendor_id == 0x10ec0670 ||
+	    codec->vendor_id == 0x10ec0671)
  		ssids = alc663_ssids;
  	else
  		ssids = alc662_ssids;
@@ -7115,6 +7116,7 @@ static const struct hda_codec_preset 
snd_hda_preset_realtek[] = {
  	{ .id = 0x10ec0665, .name = "ALC665", .patch = patch_alc662 },
  	{ .id = 0x10ec0668, .name = "ALC668", .patch = patch_alc662 },
  	{ .id = 0x10ec0670, .name = "ALC670", .patch = patch_alc662 },
+	{ .id = 0x10ec0671, .name = "ALC671", .patch = patch_alc662 },
  	{ .id = 0x10ec0680, .name = "ALC680", .patch = patch_alc680 },
  	{ .id = 0x10ec0880, .name = "ALC880", .patch = patch_alc880 },
  	{ .id = 0x10ec0882, .name = "ALC882", .patch = patch_alc882 },

-- 
Dipl.-Inf. (FH) Rainer Koenig
Project Manager Linux Clients
Dept. PDG WPS R&D SW OSE

Fujitsu Technology Solutions
Bürgermeister-Ullrich-Str. 100
86199 Augsburg
Germany

Telephone: +49-821-804-3321
Telefax:   +49-821-804-2131
Mail:      mailto:Rainer.Koenig@ts.fujitsu.com

Internet         ts.fujtsu.com
Company Details  ts.fujitsu.com/imprint.html

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Enabling Realtek ALC 671 codec
  2013-04-04  6:40 [PATCH] Enabling Realtek ALC 671 codec Rainer Koenig
@ 2013-04-04  6:55 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2013-04-04  6:55 UTC (permalink / raw)
  To: Rainer Koenig; +Cc: alsa-devel

At Thu, 04 Apr 2013 08:40:38 +0200,
Rainer Koenig wrote:
> 
> Changes:
> 
> * Added the device ID to the modalias list and assinged ALC662 patches 
> for it
> * Added 4 port support for the device ID 0671 in alc662_parse_auto_config
> 
> Signed-off-by: Rainer Koenig <Rainer.Koenig@ts.fujitsu.com>

Thanks, applied now.


Takashi

> 
> diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
> index 7743775..fcbf4c9 100644
> --- a/sound/pci/hda/patch_realtek.c
> +++ b/sound/pci/hda/patch_realtek.c
> @@ -6663,7 +6663,8 @@ static int alc662_parse_auto_config(struct 
> hda_codec *codec)
>   	const hda_nid_t *ssids;
> 
>   	if (codec->vendor_id == 0x10ec0272 || codec->vendor_id == 0x10ec0663 ||
> -	    codec->vendor_id == 0x10ec0665 || codec->vendor_id == 0x10ec0670)
> +	    codec->vendor_id == 0x10ec0665 || codec->vendor_id == 0x10ec0670 ||
> +	    codec->vendor_id == 0x10ec0671)
>   		ssids = alc663_ssids;
>   	else
>   		ssids = alc662_ssids;
> @@ -7115,6 +7116,7 @@ static const struct hda_codec_preset 
> snd_hda_preset_realtek[] = {
>   	{ .id = 0x10ec0665, .name = "ALC665", .patch = patch_alc662 },
>   	{ .id = 0x10ec0668, .name = "ALC668", .patch = patch_alc662 },
>   	{ .id = 0x10ec0670, .name = "ALC670", .patch = patch_alc662 },
> +	{ .id = 0x10ec0671, .name = "ALC671", .patch = patch_alc662 },
>   	{ .id = 0x10ec0680, .name = "ALC680", .patch = patch_alc680 },
>   	{ .id = 0x10ec0880, .name = "ALC880", .patch = patch_alc880 },
>   	{ .id = 0x10ec0882, .name = "ALC882", .patch = patch_alc882 },
> 
> -- 
> Dipl.-Inf. (FH) Rainer Koenig
> Project Manager Linux Clients
> Dept. PDG WPS R&D SW OSE
> 
> Fujitsu Technology Solutions
> Bürgermeister-Ullrich-Str. 100
> 86199 Augsburg
> Germany
> 
> Telephone: +49-821-804-3321
> Telefax:   +49-821-804-2131
> Mail:      mailto:Rainer.Koenig@ts.fujitsu.com
> 
> Internet         ts.fujtsu.com
> Company Details  ts.fujitsu.com/imprint.html
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> 
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-04  6:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-04  6:40 [PATCH] Enabling Realtek ALC 671 codec Rainer Koenig
2013-04-04  6:55 ` Takashi Iwai

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.