aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/patch_realtek.c7
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 */
12152static const char *alc269_models[ALC269_MODEL_LAST] = { 12154static 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
12158static struct snd_pci_quirk alc269_cfg_tbl[] = { 12161static struct snd_pci_quirk alc269_cfg_tbl[] = {