aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_realtek.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-08-15 10:44:04 -0400
committerJaroslav Kysela <perex@perex.cz>2007-10-16 09:58:59 -0400
commit983f8ae4067cf0731f19fc6bda3bc3ef200c32e7 (patch)
treeb24e03884e41de647c3458d60ca8da22228ec50d /sound/pci/hda/patch_realtek.c
parent39c5d41ffef0e176968079f2f84f657e8511cdf9 (diff)
[ALSA] hda-codec - Add option texts and descriptions for new Realtek models
Added the missing text entries and descriptions for the newly added model values for Realtek codec chips. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r--sound/pci/hda/patch_realtek.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 3a0288143109..a6fcfbce0c0e 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -8618,6 +8618,7 @@ static void alc268_auto_init(struct hda_codec *codec)
8618 */ 8618 */
8619static const char *alc268_models[ALC268_MODEL_LAST] = { 8619static const char *alc268_models[ALC268_MODEL_LAST] = {
8620 [ALC268_3ST] = "3stack", 8620 [ALC268_3ST] = "3stack",
8621 [ALC268_TOSHIBA] = "toshiba",
8621 [ALC268_AUTO] = "auto", 8622 [ALC268_AUTO] = "auto",
8622}; 8623};
8623 8624
@@ -10427,12 +10428,13 @@ static void alc861vd_dallas_unsol_event(struct hda_codec *codec, unsigned int re
10427 */ 10428 */
10428static const char *alc861vd_models[ALC861VD_MODEL_LAST] = { 10429static const char *alc861vd_models[ALC861VD_MODEL_LAST] = {
10429 [ALC660VD_3ST] = "3stack-660", 10430 [ALC660VD_3ST] = "3stack-660",
10430 [ALC660VD_3ST_DIG]= "3stack-660-digout", 10431 [ALC660VD_3ST_DIG] = "3stack-660-digout",
10431 [ALC861VD_3ST] = "3stack", 10432 [ALC861VD_3ST] = "3stack",
10432 [ALC861VD_3ST_DIG] = "3stack-digout", 10433 [ALC861VD_3ST_DIG] = "3stack-digout",
10433 [ALC861VD_6ST_DIG] = "6stack-digout", 10434 [ALC861VD_6ST_DIG] = "6stack-digout",
10434 [ALC861VD_LENOVO] = "lenovo", 10435 [ALC861VD_LENOVO] = "lenovo",
10435 [ALC861VD_DALLAS] = "dallas", 10436 [ALC861VD_DALLAS] = "dallas",
10437 [ALC861VD_HP] = "hp",
10436 [ALC861VD_AUTO] = "auto", 10438 [ALC861VD_AUTO] = "auto",
10437}; 10439};
10438 10440