diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-10-17 04:41:06 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:29:06 -0500 |
commit | b995d76da070440c1e5687c0c13c8fbe51222ea2 (patch) | |
tree | 5b00cffc2bb16daaf8c3044611e9f4d28a35a6fd /sound/pci/hda/patch_realtek.c | |
parent | 8af03e782cae1e0a0f530ddd22301cdd12cf9dc0 (diff) |
[ALSA] hda-codec - Add missing eeepc-p701 model for ALC662
Added the missing model string 'eeepc-p701' for ALC662 codec.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 1c502789cc1e..b78f6fcc27a0 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -12057,6 +12057,7 @@ static const char *alc662_models[ALC662_MODEL_LAST] = { | |||
12057 | [ALC662_3ST_6ch] = "3stack-6ch", | 12057 | [ALC662_3ST_6ch] = "3stack-6ch", |
12058 | [ALC662_5ST_DIG] = "6stack-dig", | 12058 | [ALC662_5ST_DIG] = "6stack-dig", |
12059 | [ALC662_LENOVO_101E] = "lenovo-101e", | 12059 | [ALC662_LENOVO_101E] = "lenovo-101e", |
12060 | [ALC662_ASUS_EEEPC_P701] = "eeepc-p701", | ||
12060 | [ALC662_AUTO] = "auto", | 12061 | [ALC662_AUTO] = "auto", |
12061 | }; | 12062 | }; |
12062 | 12063 | ||