Commit 3d3792cb authored by Takashi Iwai's avatar Takashi Iwai

ALSA: hda - Add missing model=auto entry for ALC269

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 33d78674
......@@ -13370,7 +13370,8 @@ static const char *alc269_models[ALC269_MODEL_LAST] = {
[ALC269_ASUS_EEEPC_P703] = "eeepc-p703",
[ALC269_ASUS_EEEPC_P901] = "eeepc-p901",
[ALC269_FUJITSU] = "fujitsu",
[ALC269_LIFEBOOK] = "lifebook"
[ALC269_LIFEBOOK] = "lifebook",
[ALC269_AUTO] = "auto",
};
static struct snd_pci_quirk alc269_cfg_tbl[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment