* Asus Eeepc missing in alsa models list?
@ 2007-10-16 18:35 Herton Ronaldo Krzesinski
2007-10-17 8:02 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Herton Ronaldo Krzesinski @ 2007-10-16 18:35 UTC (permalink / raw)
To: LKML; +Cc: Jaroslav Kysela, Takashi Iwai, alsa-devel
Looking at the change 291702f017efdfe556cb87b8530eb7d1ff08cbae, may be the
addition of the Asus Eeepc model was missed? The following patch fixes it if
it was not intended originally:
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt
b/Documentation/sound/alsa/ALSA-Configuration.txt
index 4b48c2e..e2a1985 100644
--- a/Documentation/sound/alsa/ALSA-Configuration.txt
+++ b/Documentation/sound/alsa/ALSA-Configuration.txt
@@ -843,6 +843,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix.
This was removed.
3stack-6ch-dig 3-stack (6-channel) with SPDIF
6stack-dig 6-stack with SPDIF
lenovo-101e Lenovo laptop
+ eeepc-p701 ASUS Eeepc
auto auto-config reading BIOS (default)
ALC882/885
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 53b0428..2ceaf4c 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -12058,6 +12058,7 @@ static const char *alc662_models[ALC662_MODEL_LAST] =
{
[ALC662_3ST_6ch] = "3stack-6ch",
[ALC662_5ST_DIG] = "6stack-dig",
[ALC662_LENOVO_101E] = "lenovo-101e",
+ [ALC662_ASUS_EEEPC_P701] = "eeepc-p701",
[ALC662_AUTO] = "auto",
};
--
[]'s
Herton
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Asus Eeepc missing in alsa models list?
2007-10-16 18:35 Asus Eeepc missing in alsa models list? Herton Ronaldo Krzesinski
@ 2007-10-17 8:02 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2007-10-17 8:02 UTC (permalink / raw)
To: Herton Ronaldo Krzesinski; +Cc: LKML, Jaroslav Kysela, alsa-devel
At Tue, 16 Oct 2007 16:35:34 -0200,
Herton Ronaldo Krzesinski wrote:
>
> Looking at the change 291702f017efdfe556cb87b8530eb7d1ff08cbae, may be the
> addition of the Asus Eeepc model was missed? The following patch fixes it if
> it was not intended originally:
Yep, just forgot to update. Fixed on ALSA tree now.
Thanks!
Takashi
>
> diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt
> b/Documentation/sound/alsa/ALSA-Configuration.txt
> index 4b48c2e..e2a1985 100644
> --- a/Documentation/sound/alsa/ALSA-Configuration.txt
> +++ b/Documentation/sound/alsa/ALSA-Configuration.txt
> @@ -843,6 +843,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix.
> This was removed.
> 3stack-6ch-dig 3-stack (6-channel) with SPDIF
> 6stack-dig 6-stack with SPDIF
> lenovo-101e Lenovo laptop
> + eeepc-p701 ASUS Eeepc
> auto auto-config reading BIOS (default)
>
> ALC882/885
> diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
> index 53b0428..2ceaf4c 100644
> --- a/sound/pci/hda/patch_realtek.c
> +++ b/sound/pci/hda/patch_realtek.c
> @@ -12058,6 +12058,7 @@ static const char *alc662_models[ALC662_MODEL_LAST] =
> {
> [ALC662_3ST_6ch] = "3stack-6ch",
> [ALC662_5ST_DIG] = "6stack-dig",
> [ALC662_LENOVO_101E] = "lenovo-101e",
> + [ALC662_ASUS_EEEPC_P701] = "eeepc-p701",
> [ALC662_AUTO] = "auto",
> };
>
> --
> []'s
> Herton
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-17 8:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-16 18:35 Asus Eeepc missing in alsa models list? Herton Ronaldo Krzesinski
2007-10-17 8:02 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®