diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-04-11 10:58:24 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-05-29 04:00:32 -0400 |
commit | 01d25d460a3b28aab537fab9a0038d1b5832ce28 (patch) | |
tree | 2a3ce6727e4a5cbb0cd763f20698ebc169659fd1 /sound/pci/via82xx.c | |
parent | 01ef355f0c34d6fbb451512e70e4cf336776b7fd (diff) |
[ALSA] Replace pci_module_init() with pci_register_driver()
Documentation,ALS4000 driver,ATIIXP driver,ATIIXP-modem driver
AZT3328 driver,BT87x driver,CMIPCI driver,CS4281 driver
ENS1370/1+ driver,ES1938 driver,ES1968 driver,FM801 driver
Intel8x0 driver,Intel8x0-modem driver,Maestro3 driver,RME32 driver
RME96 driver,SonicVibes driver,VIA82xx driver,VIA82xx-modem driver
ALI5451 driver,au88x0 driver,CA0106 driver,CS46xx driver
EMU10K1/EMU10K2 driver,HDA Intel driver,ICE1712 driver,ICE1724 driver
KORG1212 driver,MIXART driver,NM256 driver,RME HDSP driver
RME9652 driver,Trident driver,Digigram VX222 driver,YMFPCI driver
Replace the obsolete pci_module_init() with pci_register_driver().
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/via82xx.c')
-rw-r--r-- | sound/pci/via82xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c index e6e746fa4bb5..64cc40f97b53 100644 --- a/sound/pci/via82xx.c +++ b/sound/pci/via82xx.c | |||
@@ -2349,7 +2349,7 @@ static struct pci_driver driver = { | |||
2349 | 2349 | ||
2350 | static int __init alsa_card_via82xx_init(void) | 2350 | static int __init alsa_card_via82xx_init(void) |
2351 | { | 2351 | { |
2352 | return pci_module_init(&driver); | 2352 | return pci_register_driver(&driver); |
2353 | } | 2353 | } |
2354 | 2354 | ||
2355 | static void __exit alsa_card_via82xx_exit(void) | 2355 | static void __exit alsa_card_via82xx_exit(void) |