mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
ALSA: hda - Add missing model=auto entry for ALC269
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
33d7867458
commit
3d3792cb45
1 changed files with 2 additions and 1 deletions
|
@ -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[] = {
|
||||
|
|
Loading…
Reference in a new issue