Lines Matching +full:0 +full:x260
22 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
25 static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x240,0x260 */
70 return 0; in snd_sb8_match()
73 return 0; in snd_sb8_match()
77 return 0; in snd_sb8_match()
92 if (err < 0) in snd_sb8_probe()
97 /* block the 0x388 port to avoid PnP conflicts */ in snd_sb8_probe()
98 acard->fm_res = request_region(0x388, 4, "SoundBlaster FM"); in snd_sb8_probe()
106 &chip)) < 0) in snd_sb8_probe()
111 0x220, 0x240, 0x260, in snd_sb8_probe()
114 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_sb8_probe()
122 if (err >= 0) { in snd_sb8_probe()
136 snd_printk(KERN_WARNING "ALS100 chip detected at 0x%lx, try snd-als100 module\n", in snd_sb8_probe()
139 snd_printk(KERN_WARNING "SB 16 chip detected at 0x%lx, try snd-sb16 module\n", in snd_sb8_probe()
145 if ((err = snd_sb8dsp_pcm(chip, 0)) < 0) in snd_sb8_probe()
148 if ((err = snd_sbmixer_new(chip)) < 0) in snd_sb8_probe()
152 if ((err = snd_opl3_create(card, chip->port + 8, 0, in snd_sb8_probe()
154 &opl3)) < 0) { in snd_sb8_probe()
155 snd_printk(KERN_WARNING "sb8: no OPL device at 0x%lx\n", chip->port + 8); in snd_sb8_probe()
160 &opl3)) < 0) { in snd_sb8_probe()
161 snd_printk(KERN_WARNING "sb8: no OPL device at 0x%lx-0x%lx\n", in snd_sb8_probe()
165 if (err >= 0) { in snd_sb8_probe()
166 if ((err = snd_opl3_hwdep_new(opl3, 0, 1, NULL)) < 0) in snd_sb8_probe()
170 if ((err = snd_sb8dsp_midi(chip, 0)) < 0) in snd_sb8_probe()
175 sprintf(card->longname, "%s at 0x%lx, irq %d, dma %d", in snd_sb8_probe()
180 if ((err = snd_card_register(card)) < 0) in snd_sb8_probe()
184 return 0; in snd_sb8_probe()
194 return 0; in snd_sb8_remove()
207 return 0; in snd_sb8_suspend()
219 return 0; in snd_sb8_resume()