tangled
alpha
login
or
join now
tjh.dev
/
kernel
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
Merge branch 'fix/hda' into for-linus
Takashi Iwai
15 years ago
6a366725
7a28826a
+1
1 changed file
expand all
collapse all
unified
split
sound
pci
hda
patch_realtek.c
+1
sound/pci/hda/patch_realtek.c
···
14467
14468
static struct snd_pci_quirk alc269_fixup_tbl[] = {
14469
SND_PCI_QUIRK(0x104d, 0x9071, "Sony VAIO", ALC269_FIXUP_SONY_VAIO),
0
14470
{}
14471
};
14472
···
14467
14468
static struct snd_pci_quirk alc269_fixup_tbl[] = {
14469
SND_PCI_QUIRK(0x104d, 0x9071, "Sony VAIO", ALC269_FIXUP_SONY_VAIO),
14470
+
SND_PCI_QUIRK(0x104d, 0x9077, "Sony VAIO", ALC269_FIXUP_SONY_VAIO),
14471
{}
14472
};
14473