atiixp_modem.c (e2d53566a757c8d12246d8daf8c5a2f21a0c4293) atiixp_modem.c (01d25d460a3b28aab537fab9a0038d1b5832ce28)
1/*
2 * ALSA driver for ATI IXP 150/200/250 AC97 modem controllers
3 *
4 * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or

--- 1318 unchanged lines hidden (view full) ---

1327 .probe = snd_atiixp_probe,
1328 .remove = __devexit_p(snd_atiixp_remove),
1329 SND_PCI_PM_CALLBACKS
1330};
1331
1332
1333static int __init alsa_card_atiixp_init(void)
1334{
1/*
2 * ALSA driver for ATI IXP 150/200/250 AC97 modem controllers
3 *
4 * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or

--- 1318 unchanged lines hidden (view full) ---

1327 .probe = snd_atiixp_probe,
1328 .remove = __devexit_p(snd_atiixp_remove),
1329 SND_PCI_PM_CALLBACKS
1330};
1331
1332
1333static int __init alsa_card_atiixp_init(void)
1334{
1335 return pci_module_init(&driver);
1335 return pci_register_driver(&driver);
1336}
1337
1338static void __exit alsa_card_atiixp_exit(void)
1339{
1340 pci_unregister_driver(&driver);
1341}
1342
1343module_init(alsa_card_atiixp_init)
1344module_exit(alsa_card_atiixp_exit)
1336}
1337
1338static void __exit alsa_card_atiixp_exit(void)
1339{
1340 pci_unregister_driver(&driver);
1341}
1342
1343module_init(alsa_card_atiixp_init)
1344module_exit(alsa_card_atiixp_exit)