rme9652.c (1da177e4c3f41524e886b7f1b8a0c1fc7321cac2) | rme9652.c (01d25d460a3b28aab537fab9a0038d1b5832ce28) |
---|---|
1/* 2 * ALSA driver for RME Digi9652 audio interfaces 3 * 4 * Copyright (c) 1999 IEM - Winfried Ritsch 5 * Copyright (c) 1999-2001 Paul Davis 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by --- 2650 unchanged lines hidden (view full) --- 2659 .name = "RME Digi9652 (Hammerfall)", 2660 .id_table = snd_rme9652_ids, 2661 .probe = snd_rme9652_probe, 2662 .remove = __devexit_p(snd_rme9652_remove), 2663}; 2664 2665static int __init alsa_card_hammerfall_init(void) 2666{ | 1/* 2 * ALSA driver for RME Digi9652 audio interfaces 3 * 4 * Copyright (c) 1999 IEM - Winfried Ritsch 5 * Copyright (c) 1999-2001 Paul Davis 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by --- 2650 unchanged lines hidden (view full) --- 2659 .name = "RME Digi9652 (Hammerfall)", 2660 .id_table = snd_rme9652_ids, 2661 .probe = snd_rme9652_probe, 2662 .remove = __devexit_p(snd_rme9652_remove), 2663}; 2664 2665static int __init alsa_card_hammerfall_init(void) 2666{ |
2667 return pci_module_init(&driver); | 2667 return pci_register_driver(&driver); |
2668} 2669 2670static void __exit alsa_card_hammerfall_exit(void) 2671{ 2672 pci_unregister_driver(&driver); 2673} 2674 2675module_init(alsa_card_hammerfall_init) 2676module_exit(alsa_card_hammerfall_exit) | 2668} 2669 2670static void __exit alsa_card_hammerfall_exit(void) 2671{ 2672 pci_unregister_driver(&driver); 2673} 2674 2675module_init(alsa_card_hammerfall_init) 2676module_exit(alsa_card_hammerfall_exit) |