]> git.pld-linux.org Git - packages/kernel.git/blob - linux-alsa-hda.patch
- addedd Linux-ABI support. Bcond, default disabled.
[packages/kernel.git] / linux-alsa-hda.patch
1 diff -uNr linux-2.6.16.orig/sound/pci/hda/hda_intel.c linux-2.6.16/sound/pci/hda/hda_intel.c
2 --- linux-2.6.16.orig/sound/pci/hda/hda_intel.c 2007-06-24 09:22:14.983683000 +0200
3 +++ linux-2.6.16/sound/pci/hda/hda_intel.c      2007-06-24 12:13:35.246039069 +0200
4 @@ -1602,6 +1602,7 @@
5         { 0x10b9, 0x5461, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ULI }, /* ULI M5461 */
6         { 0x10de, 0x026c, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_NVIDIA }, /* NVIDIA 026c */
7         { 0x10de, 0x0371, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_NVIDIA }, /* NVIDIA 0371 */
8 +        { 0x10de, 0x03f0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_NVIDIA }, /* NVIDIA 03f0 */
9         { 0, }
10  };
11  MODULE_DEVICE_TABLE(pci, azx_ids);
This page took 0.098885 seconds and 3 git commands to generate.