mirror of
https://github.com/adulau/aha.git
synced 2025-01-02 14:13:18 +00:00
[ALSA] Fix a typo in the last patch_realtek.c change
Fixed a typo in the last patch_realtek.c change. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
parent
30e80a279d
commit
687a47bd82
1 changed files with 1 additions and 1 deletions
|
@ -7589,7 +7589,7 @@ static const char *alc861_models[ALC861_MODEL_LAST] = {
|
|||
};
|
||||
|
||||
static struct snd_pci_quirk alc861_cfg_tbl[] = {
|
||||
SND_PCI_QUIRK(0x1043, 0x1205, "ASUS W7J", ALC861_3ST},
|
||||
SND_PCI_QUIRK(0x1043, 0x1205, "ASUS W7J", ALC861_3ST),
|
||||
SND_PCI_QUIRK(0x1043, 0x1335, "ASUS F2/3", ALC861_ASUS_LAPTOP),
|
||||
SND_PCI_QUIRK(0x1043, 0x1338, "ASUS F2/3", ALC861_ASUS_LAPTOP),
|
||||
SND_PCI_QUIRK(0x1043, 0x1393, "ASUS", ALC861_ASUS),
|
||||
|
|
Loading…
Reference in a new issue