Lines Matching +full:0 +full:x240

22 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;	/* Index 0-MAX */
25 static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x240,0x260 */
61 return 0; in snd_sb8_match()
64 return 0; in snd_sb8_match()
68 return 0; in snd_sb8_match()
83 if (err < 0) in snd_sb8_probe()
88 * Block the 0x388 port to avoid PnP conflicts. in snd_sb8_probe()
92 acard->fm_res = devm_request_region(card->dev, 0x388, 4, in snd_sb8_probe()
99 if (err < 0) in snd_sb8_probe()
104 0x220, 0x240, 0x260, in snd_sb8_probe()
107 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_sb8_probe()
115 if (err >= 0) { in snd_sb8_probe()
127 dev_warn(pdev, "ALS100 chip detected at 0x%lx, try snd-als100 module\n", in snd_sb8_probe()
130 dev_warn(pdev, "SB 16 chip detected at 0x%lx, try snd-sb16 module\n", in snd_sb8_probe()
135 err = snd_sb8dsp_pcm(chip, 0); in snd_sb8_probe()
136 if (err < 0) in snd_sb8_probe()
140 if (err < 0) in snd_sb8_probe()
144 err = snd_opl3_create(card, chip->port + 8, 0, in snd_sb8_probe()
146 if (err < 0) in snd_sb8_probe()
147 dev_warn(pdev, "sb8: no OPL device at 0x%lx\n", chip->port + 8); in snd_sb8_probe()
151 if (err < 0) { in snd_sb8_probe()
152 dev_warn(pdev, "sb8: no OPL device at 0x%lx-0x%lx\n", in snd_sb8_probe()
156 if (err >= 0) { in snd_sb8_probe()
157 err = snd_opl3_hwdep_new(opl3, 0, 1, NULL); in snd_sb8_probe()
158 if (err < 0) in snd_sb8_probe()
162 err = snd_sb8dsp_midi(chip, 0); in snd_sb8_probe()
163 if (err < 0) in snd_sb8_probe()
168 sprintf(card->longname, "%s at 0x%lx, irq %d, dma %d", in snd_sb8_probe()
174 if (err < 0) in snd_sb8_probe()
178 return 0; in snd_sb8_probe()
191 return 0; in snd_sb8_suspend()
203 return 0; in snd_sb8_resume()