Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Driver for Yamaha OPL3-SA[2,3] soundcards |
Jaroslav Kysela | c1017a4 | 2007-10-15 09:50:19 +0200 | [diff] [blame] | 3 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | * |
| 5 | * |
| 6 | * This program is free software; you can redistribute it and/or modify |
| 7 | * it under the terms of the GNU General Public License as published by |
| 8 | * the Free Software Foundation; either version 2 of the License, or |
| 9 | * (at your option) any later version. |
| 10 | * |
| 11 | * This program is distributed in the hope that it will be useful, |
| 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | * GNU General Public License for more details. |
| 15 | * |
| 16 | * You should have received a copy of the GNU General Public License |
| 17 | * along with this program; if not, write to the Free Software |
| 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 19 | * |
| 20 | */ |
| 21 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | #include <linux/init.h> |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 23 | #include <linux/err.h> |
Takashi Iwai | 5e24c1c | 2007-02-22 12:50:54 +0100 | [diff] [blame] | 24 | #include <linux/isa.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | #include <linux/interrupt.h> |
| 26 | #include <linux/pm.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 27 | #include <linux/pnp.h> |
Paul Gortmaker | 65a7721 | 2011-07-15 13:13:37 -0400 | [diff] [blame] | 28 | #include <linux/module.h> |
Takashi Iwai | 6cbbfe1 | 2015-01-28 16:49:33 +0100 | [diff] [blame] | 29 | #include <linux/io.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | #include <sound/core.h> |
Krzysztof Helt | 61ef19d | 2008-07-31 21:02:42 +0200 | [diff] [blame] | 31 | #include <sound/wss.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 32 | #include <sound/mpu401.h> |
| 33 | #include <sound/opl3.h> |
| 34 | #include <sound/initval.h> |
Takashi Iwai | a1c7a7d | 2006-08-22 13:16:39 +0200 | [diff] [blame] | 35 | #include <sound/tlv.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 36 | |
Jaroslav Kysela | c1017a4 | 2007-10-15 09:50:19 +0200 | [diff] [blame] | 37 | MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | MODULE_DESCRIPTION("Yamaha OPL3SA2+"); |
| 39 | MODULE_LICENSE("GPL"); |
| 40 | MODULE_SUPPORTED_DEVICE("{{Yamaha,YMF719E-S}," |
| 41 | "{Genius,Sound Maker 3DX}," |
| 42 | "{Yamaha,OPL3SA3}," |
| 43 | "{Intel,AL440LX sound}," |
| 44 | "{NeoMagic,MagicWave 3DX}}"); |
| 45 | |
| 46 | static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ |
| 47 | static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ |
Rusty Russell | a67ff6a | 2011-12-15 13:49:36 +1030 | [diff] [blame] | 48 | static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_ISAPNP; /* Enable this card */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 49 | #ifdef CONFIG_PNP |
Rusty Russell | a67ff6a | 2011-12-15 13:49:36 +1030 | [diff] [blame] | 50 | static bool isapnp[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 51 | #endif |
| 52 | static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0xf86,0x370,0x100 */ |
| 53 | static long sb_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x240,0x260 */ |
| 54 | static long wss_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;/* 0x530,0xe80,0xf40,0x604 */ |
| 55 | static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x388 */ |
| 56 | static long midi_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;/* 0x330,0x300 */ |
| 57 | static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 0,1,3,5,9,11,12,15 */ |
| 58 | static int dma1[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 1,3,5,6,7 */ |
| 59 | static int dma2[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 1,3,5,6,7 */ |
Takashi Iwai | 6581f4e | 2006-05-17 17:14:51 +0200 | [diff] [blame] | 60 | static int opl3sa3_ymode[SNDRV_CARDS]; /* 0,1,2,3 */ /*SL Added*/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 61 | |
| 62 | module_param_array(index, int, NULL, 0444); |
| 63 | MODULE_PARM_DESC(index, "Index value for OPL3-SA soundcard."); |
| 64 | module_param_array(id, charp, NULL, 0444); |
| 65 | MODULE_PARM_DESC(id, "ID string for OPL3-SA soundcard."); |
| 66 | module_param_array(enable, bool, NULL, 0444); |
| 67 | MODULE_PARM_DESC(enable, "Enable OPL3-SA soundcard."); |
| 68 | #ifdef CONFIG_PNP |
| 69 | module_param_array(isapnp, bool, NULL, 0444); |
| 70 | MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard."); |
| 71 | #endif |
| 72 | module_param_array(port, long, NULL, 0444); |
| 73 | MODULE_PARM_DESC(port, "Port # for OPL3-SA driver."); |
| 74 | module_param_array(sb_port, long, NULL, 0444); |
| 75 | MODULE_PARM_DESC(sb_port, "SB port # for OPL3-SA driver."); |
| 76 | module_param_array(wss_port, long, NULL, 0444); |
| 77 | MODULE_PARM_DESC(wss_port, "WSS port # for OPL3-SA driver."); |
| 78 | module_param_array(fm_port, long, NULL, 0444); |
| 79 | MODULE_PARM_DESC(fm_port, "FM port # for OPL3-SA driver."); |
| 80 | module_param_array(midi_port, long, NULL, 0444); |
| 81 | MODULE_PARM_DESC(midi_port, "MIDI port # for OPL3-SA driver."); |
| 82 | module_param_array(irq, int, NULL, 0444); |
| 83 | MODULE_PARM_DESC(irq, "IRQ # for OPL3-SA driver."); |
| 84 | module_param_array(dma1, int, NULL, 0444); |
| 85 | MODULE_PARM_DESC(dma1, "DMA1 # for OPL3-SA driver."); |
| 86 | module_param_array(dma2, int, NULL, 0444); |
| 87 | MODULE_PARM_DESC(dma2, "DMA2 # for OPL3-SA driver."); |
| 88 | module_param_array(opl3sa3_ymode, int, NULL, 0444); |
| 89 | MODULE_PARM_DESC(opl3sa3_ymode, "Speaker size selection for 3D Enhancement mode: Desktop/Large Notebook/Small Notebook/HiFi."); |
| 90 | |
Takashi Iwai | 59b1b34 | 2006-01-04 15:06:44 +0100 | [diff] [blame] | 91 | #ifdef CONFIG_PNP |
Rene Herman | 609d769 | 2007-05-15 11:42:56 +0200 | [diff] [blame] | 92 | static int isa_registered; |
Clemens Ladisch | f7a9275 | 2005-12-07 09:13:42 +0100 | [diff] [blame] | 93 | static int pnp_registered; |
| 94 | static int pnpc_registered; |
Takashi Iwai | 59b1b34 | 2006-01-04 15:06:44 +0100 | [diff] [blame] | 95 | #endif |
Clemens Ladisch | f7a9275 | 2005-12-07 09:13:42 +0100 | [diff] [blame] | 96 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 97 | /* control ports */ |
| 98 | #define OPL3SA2_PM_CTRL 0x01 |
| 99 | #define OPL3SA2_SYS_CTRL 0x02 |
| 100 | #define OPL3SA2_IRQ_CONFIG 0x03 |
| 101 | #define OPL3SA2_IRQ_STATUS 0x04 |
| 102 | #define OPL3SA2_DMA_CONFIG 0x06 |
| 103 | #define OPL3SA2_MASTER_LEFT 0x07 |
| 104 | #define OPL3SA2_MASTER_RIGHT 0x08 |
| 105 | #define OPL3SA2_MIC 0x09 |
| 106 | #define OPL3SA2_MISC 0x0A |
| 107 | |
| 108 | /* opl3sa3 only */ |
| 109 | #define OPL3SA3_DGTL_DOWN 0x12 |
| 110 | #define OPL3SA3_ANLG_DOWN 0x13 |
| 111 | #define OPL3SA3_WIDE 0x14 |
| 112 | #define OPL3SA3_BASS 0x15 |
| 113 | #define OPL3SA3_TREBLE 0x16 |
| 114 | |
| 115 | /* power management bits */ |
| 116 | #define OPL3SA2_PM_ADOWN 0x20 |
| 117 | #define OPL3SA2_PM_PSV 0x04 |
| 118 | #define OPL3SA2_PM_PDN 0x02 |
| 119 | #define OPL3SA2_PM_PDX 0x01 |
| 120 | |
| 121 | #define OPL3SA2_PM_D0 0x00 |
| 122 | #define OPL3SA2_PM_D3 (OPL3SA2_PM_ADOWN|OPL3SA2_PM_PSV|OPL3SA2_PM_PDN|OPL3SA2_PM_PDX) |
| 123 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 124 | struct snd_opl3sa2 { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 125 | int version; /* 2 or 3 */ |
| 126 | unsigned long port; /* control port */ |
| 127 | struct resource *res_port; /* control port resource */ |
| 128 | int irq; |
| 129 | int single_dma; |
| 130 | spinlock_t reg_lock; |
Takashi Iwai | ec6c5ae | 2005-11-17 14:41:45 +0100 | [diff] [blame] | 131 | struct snd_hwdep *synth; |
| 132 | struct snd_rawmidi *rmidi; |
Krzysztof Helt | 7779f75 | 2008-07-31 21:03:41 +0200 | [diff] [blame] | 133 | struct snd_wss *wss; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 134 | unsigned char ctlregs[0x20]; |
| 135 | int ymode; /* SL added */ |
Takashi Iwai | ec6c5ae | 2005-11-17 14:41:45 +0100 | [diff] [blame] | 136 | struct snd_kcontrol *master_switch; |
| 137 | struct snd_kcontrol *master_volume; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 138 | }; |
| 139 | |
Takashi Iwai | 43bcd97 | 2005-09-05 17:19:20 +0200 | [diff] [blame] | 140 | #define PFX "opl3sa2: " |
| 141 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 142 | #ifdef CONFIG_PNP |
| 143 | |
Jaroslav Kysela | 1265509 | 2005-08-12 17:24:24 +0200 | [diff] [blame] | 144 | static struct pnp_device_id snd_opl3sa2_pnpbiosids[] = { |
Jaroslav Kysela | 53b2666 | 2005-08-12 17:35:09 +0200 | [diff] [blame] | 145 | { .id = "YMH0021" }, |
Jaroslav Kysela | 1265509 | 2005-08-12 17:24:24 +0200 | [diff] [blame] | 146 | { .id = "NMX2210" }, /* Gateway Solo 2500 */ |
| 147 | { .id = "" } /* end */ |
| 148 | }; |
| 149 | |
| 150 | MODULE_DEVICE_TABLE(pnp, snd_opl3sa2_pnpbiosids); |
| 151 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 152 | static struct pnp_card_device_id snd_opl3sa2_pnpids[] = { |
| 153 | /* Yamaha YMF719E-S (Genius Sound Maker 3DX) */ |
| 154 | { .id = "YMH0020", .devs = { { "YMH0021" } } }, |
| 155 | /* Yamaha OPL3-SA3 (integrated on Intel's Pentium II AL440LX motherboard) */ |
| 156 | { .id = "YMH0030", .devs = { { "YMH0021" } } }, |
| 157 | /* Yamaha OPL3-SA2 */ |
| 158 | { .id = "YMH0800", .devs = { { "YMH0021" } } }, |
| 159 | /* Yamaha OPL3-SA2 */ |
| 160 | { .id = "YMH0801", .devs = { { "YMH0021" } } }, |
| 161 | /* NeoMagic MagicWave 3DX */ |
| 162 | { .id = "NMX2200", .devs = { { "YMH2210" } } }, |
Paul Vojta | 4700418 | 2007-07-04 10:34:22 +0200 | [diff] [blame] | 163 | /* NeoMagic MagicWave 3D */ |
| 164 | { .id = "NMX2200", .devs = { { "NMX2210" } } }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 165 | /* --- */ |
| 166 | { .id = "" } /* end */ |
| 167 | }; |
| 168 | |
| 169 | MODULE_DEVICE_TABLE(pnp_card, snd_opl3sa2_pnpids); |
| 170 | |
| 171 | #endif /* CONFIG_PNP */ |
| 172 | |
| 173 | |
| 174 | /* read control port (w/o spinlock) */ |
Takashi Iwai | ec6c5ae | 2005-11-17 14:41:45 +0100 | [diff] [blame] | 175 | static unsigned char __snd_opl3sa2_read(struct snd_opl3sa2 *chip, unsigned char reg) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 176 | { |
| 177 | unsigned char result; |
| 178 | #if 0 |
| 179 | outb(0x1d, port); /* password */ |
Takashi Iwai | 4c9f1d3 | 2009-02-05 15:47:51 +0100 | [diff] [blame] | 180 | printk(KERN_DEBUG "read [0x%lx] = 0x%x\n", port, inb(port)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 181 | #endif |
| 182 | outb(reg, chip->port); /* register */ |
| 183 | result = inb(chip->port + 1); |
| 184 | #if 0 |
Takashi Iwai | 4c9f1d3 | 2009-02-05 15:47:51 +0100 | [diff] [blame] | 185 | printk(KERN_DEBUG "read [0x%lx] = 0x%x [0x%x]\n", |
| 186 | port, result, inb(port)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 187 | #endif |
| 188 | return result; |
| 189 | } |
| 190 | |
| 191 | /* read control port (with spinlock) */ |
Takashi Iwai | ec6c5ae | 2005-11-17 14:41:45 +0100 | [diff] [blame] | 192 | static unsigned char snd_opl3sa2_read(struct snd_opl3sa2 *chip, unsigned char reg) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 193 | { |
| 194 | unsigned long flags; |
| 195 | unsigned char result; |
| 196 | |
| 197 | spin_lock_irqsave(&chip->reg_lock, flags); |
| 198 | result = __snd_opl3sa2_read(chip, reg); |
| 199 | spin_unlock_irqrestore(&chip->reg_lock, flags); |
| 200 | return result; |
| 201 | } |
| 202 | |
| 203 | /* write control port (w/o spinlock) */ |
Takashi Iwai | ec6c5ae | 2005-11-17 14:41:45 +0100 | [diff] [blame] | 204 | static void __snd_opl3sa2_write(struct snd_opl3sa2 *chip, unsigned char reg, unsigned char value) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 205 | { |
| 206 | #if 0 |
| 207 | outb(0x1d, port); /* password */ |
| 208 | #endif |
| 209 | outb(reg, chip->port); /* register */ |
| 210 | outb(value, chip->port + 1); |
| 211 | chip->ctlregs[reg] = value; |
| 212 | } |
| 213 | |
| 214 | /* write control port (with spinlock) */ |
Takashi Iwai | ec6c5ae | 2005-11-17 14:41:45 +0100 | [diff] [blame] | 215 | static void snd_opl3sa2_write(struct snd_opl3sa2 *chip, unsigned char reg, unsigned char value) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 216 | { |
| 217 | unsigned long flags; |
| 218 | spin_lock_irqsave(&chip->reg_lock, flags); |
| 219 | __snd_opl3sa2_write(chip, reg, value); |
| 220 | spin_unlock_irqrestore(&chip->reg_lock, flags); |
| 221 | } |
| 222 | |
Bill Pemberton | 1bff292 | 2012-12-06 12:35:21 -0500 | [diff] [blame] | 223 | static int snd_opl3sa2_detect(struct snd_card *card) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 224 | { |
Krzysztof Helt | 503c10d | 2008-08-17 20:01:14 +0200 | [diff] [blame] | 225 | struct snd_opl3sa2 *chip = card->private_data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 226 | unsigned long port; |
| 227 | unsigned char tmp, tmp1; |
| 228 | char str[2]; |
| 229 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 230 | port = chip->port; |
| 231 | if ((chip->res_port = request_region(port, 2, "OPL3-SA control")) == NULL) { |
Takashi Iwai | 43bcd97 | 2005-09-05 17:19:20 +0200 | [diff] [blame] | 232 | snd_printk(KERN_ERR PFX "can't grab port 0x%lx\n", port); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 233 | return -EBUSY; |
| 234 | } |
Takashi Iwai | 4c9f1d3 | 2009-02-05 15:47:51 +0100 | [diff] [blame] | 235 | /* |
| 236 | snd_printk(KERN_DEBUG "REG 0A = 0x%x\n", |
| 237 | snd_opl3sa2_read(chip, 0x0a)); |
| 238 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 239 | chip->version = 0; |
| 240 | tmp = snd_opl3sa2_read(chip, OPL3SA2_MISC); |
| 241 | if (tmp == 0xff) { |
| 242 | snd_printd("OPL3-SA [0x%lx] detect = 0x%x\n", port, tmp); |
| 243 | return -ENODEV; |
| 244 | } |
| 245 | switch (tmp & 0x07) { |
| 246 | case 0x01: |
| 247 | chip->version = 2; /* YMF711 */ |
| 248 | break; |
| 249 | default: |
| 250 | chip->version = 3; |
| 251 | /* 0x02 - standard */ |
| 252 | /* 0x03 - YM715B */ |
| 253 | /* 0x04 - YM719 - OPL-SA4? */ |
| 254 | /* 0x05 - OPL3-SA3 - Libretto 100 */ |
Paul Vojta | e234046 | 2007-07-27 12:20:38 +0200 | [diff] [blame] | 255 | /* 0x07 - unknown - Neomagic MagicWave 3D */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 256 | break; |
| 257 | } |
| 258 | str[0] = chip->version + '0'; |
| 259 | str[1] = 0; |
| 260 | strcat(card->shortname, str); |
| 261 | snd_opl3sa2_write(chip, OPL3SA2_MISC, tmp ^ 7); |
| 262 | if ((tmp1 = snd_opl3sa2_read(chip, OPL3SA2_MISC)) != tmp) { |
| 263 | snd_printd("OPL3-SA [0x%lx] detect (1) = 0x%x (0x%x)\n", port, tmp, tmp1); |
| 264 | return -ENODEV; |
| 265 | } |
Uwe Kleine-König | b595076 | 2010-11-01 15:38:34 -0400 | [diff] [blame] | 266 | /* try if the MIC register is accessible */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 267 | tmp = snd_opl3sa2_read(chip, OPL3SA2_MIC); |
| 268 | snd_opl3sa2_write(chip, OPL3SA2_MIC, 0x8a); |
| 269 | if (((tmp1 = snd_opl3sa2_read(chip, OPL3SA2_MIC)) & 0x9f) != 0x8a) { |
| 270 | snd_printd("OPL3-SA [0x%lx] detect (2) = 0x%x (0x%x)\n", port, tmp, tmp1); |
| 271 | return -ENODEV; |
| 272 | } |
| 273 | snd_opl3sa2_write(chip, OPL3SA2_MIC, 0x9f); |
| 274 | /* initialization */ |
| 275 | /* Power Management - full on */ |
| 276 | snd_opl3sa2_write(chip, OPL3SA2_PM_CTRL, OPL3SA2_PM_D0); |
| 277 | if (chip->version > 2) { |
| 278 | /* ymode is bits 4&5 (of 0 to 7) on all but opl3sa2 versions */ |
| 279 | snd_opl3sa2_write(chip, OPL3SA2_SYS_CTRL, (chip->ymode << 4)); |
| 280 | } else { |
| 281 | /* default for opl3sa2 versions */ |
| 282 | snd_opl3sa2_write(chip, OPL3SA2_SYS_CTRL, 0x00); |
| 283 | } |
| 284 | snd_opl3sa2_write(chip, OPL3SA2_IRQ_CONFIG, 0x0d); /* Interrupt Channel Configuration - IRQ A = OPL3 + MPU + WSS */ |
| 285 | if (chip->single_dma) { |
| 286 | snd_opl3sa2_write(chip, OPL3SA2_DMA_CONFIG, 0x03); /* DMA Configuration - DMA A = WSS-R + WSS-P */ |
| 287 | } else { |
| 288 | snd_opl3sa2_write(chip, OPL3SA2_DMA_CONFIG, 0x21); /* DMA Configuration - DMA B = WSS-R, DMA A = WSS-P */ |
| 289 | } |
| 290 | snd_opl3sa2_write(chip, OPL3SA2_MISC, 0x80 | (tmp & 7)); /* Miscellaneous - default */ |
| 291 | if (chip->version > 2) { |
| 292 | snd_opl3sa2_write(chip, OPL3SA3_DGTL_DOWN, 0x00); /* Digital Block Partial Power Down - default */ |
| 293 | snd_opl3sa2_write(chip, OPL3SA3_ANLG_DOWN, 0x00); /* Analog Block Partial Power Down - default */ |
| 294 | } |
| 295 | return 0; |
| 296 | } |
| 297 | |
David Howells | 7d12e78 | 2006-10-05 14:55:46 +0100 | [diff] [blame] | 298 | static irqreturn_t snd_opl3sa2_interrupt(int irq, void *dev_id) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 299 | { |
| 300 | unsigned short status; |
Krzysztof Helt | 503c10d | 2008-08-17 20:01:14 +0200 | [diff] [blame] | 301 | struct snd_card *card = dev_id; |
| 302 | struct snd_opl3sa2 *chip; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 303 | int handled = 0; |
| 304 | |
Krzysztof Helt | f87426e | 2008-08-19 21:51:49 +0200 | [diff] [blame] | 305 | if (card == NULL) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 306 | return IRQ_NONE; |
| 307 | |
Krzysztof Helt | 503c10d | 2008-08-17 20:01:14 +0200 | [diff] [blame] | 308 | chip = card->private_data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 309 | status = snd_opl3sa2_read(chip, OPL3SA2_IRQ_STATUS); |
| 310 | |
| 311 | if (status & 0x20) { |
| 312 | handled = 1; |
| 313 | snd_opl3_interrupt(chip->synth); |
| 314 | } |
| 315 | |
| 316 | if ((status & 0x10) && chip->rmidi != NULL) { |
| 317 | handled = 1; |
David Howells | 7d12e78 | 2006-10-05 14:55:46 +0100 | [diff] [blame] | 318 | snd_mpu401_uart_interrupt(irq, chip->rmidi->private_data); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 319 | } |
| 320 | |
| 321 | if (status & 0x07) { /* TI,CI,PI */ |
| 322 | handled = 1; |
Krzysztof Helt | 7779f75 | 2008-07-31 21:03:41 +0200 | [diff] [blame] | 323 | snd_wss_interrupt(irq, chip->wss); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 324 | } |
| 325 | |
| 326 | if (status & 0x40) { /* hardware volume change */ |
| 327 | handled = 1; |
| 328 | /* reading from Master Lch register at 0x07 clears this bit */ |
| 329 | snd_opl3sa2_read(chip, OPL3SA2_MASTER_RIGHT); |
| 330 | snd_opl3sa2_read(chip, OPL3SA2_MASTER_LEFT); |
| 331 | if (chip->master_switch && chip->master_volume) { |
Krzysztof Helt | 503c10d | 2008-08-17 20:01:14 +0200 | [diff] [blame] | 332 | snd_ctl_notify(card, SNDRV_CTL_EVENT_MASK_VALUE, |
| 333 | &chip->master_switch->id); |
| 334 | snd_ctl_notify(card, SNDRV_CTL_EVENT_MASK_VALUE, |
| 335 | &chip->master_volume->id); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 336 | } |
| 337 | } |
| 338 | return IRQ_RETVAL(handled); |
| 339 | } |
| 340 | |
| 341 | #define OPL3SA2_SINGLE(xname, xindex, reg, shift, mask, invert) \ |
| 342 | { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ |
Krzysztof Helt | f87426e | 2008-08-19 21:51:49 +0200 | [diff] [blame] | 343 | .info = snd_wss_info_single, \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 344 | .get = snd_opl3sa2_get_single, .put = snd_opl3sa2_put_single, \ |
| 345 | .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24) } |
Takashi Iwai | a1c7a7d | 2006-08-22 13:16:39 +0200 | [diff] [blame] | 346 | #define OPL3SA2_SINGLE_TLV(xname, xindex, reg, shift, mask, invert, xtlv) \ |
| 347 | { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \ |
| 348 | .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_TLV_READ, \ |
| 349 | .name = xname, .index = xindex, \ |
Krzysztof Helt | f87426e | 2008-08-19 21:51:49 +0200 | [diff] [blame] | 350 | .info = snd_wss_info_single, \ |
Takashi Iwai | a1c7a7d | 2006-08-22 13:16:39 +0200 | [diff] [blame] | 351 | .get = snd_opl3sa2_get_single, .put = snd_opl3sa2_put_single, \ |
| 352 | .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24), \ |
| 353 | .tlv = { .p = (xtlv) } } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 354 | |
Takashi Iwai | ec6c5ae | 2005-11-17 14:41:45 +0100 | [diff] [blame] | 355 | static int snd_opl3sa2_get_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 356 | { |
Takashi Iwai | ec6c5ae | 2005-11-17 14:41:45 +0100 | [diff] [blame] | 357 | struct snd_opl3sa2 *chip = snd_kcontrol_chip(kcontrol); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 358 | unsigned long flags; |
| 359 | int reg = kcontrol->private_value & 0xff; |
| 360 | int shift = (kcontrol->private_value >> 8) & 0xff; |
| 361 | int mask = (kcontrol->private_value >> 16) & 0xff; |
| 362 | int invert = (kcontrol->private_value >> 24) & 0xff; |
| 363 | |
| 364 | spin_lock_irqsave(&chip->reg_lock, flags); |
| 365 | ucontrol->value.integer.value[0] = (chip->ctlregs[reg] >> shift) & mask; |
| 366 | spin_unlock_irqrestore(&chip->reg_lock, flags); |
| 367 | if (invert) |
| 368 | ucontrol->value.integer.value[0] = mask - ucontrol->value.integer.value[0]; |
| 369 | return 0; |
| 370 | } |
| 371 | |
Takashi Iwai | ec6c5ae | 2005-11-17 14:41:45 +0100 | [diff] [blame] | 372 | static int snd_opl3sa2_put_single(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 373 | { |
Takashi Iwai | ec6c5ae | 2005-11-17 14:41:45 +0100 | [diff] [blame] | 374 | struct snd_opl3sa2 *chip = snd_kcontrol_chip(kcontrol); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 375 | unsigned long flags; |
| 376 | int reg = kcontrol->private_value & 0xff; |
| 377 | int shift = (kcontrol->private_value >> 8) & 0xff; |
| 378 | int mask = (kcontrol->private_value >> 16) & 0xff; |
| 379 | int invert = (kcontrol->private_value >> 24) & 0xff; |
| 380 | int change; |
| 381 | unsigned short val, oval; |
| 382 | |
| 383 | val = (ucontrol->value.integer.value[0] & mask); |
| 384 | if (invert) |
| 385 | val = mask - val; |
| 386 | val <<= shift; |
| 387 | spin_lock_irqsave(&chip->reg_lock, flags); |
| 388 | oval = chip->ctlregs[reg]; |
| 389 | val = (oval & ~(mask << shift)) | val; |
| 390 | change = val != oval; |
| 391 | __snd_opl3sa2_write(chip, reg, val); |
| 392 | spin_unlock_irqrestore(&chip->reg_lock, flags); |
| 393 | return change; |
| 394 | } |
| 395 | |
| 396 | #define OPL3SA2_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert) \ |
| 397 | { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ |
Krzysztof Helt | f87426e | 2008-08-19 21:51:49 +0200 | [diff] [blame] | 398 | .info = snd_wss_info_double, \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 399 | .get = snd_opl3sa2_get_double, .put = snd_opl3sa2_put_double, \ |
| 400 | .private_value = left_reg | (right_reg << 8) | (shift_left << 16) | (shift_right << 19) | (mask << 24) | (invert << 22) } |
Takashi Iwai | a1c7a7d | 2006-08-22 13:16:39 +0200 | [diff] [blame] | 401 | #define OPL3SA2_DOUBLE_TLV(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert, xtlv) \ |
| 402 | { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \ |
| 403 | .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_TLV_READ, \ |
| 404 | .name = xname, .index = xindex, \ |
Krzysztof Helt | f87426e | 2008-08-19 21:51:49 +0200 | [diff] [blame] | 405 | .info = snd_wss_info_double, \ |
Takashi Iwai | a1c7a7d | 2006-08-22 13:16:39 +0200 | [diff] [blame] | 406 | .get = snd_opl3sa2_get_double, .put = snd_opl3sa2_put_double, \ |
| 407 | .private_value = left_reg | (right_reg << 8) | (shift_left << 16) | (shift_right << 19) | (mask << 24) | (invert << 22), \ |
| 408 | .tlv = { .p = (xtlv) } } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 409 | |
Takashi Iwai | ec6c5ae | 2005-11-17 14:41:45 +0100 | [diff] [blame] | 410 | static int snd_opl3sa2_get_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 411 | { |
Takashi Iwai | ec6c5ae | 2005-11-17 14:41:45 +0100 | [diff] [blame] | 412 | struct snd_opl3sa2 *chip = snd_kcontrol_chip(kcontrol); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 413 | unsigned long flags; |
| 414 | int left_reg = kcontrol->private_value & 0xff; |
| 415 | int right_reg = (kcontrol->private_value >> 8) & 0xff; |
| 416 | int shift_left = (kcontrol->private_value >> 16) & 0x07; |
| 417 | int shift_right = (kcontrol->private_value >> 19) & 0x07; |
| 418 | int mask = (kcontrol->private_value >> 24) & 0xff; |
| 419 | int invert = (kcontrol->private_value >> 22) & 1; |
| 420 | |
| 421 | spin_lock_irqsave(&chip->reg_lock, flags); |
| 422 | ucontrol->value.integer.value[0] = (chip->ctlregs[left_reg] >> shift_left) & mask; |
| 423 | ucontrol->value.integer.value[1] = (chip->ctlregs[right_reg] >> shift_right) & mask; |
| 424 | spin_unlock_irqrestore(&chip->reg_lock, flags); |
| 425 | if (invert) { |
| 426 | ucontrol->value.integer.value[0] = mask - ucontrol->value.integer.value[0]; |
| 427 | ucontrol->value.integer.value[1] = mask - ucontrol->value.integer.value[1]; |
| 428 | } |
| 429 | return 0; |
| 430 | } |
| 431 | |
Takashi Iwai | ec6c5ae | 2005-11-17 14:41:45 +0100 | [diff] [blame] | 432 | static int snd_opl3sa2_put_double(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 433 | { |
Takashi Iwai | ec6c5ae | 2005-11-17 14:41:45 +0100 | [diff] [blame] | 434 | struct snd_opl3sa2 *chip = snd_kcontrol_chip(kcontrol); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 435 | unsigned long flags; |
| 436 | int left_reg = kcontrol->private_value & 0xff; |
| 437 | int right_reg = (kcontrol->private_value >> 8) & 0xff; |
| 438 | int shift_left = (kcontrol->private_value >> 16) & 0x07; |
| 439 | int shift_right = (kcontrol->private_value >> 19) & 0x07; |
| 440 | int mask = (kcontrol->private_value >> 24) & 0xff; |
| 441 | int invert = (kcontrol->private_value >> 22) & 1; |
| 442 | int change; |
| 443 | unsigned short val1, val2, oval1, oval2; |
| 444 | |
| 445 | val1 = ucontrol->value.integer.value[0] & mask; |
| 446 | val2 = ucontrol->value.integer.value[1] & mask; |
| 447 | if (invert) { |
| 448 | val1 = mask - val1; |
| 449 | val2 = mask - val2; |
| 450 | } |
| 451 | val1 <<= shift_left; |
| 452 | val2 <<= shift_right; |
| 453 | spin_lock_irqsave(&chip->reg_lock, flags); |
| 454 | if (left_reg != right_reg) { |
| 455 | oval1 = chip->ctlregs[left_reg]; |
| 456 | oval2 = chip->ctlregs[right_reg]; |
| 457 | val1 = (oval1 & ~(mask << shift_left)) | val1; |
| 458 | val2 = (oval2 & ~(mask << shift_right)) | val2; |
| 459 | change = val1 != oval1 || val2 != oval2; |
| 460 | __snd_opl3sa2_write(chip, left_reg, val1); |
| 461 | __snd_opl3sa2_write(chip, right_reg, val2); |
| 462 | } else { |
| 463 | oval1 = chip->ctlregs[left_reg]; |
| 464 | val1 = (oval1 & ~((mask << shift_left) | (mask << shift_right))) | val1 | val2; |
| 465 | change = val1 != oval1; |
| 466 | __snd_opl3sa2_write(chip, left_reg, val1); |
| 467 | } |
| 468 | spin_unlock_irqrestore(&chip->reg_lock, flags); |
| 469 | return change; |
| 470 | } |
| 471 | |
Takashi Iwai | 0cb29ea | 2007-01-29 15:33:49 +0100 | [diff] [blame] | 472 | static const DECLARE_TLV_DB_SCALE(db_scale_master, -3000, 200, 0); |
| 473 | static const DECLARE_TLV_DB_SCALE(db_scale_5bit_12db_max, -3450, 150, 0); |
Takashi Iwai | a1c7a7d | 2006-08-22 13:16:39 +0200 | [diff] [blame] | 474 | |
Takashi Iwai | ec6c5ae | 2005-11-17 14:41:45 +0100 | [diff] [blame] | 475 | static struct snd_kcontrol_new snd_opl3sa2_controls[] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 476 | OPL3SA2_DOUBLE("Master Playback Switch", 0, 0x07, 0x08, 7, 7, 1, 1), |
Takashi Iwai | a1c7a7d | 2006-08-22 13:16:39 +0200 | [diff] [blame] | 477 | OPL3SA2_DOUBLE_TLV("Master Playback Volume", 0, 0x07, 0x08, 0, 0, 15, 1, |
| 478 | db_scale_master), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 479 | OPL3SA2_SINGLE("Mic Playback Switch", 0, 0x09, 7, 1, 1), |
Takashi Iwai | a1c7a7d | 2006-08-22 13:16:39 +0200 | [diff] [blame] | 480 | OPL3SA2_SINGLE_TLV("Mic Playback Volume", 0, 0x09, 0, 31, 1, |
| 481 | db_scale_5bit_12db_max), |
Krzysztof Helt | 1661c61 | 2009-03-24 22:37:14 +0100 | [diff] [blame] | 482 | OPL3SA2_SINGLE("ZV Port Switch", 0, 0x02, 0, 1, 0), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 483 | }; |
| 484 | |
Takashi Iwai | ec6c5ae | 2005-11-17 14:41:45 +0100 | [diff] [blame] | 485 | static struct snd_kcontrol_new snd_opl3sa2_tone_controls[] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 486 | OPL3SA2_DOUBLE("3D Control - Wide", 0, 0x14, 0x14, 4, 0, 7, 0), |
| 487 | OPL3SA2_DOUBLE("Tone Control - Bass", 0, 0x15, 0x15, 4, 0, 7, 0), |
| 488 | OPL3SA2_DOUBLE("Tone Control - Treble", 0, 0x16, 0x16, 4, 0, 7, 0) |
| 489 | }; |
| 490 | |
Takashi Iwai | ec6c5ae | 2005-11-17 14:41:45 +0100 | [diff] [blame] | 491 | static void snd_opl3sa2_master_free(struct snd_kcontrol *kcontrol) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 492 | { |
Takashi Iwai | ec6c5ae | 2005-11-17 14:41:45 +0100 | [diff] [blame] | 493 | struct snd_opl3sa2 *chip = snd_kcontrol_chip(kcontrol); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 494 | chip->master_switch = NULL; |
| 495 | chip->master_volume = NULL; |
| 496 | } |
| 497 | |
Bill Pemberton | 1bff292 | 2012-12-06 12:35:21 -0500 | [diff] [blame] | 498 | static int snd_opl3sa2_mixer(struct snd_card *card) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 499 | { |
Krzysztof Helt | 503c10d | 2008-08-17 20:01:14 +0200 | [diff] [blame] | 500 | struct snd_opl3sa2 *chip = card->private_data; |
Takashi Iwai | ec6c5ae | 2005-11-17 14:41:45 +0100 | [diff] [blame] | 501 | struct snd_ctl_elem_id id1, id2; |
| 502 | struct snd_kcontrol *kctl; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 503 | unsigned int idx; |
| 504 | int err; |
| 505 | |
| 506 | memset(&id1, 0, sizeof(id1)); |
| 507 | memset(&id2, 0, sizeof(id2)); |
| 508 | id1.iface = id2.iface = SNDRV_CTL_ELEM_IFACE_MIXER; |
| 509 | /* reassign AUX0 to CD */ |
| 510 | strcpy(id1.name, "Aux Playback Switch"); |
| 511 | strcpy(id2.name, "CD Playback Switch"); |
Takashi Iwai | 73e77ba | 2005-11-17 17:44:01 +0100 | [diff] [blame] | 512 | if ((err = snd_ctl_rename_id(card, &id1, &id2)) < 0) { |
| 513 | snd_printk(KERN_ERR "Cannot rename opl3sa2 control\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 514 | return err; |
Takashi Iwai | 73e77ba | 2005-11-17 17:44:01 +0100 | [diff] [blame] | 515 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 516 | strcpy(id1.name, "Aux Playback Volume"); |
| 517 | strcpy(id2.name, "CD Playback Volume"); |
Takashi Iwai | 73e77ba | 2005-11-17 17:44:01 +0100 | [diff] [blame] | 518 | if ((err = snd_ctl_rename_id(card, &id1, &id2)) < 0) { |
| 519 | snd_printk(KERN_ERR "Cannot rename opl3sa2 control\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 520 | return err; |
Takashi Iwai | 73e77ba | 2005-11-17 17:44:01 +0100 | [diff] [blame] | 521 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 522 | /* reassign AUX1 to FM */ |
| 523 | strcpy(id1.name, "Aux Playback Switch"); id1.index = 1; |
| 524 | strcpy(id2.name, "FM Playback Switch"); |
Takashi Iwai | 73e77ba | 2005-11-17 17:44:01 +0100 | [diff] [blame] | 525 | if ((err = snd_ctl_rename_id(card, &id1, &id2)) < 0) { |
| 526 | snd_printk(KERN_ERR "Cannot rename opl3sa2 control\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 527 | return err; |
Takashi Iwai | 73e77ba | 2005-11-17 17:44:01 +0100 | [diff] [blame] | 528 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 529 | strcpy(id1.name, "Aux Playback Volume"); |
| 530 | strcpy(id2.name, "FM Playback Volume"); |
Takashi Iwai | 73e77ba | 2005-11-17 17:44:01 +0100 | [diff] [blame] | 531 | if ((err = snd_ctl_rename_id(card, &id1, &id2)) < 0) { |
| 532 | snd_printk(KERN_ERR "Cannot rename opl3sa2 control\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 533 | return err; |
Takashi Iwai | 73e77ba | 2005-11-17 17:44:01 +0100 | [diff] [blame] | 534 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 535 | /* add OPL3SA2 controls */ |
| 536 | for (idx = 0; idx < ARRAY_SIZE(snd_opl3sa2_controls); idx++) { |
| 537 | if ((err = snd_ctl_add(card, kctl = snd_ctl_new1(&snd_opl3sa2_controls[idx], chip))) < 0) |
| 538 | return err; |
| 539 | switch (idx) { |
| 540 | case 0: chip->master_switch = kctl; kctl->private_free = snd_opl3sa2_master_free; break; |
| 541 | case 1: chip->master_volume = kctl; kctl->private_free = snd_opl3sa2_master_free; break; |
| 542 | } |
| 543 | } |
| 544 | if (chip->version > 2) { |
| 545 | for (idx = 0; idx < ARRAY_SIZE(snd_opl3sa2_tone_controls); idx++) |
| 546 | if ((err = snd_ctl_add(card, snd_ctl_new1(&snd_opl3sa2_tone_controls[idx], chip))) < 0) |
| 547 | return err; |
| 548 | } |
| 549 | return 0; |
| 550 | } |
| 551 | |
| 552 | /* Power Management support functions */ |
| 553 | #ifdef CONFIG_PM |
Takashi Iwai | ec6c5ae | 2005-11-17 14:41:45 +0100 | [diff] [blame] | 554 | static int snd_opl3sa2_suspend(struct snd_card *card, pm_message_t state) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 555 | { |
Krzysztof Helt | dde332b | 2009-03-16 21:32:25 +0100 | [diff] [blame] | 556 | if (card) { |
| 557 | struct snd_opl3sa2 *chip = card->private_data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 558 | |
Krzysztof Helt | dde332b | 2009-03-16 21:32:25 +0100 | [diff] [blame] | 559 | snd_power_change_state(card, SNDRV_CTL_POWER_D3hot); |
| 560 | chip->wss->suspend(chip->wss); |
| 561 | /* power down */ |
| 562 | snd_opl3sa2_write(chip, OPL3SA2_PM_CTRL, OPL3SA2_PM_D3); |
| 563 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 564 | |
| 565 | return 0; |
| 566 | } |
| 567 | |
Takashi Iwai | ec6c5ae | 2005-11-17 14:41:45 +0100 | [diff] [blame] | 568 | static int snd_opl3sa2_resume(struct snd_card *card) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 569 | { |
Krzysztof Helt | dde332b | 2009-03-16 21:32:25 +0100 | [diff] [blame] | 570 | struct snd_opl3sa2 *chip; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 571 | int i; |
| 572 | |
Krzysztof Helt | dde332b | 2009-03-16 21:32:25 +0100 | [diff] [blame] | 573 | if (!card) |
| 574 | return 0; |
| 575 | |
| 576 | chip = card->private_data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 577 | /* power up */ |
| 578 | snd_opl3sa2_write(chip, OPL3SA2_PM_CTRL, OPL3SA2_PM_D0); |
| 579 | |
| 580 | /* restore registers */ |
| 581 | for (i = 2; i <= 0x0a; i++) { |
| 582 | if (i != OPL3SA2_IRQ_STATUS) |
| 583 | snd_opl3sa2_write(chip, i, chip->ctlregs[i]); |
| 584 | } |
| 585 | if (chip->version > 2) { |
| 586 | for (i = 0x12; i <= 0x16; i++) |
| 587 | snd_opl3sa2_write(chip, i, chip->ctlregs[i]); |
| 588 | } |
Krzysztof Helt | 7779f75 | 2008-07-31 21:03:41 +0200 | [diff] [blame] | 589 | /* restore wss */ |
| 590 | chip->wss->resume(chip->wss); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 591 | |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 592 | snd_power_change_state(card, SNDRV_CTL_POWER_D0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 593 | return 0; |
| 594 | } |
| 595 | #endif /* CONFIG_PM */ |
| 596 | |
| 597 | #ifdef CONFIG_PNP |
Bill Pemberton | 1bff292 | 2012-12-06 12:35:21 -0500 | [diff] [blame] | 598 | static int snd_opl3sa2_pnp(int dev, struct snd_opl3sa2 *chip, |
| 599 | struct pnp_dev *pdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 600 | { |
Rene Herman | 109c53f84 | 2007-11-30 17:59:25 +0100 | [diff] [blame] | 601 | if (pnp_activate_dev(pdev) < 0) { |
| 602 | snd_printk(KERN_ERR "PnP configure failure (out of resources?)\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 603 | return -EBUSY; |
| 604 | } |
| 605 | sb_port[dev] = pnp_port_start(pdev, 0); |
| 606 | wss_port[dev] = pnp_port_start(pdev, 1); |
| 607 | fm_port[dev] = pnp_port_start(pdev, 2); |
| 608 | midi_port[dev] = pnp_port_start(pdev, 3); |
| 609 | port[dev] = pnp_port_start(pdev, 4); |
| 610 | dma1[dev] = pnp_dma(pdev, 0); |
| 611 | dma2[dev] = pnp_dma(pdev, 1); |
| 612 | irq[dev] = pnp_irq(pdev, 0); |
Jaroslav Kysela | 1265509 | 2005-08-12 17:24:24 +0200 | [diff] [blame] | 613 | snd_printdd("%sPnP OPL3-SA: sb port=0x%lx, wss port=0x%lx, fm port=0x%lx, midi port=0x%lx\n", |
| 614 | pnp_device_is_pnpbios(pdev) ? "BIOS" : "ISA", sb_port[dev], wss_port[dev], fm_port[dev], midi_port[dev]); |
| 615 | snd_printdd("%sPnP OPL3-SA: control port=0x%lx, dma1=%i, dma2=%i, irq=%i\n", |
| 616 | pnp_device_is_pnpbios(pdev) ? "BIOS" : "ISA", port[dev], dma1[dev], dma2[dev], irq[dev]); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 617 | return 0; |
| 618 | } |
| 619 | #endif /* CONFIG_PNP */ |
| 620 | |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 621 | static void snd_opl3sa2_free(struct snd_card *card) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 622 | { |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 623 | struct snd_opl3sa2 *chip = card->private_data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 624 | if (chip->irq >= 0) |
Krzysztof Helt | 1713c0d | 2009-02-27 21:41:40 +0100 | [diff] [blame] | 625 | free_irq(chip->irq, card); |
Takashi Iwai | b1d5776 | 2005-10-10 11:56:31 +0200 | [diff] [blame] | 626 | release_and_free_resource(chip->res_port); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 627 | } |
| 628 | |
Takashi Iwai | 4323cc4 | 2014-01-29 13:03:56 +0100 | [diff] [blame] | 629 | static int snd_opl3sa2_card_new(struct device *pdev, int dev, |
| 630 | struct snd_card **cardp) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 631 | { |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 632 | struct snd_card *card; |
| 633 | struct snd_opl3sa2 *chip; |
Takashi Iwai | c95eadd | 2008-12-28 16:43:35 +0100 | [diff] [blame] | 634 | int err; |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 635 | |
Takashi Iwai | 4323cc4 | 2014-01-29 13:03:56 +0100 | [diff] [blame] | 636 | err = snd_card_new(pdev, index[dev], id[dev], THIS_MODULE, |
| 637 | sizeof(struct snd_opl3sa2), &card); |
Takashi Iwai | c95eadd | 2008-12-28 16:43:35 +0100 | [diff] [blame] | 638 | if (err < 0) |
| 639 | return err; |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 640 | strcpy(card->driver, "OPL3SA2"); |
Krzysztof Helt | 1713c0d | 2009-02-27 21:41:40 +0100 | [diff] [blame] | 641 | strcpy(card->shortname, "Yamaha OPL3-SA"); |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 642 | chip = card->private_data; |
| 643 | spin_lock_init(&chip->reg_lock); |
| 644 | chip->irq = -1; |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 645 | card->private_free = snd_opl3sa2_free; |
Takashi Iwai | c95eadd | 2008-12-28 16:43:35 +0100 | [diff] [blame] | 646 | *cardp = card; |
| 647 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 648 | } |
| 649 | |
Bill Pemberton | 1bff292 | 2012-12-06 12:35:21 -0500 | [diff] [blame] | 650 | static int snd_opl3sa2_probe(struct snd_card *card, int dev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 651 | { |
| 652 | int xirq, xdma1, xdma2; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 653 | struct snd_opl3sa2 *chip; |
Krzysztof Helt | 7779f75 | 2008-07-31 21:03:41 +0200 | [diff] [blame] | 654 | struct snd_wss *wss; |
Takashi Iwai | ec6c5ae | 2005-11-17 14:41:45 +0100 | [diff] [blame] | 655 | struct snd_opl3 *opl3; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 656 | int err; |
| 657 | |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 658 | /* initialise this card from supplied (or default) parameter*/ |
| 659 | chip = card->private_data; |
| 660 | chip->ymode = opl3sa3_ymode[dev] & 0x03 ; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 661 | chip->port = port[dev]; |
| 662 | xirq = irq[dev]; |
| 663 | xdma1 = dma1[dev]; |
| 664 | xdma2 = dma2[dev]; |
| 665 | if (xdma2 < 0) |
| 666 | chip->single_dma = 1; |
Krzysztof Helt | 503c10d | 2008-08-17 20:01:14 +0200 | [diff] [blame] | 667 | err = snd_opl3sa2_detect(card); |
| 668 | if (err < 0) |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 669 | return err; |
Yong Zhang | 88e24c3 | 2011-09-22 16:59:20 +0800 | [diff] [blame] | 670 | err = request_irq(xirq, snd_opl3sa2_interrupt, 0, |
Krzysztof Helt | 503c10d | 2008-08-17 20:01:14 +0200 | [diff] [blame] | 671 | "OPL3-SA2", card); |
| 672 | if (err) { |
Takashi Iwai | 43bcd97 | 2005-09-05 17:19:20 +0200 | [diff] [blame] | 673 | snd_printk(KERN_ERR PFX "can't grab IRQ %d\n", xirq); |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 674 | return -ENODEV; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 675 | } |
| 676 | chip->irq = xirq; |
Krzysztof Helt | 7779f75 | 2008-07-31 21:03:41 +0200 | [diff] [blame] | 677 | err = snd_wss_create(card, |
| 678 | wss_port[dev] + 4, -1, |
| 679 | xirq, xdma1, xdma2, |
| 680 | WSS_HW_OPL3SA2, WSS_HWSHARE_IRQ, &wss); |
| 681 | if (err < 0) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 682 | snd_printd("Oops, WSS not detected at 0x%lx\n", wss_port[dev] + 4); |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 683 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 684 | } |
Krzysztof Helt | 7779f75 | 2008-07-31 21:03:41 +0200 | [diff] [blame] | 685 | chip->wss = wss; |
Lars-Peter Clausen | fa60c06 | 2015-01-02 12:24:43 +0100 | [diff] [blame] | 686 | err = snd_wss_pcm(wss, 0); |
Krzysztof Helt | 7779f75 | 2008-07-31 21:03:41 +0200 | [diff] [blame] | 687 | if (err < 0) |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 688 | return err; |
Krzysztof Helt | 7779f75 | 2008-07-31 21:03:41 +0200 | [diff] [blame] | 689 | err = snd_wss_mixer(wss); |
| 690 | if (err < 0) |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 691 | return err; |
Krzysztof Helt | 503c10d | 2008-08-17 20:01:14 +0200 | [diff] [blame] | 692 | err = snd_opl3sa2_mixer(card); |
| 693 | if (err < 0) |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 694 | return err; |
Lars-Peter Clausen | fa60c06 | 2015-01-02 12:24:43 +0100 | [diff] [blame] | 695 | err = snd_wss_timer(wss, 0); |
Krzysztof Helt | 7779f75 | 2008-07-31 21:03:41 +0200 | [diff] [blame] | 696 | if (err < 0) |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 697 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 698 | if (fm_port[dev] >= 0x340 && fm_port[dev] < 0x400) { |
| 699 | if ((err = snd_opl3_create(card, fm_port[dev], |
| 700 | fm_port[dev] + 2, |
| 701 | OPL3_HW_OPL3, 0, &opl3)) < 0) |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 702 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 703 | if ((err = snd_opl3_timer_new(opl3, 1, 2)) < 0) |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 704 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 705 | if ((err = snd_opl3_hwdep_new(opl3, 0, 1, &chip->synth)) < 0) |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 706 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 707 | } |
| 708 | if (midi_port[dev] >= 0x300 && midi_port[dev] < 0x340) { |
| 709 | if ((err = snd_mpu401_uart_new(card, 0, MPU401_HW_OPL3SA2, |
Clemens Ladisch | dba8b46 | 2011-09-13 11:24:41 +0200 | [diff] [blame] | 710 | midi_port[dev], |
| 711 | MPU401_INFO_IRQ_HOOK, -1, |
| 712 | &chip->rmidi)) < 0) |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 713 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 714 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 715 | sprintf(card->longname, "%s at 0x%lx, irq %d, dma %d", |
| 716 | card->shortname, chip->port, xirq, xdma1); |
Alexey Dobriyan | 1d79716 | 2006-01-25 14:30:44 +0100 | [diff] [blame] | 717 | if (xdma2 >= 0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 718 | sprintf(card->longname + strlen(card->longname), "&%d", xdma2); |
| 719 | |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 720 | return snd_card_register(card); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 721 | } |
| 722 | |
| 723 | #ifdef CONFIG_PNP |
Bill Pemberton | 1bff292 | 2012-12-06 12:35:21 -0500 | [diff] [blame] | 724 | static int snd_opl3sa2_pnp_detect(struct pnp_dev *pdev, |
| 725 | const struct pnp_device_id *id) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 726 | { |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 727 | static int dev; |
| 728 | int err; |
| 729 | struct snd_card *card; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 730 | |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 731 | if (pnp_device_is_isapnp(pdev)) |
| 732 | return -ENOENT; /* we have another procedure - card */ |
| 733 | for (; dev < SNDRV_CARDS; dev++) { |
| 734 | if (enable[dev] && isapnp[dev]) |
| 735 | break; |
| 736 | } |
| 737 | if (dev >= SNDRV_CARDS) |
| 738 | return -ENODEV; |
| 739 | |
Takashi Iwai | 4323cc4 | 2014-01-29 13:03:56 +0100 | [diff] [blame] | 740 | err = snd_opl3sa2_card_new(&pdev->dev, dev, &card); |
Takashi Iwai | c95eadd | 2008-12-28 16:43:35 +0100 | [diff] [blame] | 741 | if (err < 0) |
| 742 | return err; |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 743 | if ((err = snd_opl3sa2_pnp(dev, card->private_data, pdev)) < 0) { |
| 744 | snd_card_free(card); |
| 745 | return err; |
| 746 | } |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 747 | if ((err = snd_opl3sa2_probe(card, dev)) < 0) { |
| 748 | snd_card_free(card); |
| 749 | return err; |
| 750 | } |
| 751 | pnp_set_drvdata(pdev, card); |
| 752 | dev++; |
| 753 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 754 | } |
| 755 | |
Bill Pemberton | 1bff292 | 2012-12-06 12:35:21 -0500 | [diff] [blame] | 756 | static void snd_opl3sa2_pnp_remove(struct pnp_dev *pdev) |
Jaroslav Kysela | 1265509 | 2005-08-12 17:24:24 +0200 | [diff] [blame] | 757 | { |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 758 | snd_card_free(pnp_get_drvdata(pdev)); |
Jaroslav Kysela | 1265509 | 2005-08-12 17:24:24 +0200 | [diff] [blame] | 759 | } |
| 760 | |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 761 | #ifdef CONFIG_PM |
| 762 | static int snd_opl3sa2_pnp_suspend(struct pnp_dev *pdev, pm_message_t state) |
| 763 | { |
| 764 | return snd_opl3sa2_suspend(pnp_get_drvdata(pdev), state); |
| 765 | } |
| 766 | static int snd_opl3sa2_pnp_resume(struct pnp_dev *pdev) |
| 767 | { |
| 768 | return snd_opl3sa2_resume(pnp_get_drvdata(pdev)); |
| 769 | } |
| 770 | #endif |
| 771 | |
Jaroslav Kysela | 1265509 | 2005-08-12 17:24:24 +0200 | [diff] [blame] | 772 | static struct pnp_driver opl3sa2_pnp_driver = { |
Takashi Iwai | 62af990 | 2006-01-20 14:03:06 +0100 | [diff] [blame] | 773 | .name = "snd-opl3sa2-pnpbios", |
Jaroslav Kysela | 1265509 | 2005-08-12 17:24:24 +0200 | [diff] [blame] | 774 | .id_table = snd_opl3sa2_pnpbiosids, |
| 775 | .probe = snd_opl3sa2_pnp_detect, |
Bill Pemberton | 1bff292 | 2012-12-06 12:35:21 -0500 | [diff] [blame] | 776 | .remove = snd_opl3sa2_pnp_remove, |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 777 | #ifdef CONFIG_PM |
| 778 | .suspend = snd_opl3sa2_pnp_suspend, |
| 779 | .resume = snd_opl3sa2_pnp_resume, |
| 780 | #endif |
Jaroslav Kysela | 1265509 | 2005-08-12 17:24:24 +0200 | [diff] [blame] | 781 | }; |
| 782 | |
Bill Pemberton | 1bff292 | 2012-12-06 12:35:21 -0500 | [diff] [blame] | 783 | static int snd_opl3sa2_pnp_cdetect(struct pnp_card_link *pcard, |
| 784 | const struct pnp_card_device_id *id) |
Jaroslav Kysela | 1265509 | 2005-08-12 17:24:24 +0200 | [diff] [blame] | 785 | { |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 786 | static int dev; |
| 787 | struct pnp_dev *pdev; |
| 788 | int err; |
| 789 | struct snd_card *card; |
Jaroslav Kysela | 1265509 | 2005-08-12 17:24:24 +0200 | [diff] [blame] | 790 | |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 791 | pdev = pnp_request_card_device(pcard, id->devs[0].id, NULL); |
Takashi Iwai | 73e77ba | 2005-11-17 17:44:01 +0100 | [diff] [blame] | 792 | if (pdev == NULL) { |
| 793 | snd_printk(KERN_ERR PFX "can't get pnp device from id '%s'\n", |
| 794 | id->devs[0].id); |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 795 | return -EBUSY; |
Takashi Iwai | 73e77ba | 2005-11-17 17:44:01 +0100 | [diff] [blame] | 796 | } |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 797 | for (; dev < SNDRV_CARDS; dev++) { |
| 798 | if (enable[dev] && isapnp[dev]) |
| 799 | break; |
| 800 | } |
| 801 | if (dev >= SNDRV_CARDS) |
| 802 | return -ENODEV; |
| 803 | |
Takashi Iwai | 4323cc4 | 2014-01-29 13:03:56 +0100 | [diff] [blame] | 804 | err = snd_opl3sa2_card_new(&pdev->dev, dev, &card); |
Takashi Iwai | c95eadd | 2008-12-28 16:43:35 +0100 | [diff] [blame] | 805 | if (err < 0) |
| 806 | return err; |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 807 | if ((err = snd_opl3sa2_pnp(dev, card->private_data, pdev)) < 0) { |
| 808 | snd_card_free(card); |
| 809 | return err; |
| 810 | } |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 811 | if ((err = snd_opl3sa2_probe(card, dev)) < 0) { |
| 812 | snd_card_free(card); |
| 813 | return err; |
| 814 | } |
| 815 | pnp_set_card_drvdata(pcard, card); |
| 816 | dev++; |
| 817 | return 0; |
Jaroslav Kysela | 1265509 | 2005-08-12 17:24:24 +0200 | [diff] [blame] | 818 | } |
| 819 | |
Bill Pemberton | 1bff292 | 2012-12-06 12:35:21 -0500 | [diff] [blame] | 820 | static void snd_opl3sa2_pnp_cremove(struct pnp_card_link *pcard) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 821 | { |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 822 | snd_card_free(pnp_get_card_drvdata(pcard)); |
| 823 | pnp_set_card_drvdata(pcard, NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 824 | } |
| 825 | |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 826 | #ifdef CONFIG_PM |
| 827 | static int snd_opl3sa2_pnp_csuspend(struct pnp_card_link *pcard, pm_message_t state) |
| 828 | { |
| 829 | return snd_opl3sa2_suspend(pnp_get_card_drvdata(pcard), state); |
| 830 | } |
| 831 | static int snd_opl3sa2_pnp_cresume(struct pnp_card_link *pcard) |
| 832 | { |
| 833 | return snd_opl3sa2_resume(pnp_get_card_drvdata(pcard)); |
| 834 | } |
| 835 | #endif |
| 836 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 837 | static struct pnp_card_driver opl3sa2_pnpc_driver = { |
| 838 | .flags = PNP_DRIVER_RES_DISABLE, |
Takashi Iwai | 62af990 | 2006-01-20 14:03:06 +0100 | [diff] [blame] | 839 | .name = "snd-opl3sa2-cpnp", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 840 | .id_table = snd_opl3sa2_pnpids, |
Jaroslav Kysela | 1265509 | 2005-08-12 17:24:24 +0200 | [diff] [blame] | 841 | .probe = snd_opl3sa2_pnp_cdetect, |
Bill Pemberton | 1bff292 | 2012-12-06 12:35:21 -0500 | [diff] [blame] | 842 | .remove = snd_opl3sa2_pnp_cremove, |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 843 | #ifdef CONFIG_PM |
| 844 | .suspend = snd_opl3sa2_pnp_csuspend, |
| 845 | .resume = snd_opl3sa2_pnp_cresume, |
| 846 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 847 | }; |
| 848 | #endif /* CONFIG_PNP */ |
| 849 | |
Bill Pemberton | 1bff292 | 2012-12-06 12:35:21 -0500 | [diff] [blame] | 850 | static int snd_opl3sa2_isa_match(struct device *pdev, |
| 851 | unsigned int dev) |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 852 | { |
Takashi Iwai | 5e24c1c | 2007-02-22 12:50:54 +0100 | [diff] [blame] | 853 | if (!enable[dev]) |
| 854 | return 0; |
| 855 | #ifdef CONFIG_PNP |
| 856 | if (isapnp[dev]) |
| 857 | return 0; |
| 858 | #endif |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 859 | if (port[dev] == SNDRV_AUTO_PORT) { |
| 860 | snd_printk(KERN_ERR PFX "specify port\n"); |
Takashi Iwai | 5e24c1c | 2007-02-22 12:50:54 +0100 | [diff] [blame] | 861 | return 0; |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 862 | } |
| 863 | if (wss_port[dev] == SNDRV_AUTO_PORT) { |
| 864 | snd_printk(KERN_ERR PFX "specify wss_port\n"); |
Takashi Iwai | 5e24c1c | 2007-02-22 12:50:54 +0100 | [diff] [blame] | 865 | return 0; |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 866 | } |
| 867 | if (fm_port[dev] == SNDRV_AUTO_PORT) { |
| 868 | snd_printk(KERN_ERR PFX "specify fm_port\n"); |
Takashi Iwai | 5e24c1c | 2007-02-22 12:50:54 +0100 | [diff] [blame] | 869 | return 0; |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 870 | } |
| 871 | if (midi_port[dev] == SNDRV_AUTO_PORT) { |
| 872 | snd_printk(KERN_ERR PFX "specify midi_port\n"); |
Takashi Iwai | 5e24c1c | 2007-02-22 12:50:54 +0100 | [diff] [blame] | 873 | return 0; |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 874 | } |
Takashi Iwai | 5e24c1c | 2007-02-22 12:50:54 +0100 | [diff] [blame] | 875 | return 1; |
| 876 | } |
| 877 | |
Bill Pemberton | 1bff292 | 2012-12-06 12:35:21 -0500 | [diff] [blame] | 878 | static int snd_opl3sa2_isa_probe(struct device *pdev, |
| 879 | unsigned int dev) |
Takashi Iwai | 5e24c1c | 2007-02-22 12:50:54 +0100 | [diff] [blame] | 880 | { |
| 881 | struct snd_card *card; |
| 882 | int err; |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 883 | |
Takashi Iwai | 4323cc4 | 2014-01-29 13:03:56 +0100 | [diff] [blame] | 884 | err = snd_opl3sa2_card_new(pdev, dev, &card); |
Takashi Iwai | c95eadd | 2008-12-28 16:43:35 +0100 | [diff] [blame] | 885 | if (err < 0) |
| 886 | return err; |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 887 | if ((err = snd_opl3sa2_probe(card, dev)) < 0) { |
| 888 | snd_card_free(card); |
| 889 | return err; |
| 890 | } |
Takashi Iwai | 5e24c1c | 2007-02-22 12:50:54 +0100 | [diff] [blame] | 891 | dev_set_drvdata(pdev, card); |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 892 | return 0; |
| 893 | } |
| 894 | |
Bill Pemberton | 1bff292 | 2012-12-06 12:35:21 -0500 | [diff] [blame] | 895 | static int snd_opl3sa2_isa_remove(struct device *devptr, |
| 896 | unsigned int dev) |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 897 | { |
Takashi Iwai | 5e24c1c | 2007-02-22 12:50:54 +0100 | [diff] [blame] | 898 | snd_card_free(dev_get_drvdata(devptr)); |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 899 | return 0; |
| 900 | } |
| 901 | |
| 902 | #ifdef CONFIG_PM |
Takashi Iwai | 5e24c1c | 2007-02-22 12:50:54 +0100 | [diff] [blame] | 903 | static int snd_opl3sa2_isa_suspend(struct device *dev, unsigned int n, |
| 904 | pm_message_t state) |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 905 | { |
Takashi Iwai | 5e24c1c | 2007-02-22 12:50:54 +0100 | [diff] [blame] | 906 | return snd_opl3sa2_suspend(dev_get_drvdata(dev), state); |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 907 | } |
| 908 | |
Takashi Iwai | 5e24c1c | 2007-02-22 12:50:54 +0100 | [diff] [blame] | 909 | static int snd_opl3sa2_isa_resume(struct device *dev, unsigned int n) |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 910 | { |
Takashi Iwai | 5e24c1c | 2007-02-22 12:50:54 +0100 | [diff] [blame] | 911 | return snd_opl3sa2_resume(dev_get_drvdata(dev)); |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 912 | } |
| 913 | #endif |
| 914 | |
Rene Herman | 83c51c0 | 2007-03-20 11:33:46 +0100 | [diff] [blame] | 915 | #define DEV_NAME "opl3sa2" |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 916 | |
Takashi Iwai | 5e24c1c | 2007-02-22 12:50:54 +0100 | [diff] [blame] | 917 | static struct isa_driver snd_opl3sa2_isa_driver = { |
| 918 | .match = snd_opl3sa2_isa_match, |
| 919 | .probe = snd_opl3sa2_isa_probe, |
Bill Pemberton | 1bff292 | 2012-12-06 12:35:21 -0500 | [diff] [blame] | 920 | .remove = snd_opl3sa2_isa_remove, |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 921 | #ifdef CONFIG_PM |
Takashi Iwai | 5e24c1c | 2007-02-22 12:50:54 +0100 | [diff] [blame] | 922 | .suspend = snd_opl3sa2_isa_suspend, |
| 923 | .resume = snd_opl3sa2_isa_resume, |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 924 | #endif |
| 925 | .driver = { |
Rene Herman | 83c51c0 | 2007-03-20 11:33:46 +0100 | [diff] [blame] | 926 | .name = DEV_NAME |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 927 | }, |
| 928 | }; |
| 929 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 930 | static int __init alsa_card_opl3sa2_init(void) |
| 931 | { |
Takashi Iwai | 5e24c1c | 2007-02-22 12:50:54 +0100 | [diff] [blame] | 932 | int err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 933 | |
Takashi Iwai | 5e24c1c | 2007-02-22 12:50:54 +0100 | [diff] [blame] | 934 | err = isa_register_driver(&snd_opl3sa2_isa_driver, SNDRV_CARDS); |
Takashi Iwai | 59b1b34 | 2006-01-04 15:06:44 +0100 | [diff] [blame] | 935 | #ifdef CONFIG_PNP |
Rene Herman | 609d769 | 2007-05-15 11:42:56 +0200 | [diff] [blame] | 936 | if (!err) |
| 937 | isa_registered = 1; |
| 938 | |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 939 | err = pnp_register_driver(&opl3sa2_pnp_driver); |
Bjorn Helgaas | 8c59c4a | 2006-03-27 01:17:05 -0800 | [diff] [blame] | 940 | if (!err) |
Clemens Ladisch | f7a9275 | 2005-12-07 09:13:42 +0100 | [diff] [blame] | 941 | pnp_registered = 1; |
Rene Herman | 609d769 | 2007-05-15 11:42:56 +0200 | [diff] [blame] | 942 | |
Takashi Iwai | 704e052 | 2005-11-17 17:11:53 +0100 | [diff] [blame] | 943 | err = pnp_register_card_driver(&opl3sa2_pnpc_driver); |
Bjorn Helgaas | 8c59c4a | 2006-03-27 01:17:05 -0800 | [diff] [blame] | 944 | if (!err) |
Clemens Ladisch | f7a9275 | 2005-12-07 09:13:42 +0100 | [diff] [blame] | 945 | pnpc_registered = 1; |
Rene Herman | 609d769 | 2007-05-15 11:42:56 +0200 | [diff] [blame] | 946 | |
| 947 | if (isa_registered || pnp_registered) |
| 948 | err = 0; |
Takashi Iwai | 59b1b34 | 2006-01-04 15:06:44 +0100 | [diff] [blame] | 949 | #endif |
Rene Herman | 609d769 | 2007-05-15 11:42:56 +0200 | [diff] [blame] | 950 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 951 | } |
| 952 | |
| 953 | static void __exit alsa_card_opl3sa2_exit(void) |
| 954 | { |
Takashi Iwai | 5e24c1c | 2007-02-22 12:50:54 +0100 | [diff] [blame] | 955 | #ifdef CONFIG_PNP |
| 956 | if (pnpc_registered) |
| 957 | pnp_unregister_card_driver(&opl3sa2_pnpc_driver); |
| 958 | if (pnp_registered) |
| 959 | pnp_unregister_driver(&opl3sa2_pnp_driver); |
Rene Herman | 609d769 | 2007-05-15 11:42:56 +0200 | [diff] [blame] | 960 | if (isa_registered) |
Takashi Iwai | 5e24c1c | 2007-02-22 12:50:54 +0100 | [diff] [blame] | 961 | #endif |
Rene Herman | 609d769 | 2007-05-15 11:42:56 +0200 | [diff] [blame] | 962 | isa_unregister_driver(&snd_opl3sa2_isa_driver); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 963 | } |
| 964 | |
| 965 | module_init(alsa_card_opl3sa2_init) |
| 966 | module_exit(alsa_card_opl3sa2_exit) |