[Isisalsa-devel] isis es1968.c,1.43,1.44
Status: Inactive
Brought to you by:
jeanseb
|
From: Jean-Sébastien V. <je...@us...> - 2006-04-16 19:56:14
|
Update of /cvsroot/isisalsa/isis In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22742 Modified Files: es1968.c Log Message: es1968.c sync with kernel 2.6.16 sam9707.c need update. Index: es1968.c =================================================================== RCS file: /cvsroot/isisalsa/isis/es1968.c,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** es1968.c 31 Dec 2005 16:10:32 -0000 1.43 --- es1968.c 16 Apr 2006 19:56:05 -0000 1.44 *************** *** 174,196 **** - /* PCI Dev ID's */ - - #ifndef PCI_VENDOR_ID_ESS - #define PCI_VENDOR_ID_ESS 0x125D - #endif - - #define PCI_VENDOR_ID_ESS_OLD 0x1285 /* Platform Tech, the people the ESS - was bought form */ [...1931 lines suppressed...] static int __init alsa_card_es1968_init(void) { ! return pci_module_init(&driver); } --- 2806,2819 ---- .probe = snd_es1968_probe, .remove = __devexit_p(snd_es1968_remove), ! #ifdef CONFIG_PM ! .suspend = es1968_suspend, ! .resume = es1968_resume, ! #endif ! }; static int __init alsa_card_es1968_init(void) { ! return pci_register_driver(&driver); } |