alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH - Set EAPD for Realtek ALC665 (Vendor Id: 0x10eSet EAPD for Realtek ALC665 (Vendor Id: 0x10ec0665).
@ 2011-03-20 18:07 Andres Mejia
  2011-03-20 21:57 ` Andres Mejia
  2011-03-21 11:40 ` Takashi Iwai
  0 siblings, 2 replies; 4+ messages in thread
From: Andres Mejia @ 2011-03-20 18:07 UTC (permalink / raw)
  To: patch; +Cc: alsa-devel, Andres Mejia


Signed-off-by: Andres Mejia <mcitadel@gmail.com>

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 50855cf..be910fa6 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -1264,6 +1264,7 @@ static void alc_auto_init_amp(struct hda_codec *codec, int type)
 		case 0x10ec0660:
 		case 0x10ec0662:
 		case 0x10ec0663:
+		case 0x10ec0665:
 		case 0x10ec0862:
 		case 0x10ec0889:
 			set_eapd(codec, 0x14, 1);
@@ -4236,6 +4237,7 @@ static void alc_power_eapd(struct hda_codec *codec)
 	case 0x10ec0660:
 	case 0x10ec0662:
 	case 0x10ec0663:
+	case 0x10ec0665:
 	case 0x10ec0862:
 	case 0x10ec0889:
 		set_eapd(codec, 0x14, 0);
-- 
1.7.4.1

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

* [PATCH - Set EAPD for Realtek ALC665 (Vendor Id: 0x10eSet EAPD for Realtek ALC665 (Vendor Id: 0x10ec0665).
@ 2011-03-20 21:39 Andres Mejia
  0 siblings, 0 replies; 4+ messages in thread
From: Andres Mejia @ 2011-03-20 21:39 UTC (permalink / raw)
  To: patch; +Cc: alsa-devel, Andres Mejia


Signed-off-by: Andres Mejia <mcitadel@gmail.com>

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 50855cf..be910fa6 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -1264,6 +1264,7 @@ static void alc_auto_init_amp(struct hda_codec *codec, int type)
 		case 0x10ec0660:
 		case 0x10ec0662:
 		case 0x10ec0663:
+		case 0x10ec0665:
 		case 0x10ec0862:
 		case 0x10ec0889:
 			set_eapd(codec, 0x14, 1);
@@ -4236,6 +4237,7 @@ static void alc_power_eapd(struct hda_codec *codec)
 	case 0x10ec0660:
 	case 0x10ec0662:
 	case 0x10ec0663:
+	case 0x10ec0665:
 	case 0x10ec0862:
 	case 0x10ec0889:
 		set_eapd(codec, 0x14, 0);
-- 
1.7.4.1

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

* Re: [PATCH - Set EAPD for Realtek ALC665 (Vendor Id: 0x10eSet EAPD for Realtek ALC665 (Vendor Id: 0x10ec0665).
  2011-03-20 18:07 Andres Mejia
@ 2011-03-20 21:57 ` Andres Mejia
  2011-03-21 11:40 ` Takashi Iwai
  1 sibling, 0 replies; 4+ messages in thread
From: Andres Mejia @ 2011-03-20 21:57 UTC (permalink / raw)
  To: alsa-devel

On 3/20/11, Andres Mejia <mcitadel@gmail.com> wrote:
>
> Signed-off-by: Andres Mejia <mcitadel@gmail.com>
>
> diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
> index 50855cf..be910fa6 100644
> --- a/sound/pci/hda/patch_realtek.c
> +++ b/sound/pci/hda/patch_realtek.c
> @@ -1264,6 +1264,7 @@ static void alc_auto_init_amp(struct hda_codec *codec,
> int type)
>  		case 0x10ec0660:
>  		case 0x10ec0662:
>  		case 0x10ec0663:
> +		case 0x10ec0665:
>  		case 0x10ec0862:
>  		case 0x10ec0889:
>  			set_eapd(codec, 0x14, 1);
> @@ -4236,6 +4237,7 @@ static void alc_power_eapd(struct hda_codec *codec)
>  	case 0x10ec0660:
>  	case 0x10ec0662:
>  	case 0x10ec0663:
> +	case 0x10ec0665:
>  	case 0x10ec0862:
>  	case 0x10ec0889:
>  		set_eapd(codec, 0x14, 0);
> --
> 1.7.4.1
>
>

About this patch, this was needed to enable sound on my system. Here
are the details.
http://www.alsa-project.org/db/?f=510193d676a7cc990a58800968afc7f91c4962b5

As far as I know, this was the only change necessary to get sound
working normally on my system.

-- 
Regards,
Andres Mejia

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

* Re: [PATCH - Set EAPD for Realtek ALC665 (Vendor Id: 0x10eSet EAPD for Realtek ALC665 (Vendor Id: 0x10ec0665).
  2011-03-20 18:07 Andres Mejia
  2011-03-20 21:57 ` Andres Mejia
@ 2011-03-21 11:40 ` Takashi Iwai
  1 sibling, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2011-03-21 11:40 UTC (permalink / raw)
  To: Andres Mejia; +Cc: alsa-devel

At Sun, 20 Mar 2011 14:07:40 -0400,
Andres Mejia wrote:
> 
> 
> Signed-off-by: Andres Mejia <mcitadel@gmail.com>

Applied now.  Thanks.

At the next time, please shorten the subject line and give more contents
in the changelog text.


Takashi

> diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
> index 50855cf..be910fa6 100644
> --- a/sound/pci/hda/patch_realtek.c
> +++ b/sound/pci/hda/patch_realtek.c
> @@ -1264,6 +1264,7 @@ static void alc_auto_init_amp(struct hda_codec *codec, int type)
>  		case 0x10ec0660:
>  		case 0x10ec0662:
>  		case 0x10ec0663:
> +		case 0x10ec0665:
>  		case 0x10ec0862:
>  		case 0x10ec0889:
>  			set_eapd(codec, 0x14, 1);
> @@ -4236,6 +4237,7 @@ static void alc_power_eapd(struct hda_codec *codec)
>  	case 0x10ec0660:
>  	case 0x10ec0662:
>  	case 0x10ec0663:
> +	case 0x10ec0665:
>  	case 0x10ec0862:
>  	case 0x10ec0889:
>  		set_eapd(codec, 0x14, 0);
> -- 
> 1.7.4.1
> 

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

end of thread, other threads:[~2011-03-21 11:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-20 21:39 [PATCH - Set EAPD for Realtek ALC665 (Vendor Id: 0x10eSet EAPD for Realtek ALC665 (Vendor Id: 0x10ec0665) Andres Mejia
  -- strict thread matches above, loose matches on Subject: below --
2011-03-20 18:07 Andres Mejia
2011-03-20 21:57 ` Andres Mejia
2011-03-21 11:40 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).