diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-08-27 12:12:42 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-08-29 04:06:13 -0400 |
commit | 2922c9aff22ea65f33a891af894331f0f883d127 (patch) | |
tree | 879f17237bd9cd0de231ffe109828662f9ecdac5 /sound/pci/hda/patch_realtek.c | |
parent | 0e153474f47aee906107a5c1da0ae83553e5ba6a (diff) |
ALSA: hda - Add descriptions of missing model values
Added the descriptions of missing model values.
Also, fixed the model strings of a few new models to a standard style.
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 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index a50473221743..d1f5a766c3b2 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -5239,6 +5239,7 @@ static const char *alc260_models[ALC260_MODEL_LAST] = { | |||
5239 | [ALC260_BASIC] = "basic", | 5239 | [ALC260_BASIC] = "basic", |
5240 | [ALC260_HP] = "hp", | 5240 | [ALC260_HP] = "hp", |
5241 | [ALC260_HP_3013] = "hp-3013", | 5241 | [ALC260_HP_3013] = "hp-3013", |
5242 | [ALC260_HP_DC7600] = "hp-dc7600", | ||
5242 | [ALC260_FUJITSU_S702X] = "fujitsu", | 5243 | [ALC260_FUJITSU_S702X] = "fujitsu", |
5243 | [ALC260_ACER] = "acer", | 5244 | [ALC260_ACER] = "acer", |
5244 | [ALC260_WILL] = "will", | 5245 | [ALC260_WILL] = "will", |
@@ -10261,6 +10262,7 @@ static const char *alc262_models[ALC262_MODEL_LAST] = { | |||
10261 | [ALC262_BENQ_ED8] = "benq", | 10262 | [ALC262_BENQ_ED8] = "benq", |
10262 | [ALC262_BENQ_T31] = "benq-t31", | 10263 | [ALC262_BENQ_T31] = "benq-t31", |
10263 | [ALC262_SONY_ASSAMD] = "sony-assamd", | 10264 | [ALC262_SONY_ASSAMD] = "sony-assamd", |
10265 | [ALC262_TOSHIBA_S06] = "toshiba-s06", | ||
10264 | [ALC262_ULTRA] = "ultra", | 10266 | [ALC262_ULTRA] = "ultra", |
10265 | [ALC262_LENOVO_3000] = "lenovo-3000", | 10267 | [ALC262_LENOVO_3000] = "lenovo-3000", |
10266 | [ALC262_NEC] = "nec", | 10268 | [ALC262_NEC] = "nec", |
@@ -12151,8 +12153,9 @@ static void alc269_auto_init(struct hda_codec *codec) | |||
12151 | */ | 12153 | */ |
12152 | static const char *alc269_models[ALC269_MODEL_LAST] = { | 12154 | static const char *alc269_models[ALC269_MODEL_LAST] = { |
12153 | [ALC269_BASIC] = "basic", | 12155 | [ALC269_BASIC] = "basic", |
12154 | [ALC269_QUANTA_FL1] = "Quanta", | 12156 | [ALC269_QUANTA_FL1] = "quanta", |
12155 | [ALC269_ASUS_EEEPC_P901] = "Asus_Epc_Dmic" | 12157 | [ALC269_ASUS_EEEPC_P703] = "eeepc-p703", |
12158 | [ALC269_ASUS_EEEPC_P901] = "eeepc-p901" | ||
12156 | }; | 12159 | }; |
12157 | 12160 | ||
12158 | static struct snd_pci_quirk alc269_cfg_tbl[] = { | 12161 | static struct snd_pci_quirk alc269_cfg_tbl[] = { |