diff options
Diffstat (limited to 'sound/isa/opti9xx/opti92x-ad1848.c')
-rw-r--r-- | sound/isa/opti9xx/opti92x-ad1848.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/isa/opti9xx/opti92x-ad1848.c b/sound/isa/opti9xx/opti92x-ad1848.c index fefb8597717c..ff9baf751b22 100644 --- a/sound/isa/opti9xx/opti92x-ad1848.c +++ b/sound/isa/opti9xx/opti92x-ad1848.c | |||
@@ -706,14 +706,10 @@ static int __devinit snd_opti9xx_probe(struct snd_card *card) | |||
706 | static long possible_ports[] = {0x530, 0xe80, 0xf40, 0x604, -1}; | 706 | static long possible_ports[] = {0x530, 0xe80, 0xf40, 0x604, -1}; |
707 | int error; | 707 | int error; |
708 | struct snd_opti9xx *chip = card->private_data; | 708 | struct snd_opti9xx *chip = card->private_data; |
709 | #if defined(CS4231) || defined(OPTi93X) | ||
710 | struct snd_wss *codec; | 709 | struct snd_wss *codec; |
711 | #ifdef CS4231 | 710 | #ifdef CS4231 |
712 | struct snd_timer *timer; | 711 | struct snd_timer *timer; |
713 | #endif | 712 | #endif |
714 | #else | ||
715 | struct snd_ad1848 *codec; | ||
716 | #endif | ||
717 | struct snd_pcm *pcm; | 713 | struct snd_pcm *pcm; |
718 | struct snd_rawmidi *rmidi; | 714 | struct snd_rawmidi *rmidi; |
719 | struct snd_hwdep *synth; | 715 | struct snd_hwdep *synth; |