diff options
Diffstat (limited to 'sound/isa/es18xx.c')
-rw-r--r-- | sound/isa/es18xx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/isa/es18xx.c b/sound/isa/es18xx.c index 79785808dd60..bb709264216f 100644 --- a/sound/isa/es18xx.c +++ b/sound/isa/es18xx.c | |||
@@ -2381,9 +2381,9 @@ static int __init alsa_card_es18xx_init(void) | |||
2381 | if ((err = platform_driver_register(&snd_es18xx_nonpnp_driver)) < 0) | 2381 | if ((err = platform_driver_register(&snd_es18xx_nonpnp_driver)) < 0) |
2382 | return err; | 2382 | return err; |
2383 | 2383 | ||
2384 | for (i = 0; i < SNDRV_CARDS && enable[i]; i++) { | 2384 | for (i = 0; i < SNDRV_CARDS; i++) { |
2385 | struct platform_device *device; | 2385 | struct platform_device *device; |
2386 | if (is_isapnp_selected(i)) | 2386 | if (! enable[i] || is_isapnp_selected(i)) |
2387 | continue; | 2387 | continue; |
2388 | device = platform_device_register_simple(ES18XX_DRIVER, | 2388 | device = platform_device_register_simple(ES18XX_DRIVER, |
2389 | i, NULL, 0); | 2389 | i, NULL, 0); |