"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "usr/lib/oss/build/atiaudio.c" of archive oss-linux-v4.0-1016-i386.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 /*
    2  * Automatically generated file - do not edit.
    3  */
    4 #define DRIVER_NAME	atiaudio
    5 #define DRIVER_NICK	"atiaudio"
    6 #define DRIVER_STR_INFO	atiaudio_str_info
    7 #define DRIVER_ATTACH	atiaudio_attach
    8 #define DRIVER_DETACH	atiaudio_detach
    9 #define DRIVER_TYPE	DRV_PCI
   10 
   11 #include <linux/mod_devicetable.h>
   12 
   13 static struct pci_device_id id_table[] = {
   14 	{.vendor=0x1002,	.device=0x4341,	.subvendor=PCI_ANY_ID,	.subdevice=PCI_ANY_ID},
   15 	{.vendor=0x1002,	.device=0x4361,	.subvendor=PCI_ANY_ID,	.subdevice=PCI_ANY_ID},
   16 	{.vendor=0x1002,	.device=0x4370,	.subvendor=PCI_ANY_ID,	.subdevice=PCI_ANY_ID},
   17 	{0}
   18 };
   19 
   20 #include "module.inc"
   21 
   22 
   23