Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 1 | /* azt3328.c - driver for Aztech AZF3328 based soundcards (e.g. PCI168). |
| 2 | * Copyright (C) 2002, 2005 - 2011 by Andreas Mohr <andi AT lisas.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | * |
| 4 | * Framework borrowed from Bart Hartgers's als4000.c. |
| 5 | * Driver developed on PCI168 AP(W) version (PCI rev. 10, subsystem ID 1801), |
| 6 | * found in a Fujitsu-Siemens PC ("Cordant", aluminum case). |
| 7 | * Other versions are: |
| 8 | * PCI168 A(W), sub ID 1800 |
| 9 | * PCI168 A/AP, sub ID 8000 |
| 10 | * Please give me feedback in case you try my driver with one of these!! |
| 11 | * |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 12 | * Keywords: Windows XP Vista 168nt4-125.zip 168win95-125.zip PCI 168 download |
| 13 | * (XP/Vista do not support this card at all but every Linux distribution |
| 14 | * has very good support out of the box; |
| 15 | * just to make sure that the right people hit this and get to know that, |
| 16 | * despite the high level of Internet ignorance - as usual :-P - |
Andreas Mohr | 78df617 | 2009-07-12 22:17:54 +0200 | [diff] [blame] | 17 | * about very good support for this card - on Linux!) |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 18 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | * GPL LICENSE |
| 20 | * This program is free software; you can redistribute it and/or modify |
| 21 | * it under the terms of the GNU General Public License as published by |
| 22 | * the Free Software Foundation; either version 2 of the License, or |
| 23 | * (at your option) any later version. |
| 24 | * |
| 25 | * This program is distributed in the hope that it will be useful, |
| 26 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 27 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 28 | * GNU General Public License for more details. |
| 29 | |
| 30 | * You should have received a copy of the GNU General Public License |
| 31 | * along with this program; if not, write to the Free Software |
| 32 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 33 | * |
| 34 | * NOTES |
| 35 | * Since Aztech does not provide any chipset documentation, |
| 36 | * even on repeated request to various addresses, |
| 37 | * and the answer that was finally given was negative |
| 38 | * (and I was stupid enough to manage to get hold of a PCI168 soundcard |
| 39 | * in the first place >:-P}), |
| 40 | * I was forced to base this driver on reverse engineering |
| 41 | * (3 weeks' worth of evenings filled with driver work). |
Andreas Mohr | e2f8726 | 2006-05-17 11:04:19 +0200 | [diff] [blame] | 42 | * (and no, I did NOT go the easy way: to pick up a SB PCI128 for 9 Euros) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 43 | * |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 44 | * It is quite likely that the AZF3328 chip is the PCI cousin of the |
| 45 | * AZF3318 ("azt1020 pnp", "MM Pro 16") ISA chip, given very similar specs. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 46 | * |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 47 | * The AZF3328 chip (note: AZF3328, *not* AZT3328, that's just the driver name |
| 48 | * for compatibility reasons) from Azfin (joint-venture of Aztech and Fincitec, |
| 49 | * Fincitec acquired by National Semiconductor in 2002, together with the |
| 50 | * Fincitec-related company ARSmikro) has the following features: |
| 51 | * |
| 52 | * - compatibility & compliance: |
| 53 | * - Microsoft PC 97 ("PC 97 Hardware Design Guide", |
| 54 | * http://www.microsoft.com/whdc/archive/pcguides.mspx) |
| 55 | * - Microsoft PC 98 Baseline Audio |
| 56 | * - MPU401 UART |
| 57 | * - Sound Blaster Emulation (DOS Box) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 58 | * - builtin AC97 conformant codec (SNR over 80dB) |
Andreas Mohr | 13769e3 | 2006-05-17 11:03:16 +0200 | [diff] [blame] | 59 | * Note that "conformant" != "compliant"!! this chip's mixer register layout |
| 60 | * *differs* from the standard AC97 layout: |
| 61 | * they chose to not implement the headphone register (which is not a |
| 62 | * problem since it's merely optional), yet when doing this, they committed |
| 63 | * the grave sin of letting other registers follow immediately instead of |
| 64 | * keeping a headphone dummy register, thereby shifting the mixer register |
| 65 | * addresses illegally. So far unfortunately it looks like the very flexible |
| 66 | * ALSA AC97 support is still not enough to easily compensate for such a |
| 67 | * grave layout violation despite all tweaks and quirks mechanisms it offers. |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 68 | * Well, not quite: now ac97 layer is much improved (bus-specific ops!), |
| 69 | * thus I was able to implement support - it's actually working quite well. |
| 70 | * An interesting item might be Aztech AMR 2800-W, since it's an AC97 |
| 71 | * modem card which might reveal the Aztech-specific codec ID which |
| 72 | * we might want to pretend, too. Dito PCI168's brother, PCI368, |
| 73 | * where the advertising datasheet says it's AC97-based and has a |
| 74 | * Digital Enhanced Game Port. |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 75 | * - builtin genuine OPL3 - verified to work fine, 20080506 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 76 | * - full duplex 16bit playback/record at independent sampling rate |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 77 | * - MPU401 (+ legacy address support, claimed by one official spec sheet) |
| 78 | * FIXME: how to enable legacy addr?? |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 79 | * - game port (legacy address support) |
Andreas Mohr | e24a121 | 2007-03-26 12:49:45 +0200 | [diff] [blame] | 80 | * - builtin DirectInput support, helps reduce CPU overhead (interrupt-driven |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 81 | * features supported). - See common term "Digital Enhanced Game Port"... |
| 82 | * (probably DirectInput 3.0 spec - confirm) |
| 83 | * - builtin 3D enhancement (said to be YAMAHA Ymersion) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 84 | * - built-in General DirectX timer having a 20 bits counter |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 85 | * with 1us resolution (see below!) |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 86 | * - I2S serial output port for external DAC |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 87 | * [FIXME: 3.3V or 5V level? maximum rate is 66.2kHz right?] |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 88 | * - supports 33MHz PCI spec 2.1, PCI power management 1.0, compliant with ACPI |
| 89 | * - supports hardware volume control |
| 90 | * - single chip low cost solution (128 pin QFP) |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 91 | * - supports programmable Sub-vendor and Sub-system ID [24C02 SEEPROM chip] |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 92 | * required for Microsoft's logo compliance (FIXME: where?) |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 93 | * At least the Trident 4D Wave DX has one bit somewhere |
| 94 | * to enable writes to PCI subsystem VID registers, that should be it. |
| 95 | * This might easily be in extended PCI reg space, since PCI168 also has |
| 96 | * some custom data starting at 0x80. What kind of config settings |
| 97 | * are located in our extended PCI space anyway?? |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 98 | * - PCI168 AP(W) card: power amplifier with 4 Watts/channel at 4 Ohms |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 99 | * [TDA1517P chip] |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 100 | * |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 101 | * Note that this driver now is actually *better* than the Windows driver, |
| 102 | * since it additionally supports the card's 1MHz DirectX timer - just try |
| 103 | * the following snd-seq module parameters etc.: |
| 104 | * - options snd-seq seq_default_timer_class=2 seq_default_timer_sclass=0 |
| 105 | * seq_default_timer_card=0 seq_client_load=1 seq_default_timer_device=0 |
| 106 | * seq_default_timer_subdevice=0 seq_default_timer_resolution=1000000 |
| 107 | * - "timidity -iAv -B2,8 -Os -EFreverb=0" |
| 108 | * - "pmidi -p 128:0 jazz.mid" |
| 109 | * |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 110 | * OPL3 hardware playback testing, try something like: |
| 111 | * cat /proc/asound/hwdep |
| 112 | * and |
| 113 | * aconnect -o |
| 114 | * Then use |
| 115 | * sbiload -Dhw:x,y --opl3 /usr/share/sounds/opl3/std.o3 ......./drums.o3 |
| 116 | * where x,y is the xx-yy number as given in hwdep. |
| 117 | * Then try |
| 118 | * pmidi -p a:b jazz.mid |
| 119 | * where a:b is the client number plus 0 usually, as given by aconnect above. |
| 120 | * Oh, and make sure to unmute the FM mixer control (doh!) |
| 121 | * NOTE: power use during OPL3 playback is _VERY_ high (70W --> 90W!) |
| 122 | * despite no CPU activity, possibly due to hindering ACPI idling somehow. |
| 123 | * Shouldn't be a problem of the AZF3328 chip itself, I'd hope. |
| 124 | * Higher PCM / FM mixer levels seem to conflict (causes crackling), |
| 125 | * at least sometimes. Maybe even use with hardware sequencer timer above :) |
| 126 | * adplay/adplug-utils might soon offer hardware-based OPL3 playback, too. |
| 127 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 128 | * Certain PCI versions of this card are susceptible to DMA traffic underruns |
| 129 | * in some systems (resulting in sound crackling/clicking/popping), |
| 130 | * probably because they don't have a DMA FIFO buffer or so. |
| 131 | * Overview (PCI ID/PCI subID/PCI rev.): |
| 132 | * - no DMA crackling on SiS735: 0x50DC/0x1801/16 |
| 133 | * - unknown performance: 0x50DC/0x1801/10 |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 134 | * (well, it's not bad on an Athlon 1800 with now very optimized IRQ handler) |
| 135 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 136 | * Crackling happens with VIA chipsets or, in my case, an SiS735, which is |
| 137 | * supposed to be very fast and supposed to get rid of crackling much |
| 138 | * better than a VIA, yet ironically I still get crackling, like many other |
| 139 | * people with the same chipset. |
| 140 | * Possible remedies: |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 141 | * - use speaker (amplifier) output instead of headphone output |
| 142 | * (in case crackling is due to overloaded output clipping) |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 143 | * - plug card into a different PCI slot, preferably one that isn't shared |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 144 | * too much (this helps a lot, but not completely!) |
| 145 | * - get rid of PCI VGA card, use AGP instead |
| 146 | * - upgrade or downgrade BIOS |
| 147 | * - fiddle with PCI latency settings (setpci -v -s BUSID latency_timer=XX) |
| 148 | * Not too helpful. |
| 149 | * - Disable ACPI/power management/"Auto Detect RAM/PCI Clk" in BIOS |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 150 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 151 | * BUGS |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 152 | * - full-duplex might *still* be problematic, however a recent test was fine |
Andreas Mohr | e24a121 | 2007-03-26 12:49:45 +0200 | [diff] [blame] | 153 | * - (non-bug) "Bass/Treble or 3D settings don't work" - they do get evaluated |
| 154 | * if you set PCM output switch to "pre 3D" instead of "post 3D". |
| 155 | * If this can't be set, then get a mixer application that Isn't Stupid (tm) |
| 156 | * (e.g. kmix, gamix) - unfortunately several are!! |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 157 | * - locking is not entirely clean, especially the audio stream activity |
| 158 | * ints --> may be racy |
| 159 | * - an _unconnected_ secondary joystick at the gameport will be reported |
| 160 | * to be "active" (floating values, not precisely -1) due to the way we need |
| 161 | * to read the Digital Enhanced Game Port. Not sure whether it is fixable. |
| 162 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 163 | * TODO |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 164 | * - use PCI_VDEVICE |
| 165 | * - verify driver status on x86_64 |
| 166 | * - test multi-card driver operation |
| 167 | * - (ab)use 1MHz DirectX timer as kernel clocksource |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 168 | * - test MPU401 MIDI playback etc. |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 169 | * - add more power micro-management (disable various units of the card |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 170 | * as long as they're unused, to improve audio quality and save power). |
| 171 | * However this requires more I/O ports which I haven't figured out yet |
| 172 | * and which thus might not even exist... |
Andreas Mohr | ca54bde | 2006-05-17 11:02:24 +0200 | [diff] [blame] | 173 | * The standard suspend/resume functionality could probably make use of |
| 174 | * some improvement, too... |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 175 | * - figure out what all unknown port bits are responsible for |
Andreas Mohr | 13769e3 | 2006-05-17 11:03:16 +0200 | [diff] [blame] | 176 | * - figure out some cleverly evil scheme to possibly make ALSA AC97 code |
| 177 | * fully accept our quite incompatible ""AC97"" mixer and thus save some |
| 178 | * code (but I'm not too optimistic that doing this is possible at all) |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 179 | * - use MMIO (memory-mapped I/O)? Slightly faster access, e.g. for gameport. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 180 | */ |
| 181 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 182 | #include <asm/io.h> |
| 183 | #include <linux/init.h> |
Andreas Mohr | 689c691 | 2010-12-27 21:17:35 +0100 | [diff] [blame] | 184 | #include <linux/bug.h> /* WARN_ONCE */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 185 | #include <linux/pci.h> |
| 186 | #include <linux/delay.h> |
| 187 | #include <linux/slab.h> |
| 188 | #include <linux/gameport.h> |
Paul Gortmaker | 65a7721 | 2011-07-15 13:13:37 -0400 | [diff] [blame] | 189 | #include <linux/module.h> |
Matthias Gehre | 910638a | 2006-03-28 01:56:48 -0800 | [diff] [blame] | 190 | #include <linux/dma-mapping.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 191 | #include <sound/core.h> |
| 192 | #include <sound/control.h> |
| 193 | #include <sound/pcm.h> |
| 194 | #include <sound/rawmidi.h> |
| 195 | #include <sound/mpu401.h> |
| 196 | #include <sound/opl3.h> |
| 197 | #include <sound/initval.h> |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 198 | /* |
| 199 | * Config switch, to use ALSA's AC97 layer instead of old custom mixer crap. |
| 200 | * If the AC97 compatibility parts we needed to implement locally turn out |
| 201 | * to work nicely, then remove the old implementation eventually. |
| 202 | */ |
| 203 | #define AZF_USE_AC97_LAYER 1 |
| 204 | |
| 205 | #ifdef AZF_USE_AC97_LAYER |
| 206 | #include <sound/ac97_codec.h> |
| 207 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 208 | #include "azt3328.h" |
| 209 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 210 | MODULE_AUTHOR("Andreas Mohr <andi AT lisas.de>"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 211 | MODULE_DESCRIPTION("Aztech AZF3328 (PCI168)"); |
| 212 | MODULE_LICENSE("GPL"); |
| 213 | MODULE_SUPPORTED_DEVICE("{{Aztech,AZF3328}}"); |
| 214 | |
| 215 | #if defined(CONFIG_GAMEPORT) || (defined(MODULE) && defined(CONFIG_GAMEPORT_MODULE)) |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 216 | #define SUPPORT_GAMEPORT 1 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 217 | #endif |
| 218 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 219 | /* === Debug settings === |
| 220 | Further diagnostic functionality than the settings below |
Andreas Mohr | adf5931 | 2010-12-27 21:16:43 +0100 | [diff] [blame] | 221 | does not need to be provided, since one can easily write a POSIX shell script |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 222 | to dump the card's I/O ports (those listed in lspci -v -v): |
Andreas Mohr | adf5931 | 2010-12-27 21:16:43 +0100 | [diff] [blame] | 223 | dump() |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 224 | { |
| 225 | local descr=$1; local addr=$2; local count=$3 |
| 226 | |
| 227 | echo "${descr}: ${count} @ ${addr}:" |
Andreas Mohr | adf5931 | 2010-12-27 21:16:43 +0100 | [diff] [blame] | 228 | dd if=/dev/port skip=`printf %d ${addr}` count=${count} bs=1 \ |
| 229 | 2>/dev/null| hexdump -C |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 230 | } |
| 231 | and then use something like |
| 232 | "dump joy200 0x200 8", "dump mpu388 0x388 4", "dump joy 0xb400 8", |
| 233 | "dump codec00 0xa800 32", "dump mixer 0xb800 64", "dump synth 0xbc00 8", |
| 234 | possibly within a "while true; do ... sleep 1; done" loop. |
| 235 | Tweaking ports could be done using |
| 236 | VALSTRING="`printf "%02x" $value`" |
Andreas Mohr | adf5931 | 2010-12-27 21:16:43 +0100 | [diff] [blame] | 237 | printf "\x""$VALSTRING"|dd of=/dev/port seek=`printf %d ${addr}` bs=1 \ |
| 238 | 2>/dev/null |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 239 | */ |
| 240 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 241 | static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ |
| 242 | module_param_array(index, int, NULL, 0444); |
| 243 | MODULE_PARM_DESC(index, "Index value for AZF3328 soundcard."); |
| 244 | |
| 245 | static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ |
| 246 | module_param_array(id, charp, NULL, 0444); |
| 247 | MODULE_PARM_DESC(id, "ID string for AZF3328 soundcard."); |
| 248 | |
Rusty Russell | a67ff6a | 2011-12-15 13:49:36 +1030 | [diff] [blame] | 249 | static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 250 | module_param_array(enable, bool, NULL, 0444); |
| 251 | MODULE_PARM_DESC(enable, "Enable AZF3328 soundcard."); |
| 252 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 253 | static int seqtimer_scaling = 128; |
| 254 | module_param(seqtimer_scaling, int, 0444); |
| 255 | MODULE_PARM_DESC(seqtimer_scaling, "Set 1024000Hz sequencer timer scale factor (lockup danger!). Default 128."); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 256 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 257 | enum snd_azf3328_codec_type { |
Andreas Mohr | adf5931 | 2010-12-27 21:16:43 +0100 | [diff] [blame] | 258 | /* warning: fixed indices (also used for bitmask checks!) */ |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 259 | AZF_CODEC_PLAYBACK = 0, |
| 260 | AZF_CODEC_CAPTURE = 1, |
| 261 | AZF_CODEC_I2S_OUT = 2, |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 262 | }; |
| 263 | |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 264 | struct snd_azf3328_codec_data { |
| 265 | unsigned long io_base; /* keep first! (avoid offset calc) */ |
| 266 | unsigned int dma_base; /* helper to avoid an indirection in hotpath */ |
| 267 | spinlock_t *lock; /* TODO: convert to our own per-codec lock member */ |
| 268 | struct snd_pcm_substream *substream; |
| 269 | bool running; |
| 270 | enum snd_azf3328_codec_type type; |
| 271 | const char *name; |
| 272 | }; |
| 273 | |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 274 | struct snd_azf3328 { |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 275 | /* often-used fields towards beginning, then grouped */ |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 276 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 277 | unsigned long ctrl_io; /* usually 0xb000, size 128 */ |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 278 | unsigned long game_io; /* usually 0xb400, size 8 */ |
| 279 | unsigned long mpu_io; /* usually 0xb800, size 4 */ |
| 280 | unsigned long opl3_io; /* usually 0xbc00, size 8 */ |
| 281 | unsigned long mixer_io; /* usually 0xc000, size 64 */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 282 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 283 | spinlock_t reg_lock; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 284 | |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 285 | struct snd_timer *timer; |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 286 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 287 | struct snd_pcm *pcm[3]; |
| 288 | |
| 289 | /* playback, recording and I2S out codecs */ |
| 290 | struct snd_azf3328_codec_data codecs[3]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 291 | |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 292 | #ifdef AZF_USE_AC97_LAYER |
| 293 | struct snd_ac97 *ac97; |
| 294 | #endif |
| 295 | |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 296 | struct snd_card *card; |
| 297 | struct snd_rawmidi *rmidi; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 298 | |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 299 | #ifdef SUPPORT_GAMEPORT |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 300 | struct gameport *gameport; |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 301 | u16 axes[4]; |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 302 | #endif |
| 303 | |
| 304 | struct pci_dev *pci; |
| 305 | int irq; |
Andreas Mohr | ca54bde | 2006-05-17 11:02:24 +0200 | [diff] [blame] | 306 | |
Andreas Mohr | 627d3e7 | 2008-06-23 11:50:47 +0200 | [diff] [blame] | 307 | /* register 0x6a is write-only, thus need to remember setting. |
| 308 | * If we need to add more registers here, then we might try to fold this |
| 309 | * into some transparent combined shadow register handling with |
| 310 | * CONFIG_PM register storage below, but that's slightly difficult. */ |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 311 | u16 shadow_reg_ctrl_6AH; |
Andreas Mohr | 627d3e7 | 2008-06-23 11:50:47 +0200 | [diff] [blame] | 312 | |
Takashi Iwai | c7561cd | 2012-08-14 18:12:04 +0200 | [diff] [blame] | 313 | #ifdef CONFIG_PM_SLEEP |
Andreas Mohr | ca54bde | 2006-05-17 11:02:24 +0200 | [diff] [blame] | 314 | /* register value containers for power management |
Andreas Mohr | 78df617 | 2009-07-12 22:17:54 +0200 | [diff] [blame] | 315 | * Note: not always full I/O range preserved (similar to Win driver!) */ |
| 316 | u32 saved_regs_ctrl[AZF_ALIGN(AZF_IO_SIZE_CTRL_PM) / 4]; |
| 317 | u32 saved_regs_game[AZF_ALIGN(AZF_IO_SIZE_GAME_PM) / 4]; |
| 318 | u32 saved_regs_mpu[AZF_ALIGN(AZF_IO_SIZE_MPU_PM) / 4]; |
| 319 | u32 saved_regs_opl3[AZF_ALIGN(AZF_IO_SIZE_OPL3_PM) / 4]; |
| 320 | u32 saved_regs_mixer[AZF_ALIGN(AZF_IO_SIZE_MIXER_PM) / 4]; |
Andreas Mohr | ca54bde | 2006-05-17 11:02:24 +0200 | [diff] [blame] | 321 | #endif |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 322 | }; |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 323 | |
Benoit Taine | 9baa3c3 | 2014-08-08 15:56:03 +0200 | [diff] [blame] | 324 | static const struct pci_device_id snd_azf3328_ids[] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 325 | { 0x122D, 0x50DC, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* PCI168/3328 */ |
| 326 | { 0x122D, 0x80DA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* 3328 */ |
| 327 | { 0, } |
| 328 | }; |
| 329 | |
| 330 | MODULE_DEVICE_TABLE(pci, snd_azf3328_ids); |
| 331 | |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 332 | |
| 333 | static int |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 334 | snd_azf3328_io_reg_setb(unsigned reg, u8 mask, bool do_set) |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 335 | { |
Andreas Mohr | adf5931 | 2010-12-27 21:16:43 +0100 | [diff] [blame] | 336 | /* Well, strictly spoken, the inb/outb sequence isn't atomic |
| 337 | and would need locking. However we currently don't care |
| 338 | since it potentially complicates matters. */ |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 339 | u8 prev = inb(reg), new; |
| 340 | |
| 341 | new = (do_set) ? (prev|mask) : (prev & ~mask); |
| 342 | /* we need to always write the new value no matter whether it differs |
| 343 | * or not, since some register bits don't indicate their setting */ |
| 344 | outb(new, reg); |
| 345 | if (new != prev) |
| 346 | return 1; |
| 347 | |
| 348 | return 0; |
| 349 | } |
| 350 | |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 351 | static inline void |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 352 | snd_azf3328_codec_outb(const struct snd_azf3328_codec_data *codec, |
| 353 | unsigned reg, |
| 354 | u8 value |
| 355 | ) |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 356 | { |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 357 | outb(value, codec->io_base + reg); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 358 | } |
| 359 | |
| 360 | static inline u8 |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 361 | snd_azf3328_codec_inb(const struct snd_azf3328_codec_data *codec, unsigned reg) |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 362 | { |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 363 | return inb(codec->io_base + reg); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 364 | } |
| 365 | |
| 366 | static inline void |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 367 | snd_azf3328_codec_outw(const struct snd_azf3328_codec_data *codec, |
| 368 | unsigned reg, |
| 369 | u16 value |
| 370 | ) |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 371 | { |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 372 | outw(value, codec->io_base + reg); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 373 | } |
| 374 | |
| 375 | static inline u16 |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 376 | snd_azf3328_codec_inw(const struct snd_azf3328_codec_data *codec, unsigned reg) |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 377 | { |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 378 | return inw(codec->io_base + reg); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 379 | } |
| 380 | |
| 381 | static inline void |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 382 | snd_azf3328_codec_outl(const struct snd_azf3328_codec_data *codec, |
| 383 | unsigned reg, |
| 384 | u32 value |
| 385 | ) |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 386 | { |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 387 | outl(value, codec->io_base + reg); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 388 | } |
| 389 | |
Andreas Mohr | 689c691 | 2010-12-27 21:17:35 +0100 | [diff] [blame] | 390 | static inline void |
| 391 | snd_azf3328_codec_outl_multi(const struct snd_azf3328_codec_data *codec, |
| 392 | unsigned reg, const void *buffer, int count |
| 393 | ) |
| 394 | { |
| 395 | unsigned long addr = codec->io_base + reg; |
| 396 | if (count) { |
| 397 | const u32 *buf = buffer; |
| 398 | do { |
| 399 | outl(*buf++, addr); |
| 400 | addr += 4; |
| 401 | } while (--count); |
| 402 | } |
| 403 | } |
| 404 | |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 405 | static inline u32 |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 406 | snd_azf3328_codec_inl(const struct snd_azf3328_codec_data *codec, unsigned reg) |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 407 | { |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 408 | return inl(codec->io_base + reg); |
| 409 | } |
| 410 | |
| 411 | static inline void |
| 412 | snd_azf3328_ctrl_outb(const struct snd_azf3328 *chip, unsigned reg, u8 value) |
| 413 | { |
| 414 | outb(value, chip->ctrl_io + reg); |
| 415 | } |
| 416 | |
| 417 | static inline u8 |
| 418 | snd_azf3328_ctrl_inb(const struct snd_azf3328 *chip, unsigned reg) |
| 419 | { |
| 420 | return inb(chip->ctrl_io + reg); |
| 421 | } |
| 422 | |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 423 | static inline u16 |
| 424 | snd_azf3328_ctrl_inw(const struct snd_azf3328 *chip, unsigned reg) |
| 425 | { |
| 426 | return inw(chip->ctrl_io + reg); |
| 427 | } |
| 428 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 429 | static inline void |
| 430 | snd_azf3328_ctrl_outw(const struct snd_azf3328 *chip, unsigned reg, u16 value) |
| 431 | { |
| 432 | outw(value, chip->ctrl_io + reg); |
| 433 | } |
| 434 | |
| 435 | static inline void |
| 436 | snd_azf3328_ctrl_outl(const struct snd_azf3328 *chip, unsigned reg, u32 value) |
| 437 | { |
| 438 | outl(value, chip->ctrl_io + reg); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 439 | } |
| 440 | |
| 441 | static inline void |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 442 | snd_azf3328_game_outb(const struct snd_azf3328 *chip, unsigned reg, u8 value) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 443 | { |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 444 | outb(value, chip->game_io + reg); |
| 445 | } |
| 446 | |
| 447 | static inline void |
| 448 | snd_azf3328_game_outw(const struct snd_azf3328 *chip, unsigned reg, u16 value) |
| 449 | { |
| 450 | outw(value, chip->game_io + reg); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 451 | } |
| 452 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 453 | static inline u8 |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 454 | snd_azf3328_game_inb(const struct snd_azf3328 *chip, unsigned reg) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 455 | { |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 456 | return inb(chip->game_io + reg); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 457 | } |
| 458 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 459 | static inline u16 |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 460 | snd_azf3328_game_inw(const struct snd_azf3328 *chip, unsigned reg) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 461 | { |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 462 | return inw(chip->game_io + reg); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 463 | } |
| 464 | |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 465 | static inline void |
| 466 | snd_azf3328_mixer_outw(const struct snd_azf3328 *chip, unsigned reg, u16 value) |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 467 | { |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 468 | outw(value, chip->mixer_io + reg); |
| 469 | } |
| 470 | |
| 471 | static inline u16 |
| 472 | snd_azf3328_mixer_inw(const struct snd_azf3328 *chip, unsigned reg) |
| 473 | { |
| 474 | return inw(chip->mixer_io + reg); |
| 475 | } |
| 476 | |
| 477 | #define AZF_MUTE_BIT 0x80 |
| 478 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 479 | static bool |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 480 | snd_azf3328_mixer_mute_control(const struct snd_azf3328 *chip, |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 481 | unsigned reg, bool do_mute |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 482 | ) |
| 483 | { |
| 484 | unsigned long portbase = chip->mixer_io + reg + 1; |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 485 | bool updated; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 486 | |
| 487 | /* the mute bit is on the *second* (i.e. right) register of a |
| 488 | * left/right channel setting */ |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 489 | updated = snd_azf3328_io_reg_setb(portbase, AZF_MUTE_BIT, do_mute); |
| 490 | |
| 491 | /* indicate whether it was muted before */ |
| 492 | return (do_mute) ? !updated : updated; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 493 | } |
| 494 | |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 495 | static inline bool |
| 496 | snd_azf3328_mixer_mute_control_master(const struct snd_azf3328 *chip, |
| 497 | bool do_mute |
| 498 | ) |
| 499 | { |
| 500 | return snd_azf3328_mixer_mute_control( |
| 501 | chip, |
| 502 | IDX_MIXER_PLAY_MASTER, |
| 503 | do_mute |
| 504 | ); |
| 505 | } |
| 506 | |
| 507 | static inline bool |
| 508 | snd_azf3328_mixer_mute_control_pcm(const struct snd_azf3328 *chip, |
| 509 | bool do_mute |
| 510 | ) |
| 511 | { |
| 512 | return snd_azf3328_mixer_mute_control( |
| 513 | chip, |
| 514 | IDX_MIXER_WAVEOUT, |
| 515 | do_mute |
| 516 | ); |
| 517 | } |
| 518 | |
| 519 | static inline void |
| 520 | snd_azf3328_mixer_reset(const struct snd_azf3328 *chip) |
| 521 | { |
| 522 | /* reset (close) mixer: |
| 523 | * first mute master volume, then reset |
| 524 | */ |
| 525 | snd_azf3328_mixer_mute_control_master(chip, 1); |
| 526 | snd_azf3328_mixer_outw(chip, IDX_MIXER_RESET, 0x0000); |
| 527 | } |
| 528 | |
| 529 | #ifdef AZF_USE_AC97_LAYER |
| 530 | |
| 531 | static inline void |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 532 | snd_azf3328_mixer_ac97_map_unsupported(const struct snd_azf3328 *chip, |
| 533 | unsigned short reg, const char *mode) |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 534 | { |
| 535 | /* need to add some more or less clever emulation? */ |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 536 | dev_warn(chip->card->dev, |
| 537 | "missing %s emulation for AC97 register 0x%02x!\n", |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 538 | mode, reg); |
| 539 | } |
| 540 | |
| 541 | /* |
| 542 | * Need to have _special_ AC97 mixer hardware register index mapper, |
| 543 | * to compensate for the issue of a rather AC97-incompatible hardware layout. |
| 544 | */ |
| 545 | #define AZF_REG_MASK 0x3f |
| 546 | #define AZF_AC97_REG_UNSUPPORTED 0x8000 |
| 547 | #define AZF_AC97_REG_REAL_IO_READ 0x4000 |
| 548 | #define AZF_AC97_REG_REAL_IO_WRITE 0x2000 |
| 549 | #define AZF_AC97_REG_REAL_IO_RW \ |
| 550 | (AZF_AC97_REG_REAL_IO_READ | AZF_AC97_REG_REAL_IO_WRITE) |
| 551 | #define AZF_AC97_REG_EMU_IO_READ 0x0400 |
| 552 | #define AZF_AC97_REG_EMU_IO_WRITE 0x0200 |
| 553 | #define AZF_AC97_REG_EMU_IO_RW \ |
| 554 | (AZF_AC97_REG_EMU_IO_READ | AZF_AC97_REG_EMU_IO_WRITE) |
| 555 | static unsigned short |
| 556 | snd_azf3328_mixer_ac97_map_reg_idx(unsigned short reg) |
| 557 | { |
| 558 | static const struct { |
| 559 | unsigned short azf_reg; |
| 560 | } azf_reg_mapper[] = { |
| 561 | /* Especially when taking into consideration |
| 562 | * mono/stereo-based sequence of azf vs. AC97 control series, |
| 563 | * it's quite obvious that azf simply got rid |
| 564 | * of the AC97_HEADPHONE control at its intended offset, |
| 565 | * thus shifted _all_ controls by one, |
| 566 | * and _then_ simply added it as an FMSYNTH control at the end, |
| 567 | * to make up for the offset. |
| 568 | * This means we'll have to translate indices here as |
| 569 | * needed and then do some tiny AC97 patch action |
| 570 | * (snd_ac97_rename_vol_ctl() etc.) - that's it. |
| 571 | */ |
| 572 | { /* AC97_RESET */ IDX_MIXER_RESET |
| 573 | | AZF_AC97_REG_REAL_IO_WRITE |
| 574 | | AZF_AC97_REG_EMU_IO_READ }, |
| 575 | { /* AC97_MASTER */ IDX_MIXER_PLAY_MASTER }, |
| 576 | /* note large shift: AC97_HEADPHONE to IDX_MIXER_FMSYNTH! */ |
| 577 | { /* AC97_HEADPHONE */ IDX_MIXER_FMSYNTH }, |
| 578 | { /* AC97_MASTER_MONO */ IDX_MIXER_MODEMOUT }, |
| 579 | { /* AC97_MASTER_TONE */ IDX_MIXER_BASSTREBLE }, |
| 580 | { /* AC97_PC_BEEP */ IDX_MIXER_PCBEEP }, |
| 581 | { /* AC97_PHONE */ IDX_MIXER_MODEMIN }, |
| 582 | { /* AC97_MIC */ IDX_MIXER_MIC }, |
| 583 | { /* AC97_LINE */ IDX_MIXER_LINEIN }, |
| 584 | { /* AC97_CD */ IDX_MIXER_CDAUDIO }, |
| 585 | { /* AC97_VIDEO */ IDX_MIXER_VIDEO }, |
| 586 | { /* AC97_AUX */ IDX_MIXER_AUX }, |
| 587 | { /* AC97_PCM */ IDX_MIXER_WAVEOUT }, |
| 588 | { /* AC97_REC_SEL */ IDX_MIXER_REC_SELECT }, |
| 589 | { /* AC97_REC_GAIN */ IDX_MIXER_REC_VOLUME }, |
| 590 | { /* AC97_REC_GAIN_MIC */ AZF_AC97_REG_EMU_IO_RW }, |
| 591 | { /* AC97_GENERAL_PURPOSE */ IDX_MIXER_ADVCTL2 }, |
| 592 | { /* AC97_3D_CONTROL */ IDX_MIXER_ADVCTL1 }, |
| 593 | }; |
| 594 | |
| 595 | unsigned short reg_azf = AZF_AC97_REG_UNSUPPORTED; |
| 596 | |
| 597 | /* azf3328 supports the low-numbered and low-spec:ed range |
| 598 | of AC97 regs only */ |
| 599 | if (reg <= AC97_3D_CONTROL) { |
| 600 | unsigned short reg_idx = reg / 2; |
| 601 | reg_azf = azf_reg_mapper[reg_idx].azf_reg; |
| 602 | /* a translation-only entry means it's real read/write: */ |
| 603 | if (!(reg_azf & ~AZF_REG_MASK)) |
| 604 | reg_azf |= AZF_AC97_REG_REAL_IO_RW; |
| 605 | } else { |
| 606 | switch (reg) { |
| 607 | case AC97_POWERDOWN: |
| 608 | reg_azf = AZF_AC97_REG_EMU_IO_RW; |
| 609 | break; |
| 610 | case AC97_EXTENDED_ID: |
| 611 | reg_azf = AZF_AC97_REG_EMU_IO_READ; |
| 612 | break; |
| 613 | case AC97_EXTENDED_STATUS: |
| 614 | /* I don't know what the h*ll AC97 layer |
| 615 | * would consult this _extended_ register for |
| 616 | * given a base-AC97-advertised card, |
| 617 | * but let's just emulate it anyway :-P |
| 618 | */ |
| 619 | reg_azf = AZF_AC97_REG_EMU_IO_RW; |
| 620 | break; |
| 621 | case AC97_VENDOR_ID1: |
| 622 | case AC97_VENDOR_ID2: |
| 623 | reg_azf = AZF_AC97_REG_EMU_IO_READ; |
| 624 | break; |
| 625 | } |
| 626 | } |
| 627 | return reg_azf; |
| 628 | } |
| 629 | |
| 630 | static const unsigned short |
| 631 | azf_emulated_ac97_caps = |
| 632 | AC97_BC_DEDICATED_MIC | |
| 633 | AC97_BC_BASS_TREBLE | |
| 634 | /* Headphone is an FM Synth control here */ |
| 635 | AC97_BC_HEADPHONE | |
| 636 | /* no AC97_BC_LOUDNESS! */ |
| 637 | /* mask 0x7c00 is |
| 638 | vendor-specific 3D enhancement |
| 639 | vendor indicator. |
| 640 | Since there actually _is_ an |
| 641 | entry for Aztech Labs |
| 642 | (13), make damn sure |
| 643 | to indicate it. */ |
| 644 | (13 << 10); |
| 645 | |
| 646 | static const unsigned short |
| 647 | azf_emulated_ac97_powerdown = |
| 648 | /* pretend everything to be active */ |
| 649 | AC97_PD_ADC_STATUS | |
| 650 | AC97_PD_DAC_STATUS | |
| 651 | AC97_PD_MIXER_STATUS | |
| 652 | AC97_PD_VREF_STATUS; |
| 653 | |
| 654 | /* |
| 655 | * Emulated, _inofficial_ vendor ID |
| 656 | * (there might be some devices such as the MR 2800-W |
| 657 | * which could reveal the real Aztech AC97 ID). |
| 658 | * We choose to use "AZT" prefix, and then use 1 to indicate PCI168 |
| 659 | * (better don't use 0x68 since there's a PCI368 as well). |
| 660 | */ |
| 661 | static const unsigned int |
| 662 | azf_emulated_ac97_vendor_id = 0x415a5401; |
| 663 | |
| 664 | static unsigned short |
| 665 | snd_azf3328_mixer_ac97_read(struct snd_ac97 *ac97, unsigned short reg_ac97) |
| 666 | { |
| 667 | const struct snd_azf3328 *chip = ac97->private_data; |
| 668 | unsigned short reg_azf = snd_azf3328_mixer_ac97_map_reg_idx(reg_ac97); |
| 669 | unsigned short reg_val = 0; |
Peter Senna Tschudin | e0f17c7 | 2013-09-22 20:44:12 +0200 | [diff] [blame] | 670 | bool unsupported = false; |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 671 | |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 672 | dev_dbg(chip->card->dev, "snd_azf3328_mixer_ac97_read reg_ac97 %u\n", |
| 673 | reg_ac97); |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 674 | if (reg_azf & AZF_AC97_REG_UNSUPPORTED) |
Peter Senna Tschudin | e0f17c7 | 2013-09-22 20:44:12 +0200 | [diff] [blame] | 675 | unsupported = true; |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 676 | else { |
| 677 | if (reg_azf & AZF_AC97_REG_REAL_IO_READ) |
| 678 | reg_val = snd_azf3328_mixer_inw(chip, |
| 679 | reg_azf & AZF_REG_MASK); |
| 680 | else { |
| 681 | /* |
| 682 | * Proceed with dummy I/O read, |
| 683 | * to ensure compatible timing where this may matter. |
| 684 | * (ALSA AC97 layer usually doesn't call I/O functions |
| 685 | * due to intelligent I/O caching anyway) |
| 686 | * Choose a mixer register that's thoroughly unrelated |
| 687 | * to common audio (try to minimize distortion). |
| 688 | */ |
| 689 | snd_azf3328_mixer_inw(chip, IDX_MIXER_SOMETHING30H); |
| 690 | } |
| 691 | |
| 692 | if (reg_azf & AZF_AC97_REG_EMU_IO_READ) { |
| 693 | switch (reg_ac97) { |
| 694 | case AC97_RESET: |
| 695 | reg_val |= azf_emulated_ac97_caps; |
| 696 | break; |
| 697 | case AC97_POWERDOWN: |
| 698 | reg_val |= azf_emulated_ac97_powerdown; |
| 699 | break; |
| 700 | case AC97_EXTENDED_ID: |
| 701 | case AC97_EXTENDED_STATUS: |
| 702 | /* AFAICS we simply can't support anything: */ |
| 703 | reg_val |= 0; |
| 704 | break; |
| 705 | case AC97_VENDOR_ID1: |
| 706 | reg_val = azf_emulated_ac97_vendor_id >> 16; |
| 707 | break; |
| 708 | case AC97_VENDOR_ID2: |
| 709 | reg_val = azf_emulated_ac97_vendor_id & 0xffff; |
| 710 | break; |
| 711 | default: |
Peter Senna Tschudin | e0f17c7 | 2013-09-22 20:44:12 +0200 | [diff] [blame] | 712 | unsupported = true; |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 713 | break; |
| 714 | } |
| 715 | } |
| 716 | } |
| 717 | if (unsupported) |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 718 | snd_azf3328_mixer_ac97_map_unsupported(chip, reg_ac97, "read"); |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 719 | |
| 720 | return reg_val; |
| 721 | } |
| 722 | |
| 723 | static void |
| 724 | snd_azf3328_mixer_ac97_write(struct snd_ac97 *ac97, |
| 725 | unsigned short reg_ac97, unsigned short val) |
| 726 | { |
| 727 | const struct snd_azf3328 *chip = ac97->private_data; |
| 728 | unsigned short reg_azf = snd_azf3328_mixer_ac97_map_reg_idx(reg_ac97); |
Peter Senna Tschudin | e0f17c7 | 2013-09-22 20:44:12 +0200 | [diff] [blame] | 729 | bool unsupported = false; |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 730 | |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 731 | dev_dbg(chip->card->dev, |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 732 | "snd_azf3328_mixer_ac97_write reg_ac97 %u val %u\n", |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 733 | reg_ac97, val); |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 734 | if (reg_azf & AZF_AC97_REG_UNSUPPORTED) |
Peter Senna Tschudin | e0f17c7 | 2013-09-22 20:44:12 +0200 | [diff] [blame] | 735 | unsupported = true; |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 736 | else { |
| 737 | if (reg_azf & AZF_AC97_REG_REAL_IO_WRITE) |
| 738 | snd_azf3328_mixer_outw( |
| 739 | chip, |
| 740 | reg_azf & AZF_REG_MASK, |
| 741 | val |
| 742 | ); |
| 743 | else |
| 744 | if (reg_azf & AZF_AC97_REG_EMU_IO_WRITE) { |
| 745 | switch (reg_ac97) { |
| 746 | case AC97_REC_GAIN_MIC: |
| 747 | case AC97_POWERDOWN: |
| 748 | case AC97_EXTENDED_STATUS: |
| 749 | /* |
| 750 | * Silently swallow these writes. |
| 751 | * Since for most registers our card doesn't |
| 752 | * actually support a comparable feature, |
| 753 | * this is exactly what we should do here. |
| 754 | * The AC97 layer's I/O caching probably |
| 755 | * automatically takes care of all the rest... |
| 756 | * (remembers written values etc.) |
| 757 | */ |
| 758 | break; |
| 759 | default: |
Peter Senna Tschudin | e0f17c7 | 2013-09-22 20:44:12 +0200 | [diff] [blame] | 760 | unsupported = true; |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 761 | break; |
| 762 | } |
| 763 | } |
| 764 | } |
| 765 | if (unsupported) |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 766 | snd_azf3328_mixer_ac97_map_unsupported(chip, reg_ac97, "write"); |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 767 | } |
| 768 | |
Bill Pemberton | e23e7a1 | 2012-12-06 12:35:10 -0500 | [diff] [blame] | 769 | static int |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 770 | snd_azf3328_mixer_new(struct snd_azf3328 *chip) |
| 771 | { |
| 772 | struct snd_ac97_bus *bus; |
| 773 | struct snd_ac97_template ac97; |
| 774 | static struct snd_ac97_bus_ops ops = { |
| 775 | .write = snd_azf3328_mixer_ac97_write, |
| 776 | .read = snd_azf3328_mixer_ac97_read, |
| 777 | }; |
| 778 | int rc; |
| 779 | |
| 780 | memset(&ac97, 0, sizeof(ac97)); |
| 781 | ac97.scaps = AC97_SCAP_SKIP_MODEM |
| 782 | | AC97_SCAP_AUDIO /* we support audio! */ |
| 783 | | AC97_SCAP_NO_SPDIF; |
| 784 | ac97.private_data = chip; |
| 785 | ac97.pci = chip->pci; |
| 786 | |
| 787 | /* |
| 788 | * ALSA's AC97 layer has terrible init crackling issues, |
| 789 | * unfortunately, and since it makes use of AC97_RESET, |
| 790 | * there's no use trying to mute Master Playback proactively. |
| 791 | */ |
| 792 | |
| 793 | rc = snd_ac97_bus(chip->card, 0, &ops, NULL, &bus); |
| 794 | if (!rc) |
| 795 | rc = snd_ac97_mixer(bus, &ac97, &chip->ac97); |
| 796 | /* |
| 797 | * Make sure to complain loudly in case of AC97 init failure, |
| 798 | * since failure may happen quite often, |
| 799 | * due to this card being a very quirky AC97 "lookalike". |
| 800 | */ |
| 801 | if (rc) |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 802 | dev_err(chip->card->dev, "AC97 init failed, err %d!\n", rc); |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 803 | |
| 804 | /* If we return an error here, then snd_card_free() should |
| 805 | * free up any ac97 codecs that got created, as well as the bus. |
| 806 | */ |
| 807 | return rc; |
| 808 | } |
| 809 | #else /* AZF_USE_AC97_LAYER */ |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 810 | static void |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 811 | snd_azf3328_mixer_write_volume_gradually(const struct snd_azf3328 *chip, |
| 812 | unsigned reg, |
| 813 | unsigned char dst_vol_left, |
| 814 | unsigned char dst_vol_right, |
| 815 | int chan_sel, int delay |
| 816 | ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 817 | { |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 818 | unsigned long portbase = chip->mixer_io + reg; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 819 | unsigned char curr_vol_left = 0, curr_vol_right = 0; |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 820 | int left_change = 0, right_change = 0; |
| 821 | |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 822 | if (chan_sel & SET_CHAN_LEFT) { |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 823 | curr_vol_left = inb(portbase + 1); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 824 | |
| 825 | /* take care of muting flag contained in left channel */ |
| 826 | if (curr_vol_left & AZF_MUTE_BIT) |
| 827 | dst_vol_left |= AZF_MUTE_BIT; |
| 828 | else |
| 829 | dst_vol_left &= ~AZF_MUTE_BIT; |
| 830 | |
| 831 | left_change = (curr_vol_left > dst_vol_left) ? -1 : 1; |
| 832 | } |
| 833 | |
| 834 | if (chan_sel & SET_CHAN_RIGHT) { |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 835 | curr_vol_right = inb(portbase + 0); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 836 | |
| 837 | right_change = (curr_vol_right > dst_vol_right) ? -1 : 1; |
| 838 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 839 | |
Andreas Mohr | e2f8726 | 2006-05-17 11:04:19 +0200 | [diff] [blame] | 840 | do { |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 841 | if (left_change) { |
| 842 | if (curr_vol_left != dst_vol_left) { |
| 843 | curr_vol_left += left_change; |
| 844 | outb(curr_vol_left, portbase + 1); |
| 845 | } else |
| 846 | left_change = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 847 | } |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 848 | if (right_change) { |
| 849 | if (curr_vol_right != dst_vol_right) { |
| 850 | curr_vol_right += right_change; |
| 851 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 852 | /* during volume change, the right channel is crackling |
| 853 | * somewhat more than the left channel, unfortunately. |
| 854 | * This seems to be a hardware issue. */ |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 855 | outb(curr_vol_right, portbase + 0); |
| 856 | } else |
| 857 | right_change = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 858 | } |
| 859 | if (delay) |
| 860 | mdelay(delay); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 861 | } while ((left_change) || (right_change)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 862 | } |
| 863 | |
| 864 | /* |
| 865 | * general mixer element |
| 866 | */ |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 867 | struct azf3328_mixer_reg { |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 868 | unsigned reg; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 869 | unsigned int lchan_shift, rchan_shift; |
| 870 | unsigned int mask; |
| 871 | unsigned int invert: 1; |
| 872 | unsigned int stereo: 1; |
| 873 | unsigned int enum_c: 4; |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 874 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 875 | |
| 876 | #define COMPOSE_MIXER_REG(reg,lchan_shift,rchan_shift,mask,invert,stereo,enum_c) \ |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 877 | ((reg) | (lchan_shift << 8) | (rchan_shift << 12) | \ |
| 878 | (mask << 16) | \ |
| 879 | (invert << 24) | \ |
| 880 | (stereo << 25) | \ |
| 881 | (enum_c << 26)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 882 | |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 883 | static void snd_azf3328_mixer_reg_decode(struct azf3328_mixer_reg *r, unsigned long val) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 884 | { |
| 885 | r->reg = val & 0xff; |
| 886 | r->lchan_shift = (val >> 8) & 0x0f; |
| 887 | r->rchan_shift = (val >> 12) & 0x0f; |
| 888 | r->mask = (val >> 16) & 0xff; |
| 889 | r->invert = (val >> 24) & 1; |
| 890 | r->stereo = (val >> 25) & 1; |
| 891 | r->enum_c = (val >> 26) & 0x0f; |
| 892 | } |
| 893 | |
| 894 | /* |
| 895 | * mixer switches/volumes |
| 896 | */ |
| 897 | |
| 898 | #define AZF3328_MIXER_SWITCH(xname, reg, shift, invert) \ |
| 899 | { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ |
| 900 | .info = snd_azf3328_info_mixer, \ |
| 901 | .get = snd_azf3328_get_mixer, .put = snd_azf3328_put_mixer, \ |
| 902 | .private_value = COMPOSE_MIXER_REG(reg, shift, 0, 0x1, invert, 0, 0), \ |
| 903 | } |
| 904 | |
| 905 | #define AZF3328_MIXER_VOL_STEREO(xname, reg, mask, invert) \ |
| 906 | { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ |
| 907 | .info = snd_azf3328_info_mixer, \ |
| 908 | .get = snd_azf3328_get_mixer, .put = snd_azf3328_put_mixer, \ |
| 909 | .private_value = COMPOSE_MIXER_REG(reg, 8, 0, mask, invert, 1, 0), \ |
| 910 | } |
| 911 | |
| 912 | #define AZF3328_MIXER_VOL_MONO(xname, reg, mask, is_right_chan) \ |
| 913 | { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ |
| 914 | .info = snd_azf3328_info_mixer, \ |
| 915 | .get = snd_azf3328_get_mixer, .put = snd_azf3328_put_mixer, \ |
| 916 | .private_value = COMPOSE_MIXER_REG(reg, is_right_chan ? 0 : 8, 0, mask, 1, 0, 0), \ |
| 917 | } |
| 918 | |
| 919 | #define AZF3328_MIXER_VOL_SPECIAL(xname, reg, mask, shift, invert) \ |
| 920 | { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ |
| 921 | .info = snd_azf3328_info_mixer, \ |
| 922 | .get = snd_azf3328_get_mixer, .put = snd_azf3328_put_mixer, \ |
| 923 | .private_value = COMPOSE_MIXER_REG(reg, shift, 0, mask, invert, 0, 0), \ |
| 924 | } |
| 925 | |
| 926 | #define AZF3328_MIXER_ENUM(xname, reg, enum_c, shift) \ |
| 927 | { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ |
| 928 | .info = snd_azf3328_info_mixer_enum, \ |
| 929 | .get = snd_azf3328_get_mixer_enum, .put = snd_azf3328_put_mixer_enum, \ |
| 930 | .private_value = COMPOSE_MIXER_REG(reg, shift, 0, 0, 0, 0, enum_c), \ |
| 931 | } |
| 932 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 933 | static int |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 934 | snd_azf3328_info_mixer(struct snd_kcontrol *kcontrol, |
| 935 | struct snd_ctl_elem_info *uinfo) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 936 | { |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 937 | struct azf3328_mixer_reg reg; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 938 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 939 | snd_azf3328_mixer_reg_decode(®, kcontrol->private_value); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 940 | uinfo->type = reg.mask == 1 ? |
| 941 | SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 942 | uinfo->count = reg.stereo + 1; |
| 943 | uinfo->value.integer.min = 0; |
| 944 | uinfo->value.integer.max = reg.mask; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 945 | return 0; |
| 946 | } |
| 947 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 948 | static int |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 949 | snd_azf3328_get_mixer(struct snd_kcontrol *kcontrol, |
| 950 | struct snd_ctl_elem_value *ucontrol) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 951 | { |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 952 | struct snd_azf3328 *chip = snd_kcontrol_chip(kcontrol); |
| 953 | struct azf3328_mixer_reg reg; |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 954 | u16 oreg, val; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 955 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 956 | snd_azf3328_mixer_reg_decode(®, kcontrol->private_value); |
| 957 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 958 | oreg = snd_azf3328_mixer_inw(chip, reg.reg); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 959 | val = (oreg >> reg.lchan_shift) & reg.mask; |
| 960 | if (reg.invert) |
| 961 | val = reg.mask - val; |
| 962 | ucontrol->value.integer.value[0] = val; |
| 963 | if (reg.stereo) { |
| 964 | val = (oreg >> reg.rchan_shift) & reg.mask; |
| 965 | if (reg.invert) |
| 966 | val = reg.mask - val; |
| 967 | ucontrol->value.integer.value[1] = val; |
| 968 | } |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 969 | dev_dbg(chip->card->dev, |
| 970 | "get: %02x is %04x -> vol %02lx|%02lx (shift %02d|%02d, mask %02x, inv. %d, stereo %d)\n", |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 971 | reg.reg, oreg, |
| 972 | ucontrol->value.integer.value[0], ucontrol->value.integer.value[1], |
| 973 | reg.lchan_shift, reg.rchan_shift, reg.mask, reg.invert, reg.stereo); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 974 | return 0; |
| 975 | } |
| 976 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 977 | static int |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 978 | snd_azf3328_put_mixer(struct snd_kcontrol *kcontrol, |
| 979 | struct snd_ctl_elem_value *ucontrol) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 980 | { |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 981 | struct snd_azf3328 *chip = snd_kcontrol_chip(kcontrol); |
| 982 | struct azf3328_mixer_reg reg; |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 983 | u16 oreg, nreg, val; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 984 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 985 | snd_azf3328_mixer_reg_decode(®, kcontrol->private_value); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 986 | oreg = snd_azf3328_mixer_inw(chip, reg.reg); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 987 | val = ucontrol->value.integer.value[0] & reg.mask; |
| 988 | if (reg.invert) |
| 989 | val = reg.mask - val; |
| 990 | nreg = oreg & ~(reg.mask << reg.lchan_shift); |
| 991 | nreg |= (val << reg.lchan_shift); |
| 992 | if (reg.stereo) { |
| 993 | val = ucontrol->value.integer.value[1] & reg.mask; |
| 994 | if (reg.invert) |
| 995 | val = reg.mask - val; |
| 996 | nreg &= ~(reg.mask << reg.rchan_shift); |
| 997 | nreg |= (val << reg.rchan_shift); |
| 998 | } |
| 999 | if (reg.mask >= 0x07) /* it's a volume control, so better take care */ |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1000 | snd_azf3328_mixer_write_volume_gradually( |
| 1001 | chip, reg.reg, nreg >> 8, nreg & 0xff, |
| 1002 | /* just set both channels, doesn't matter */ |
| 1003 | SET_CHAN_LEFT|SET_CHAN_RIGHT, |
| 1004 | 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1005 | else |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1006 | snd_azf3328_mixer_outw(chip, reg.reg, nreg); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1007 | |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1008 | dev_dbg(chip->card->dev, |
| 1009 | "put: %02x to %02lx|%02lx, oreg %04x; shift %02d|%02d -> nreg %04x; after: %04x\n", |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1010 | reg.reg, ucontrol->value.integer.value[0], ucontrol->value.integer.value[1], |
| 1011 | oreg, reg.lchan_shift, reg.rchan_shift, |
| 1012 | nreg, snd_azf3328_mixer_inw(chip, reg.reg)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1013 | return (nreg != oreg); |
| 1014 | } |
| 1015 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1016 | static int |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 1017 | snd_azf3328_info_mixer_enum(struct snd_kcontrol *kcontrol, |
| 1018 | struct snd_ctl_elem_info *uinfo) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1019 | { |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1020 | static const char * const texts1[] = { |
Andreas Mohr | 13769e3 | 2006-05-17 11:03:16 +0200 | [diff] [blame] | 1021 | "Mic1", "Mic2" |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1022 | }; |
| 1023 | static const char * const texts2[] = { |
Andreas Mohr | 13769e3 | 2006-05-17 11:03:16 +0200 | [diff] [blame] | 1024 | "Mix", "Mic" |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1025 | }; |
| 1026 | static const char * const texts3[] = { |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1027 | "Mic", "CD", "Video", "Aux", |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1028 | "Line", "Mix", "Mix Mono", "Phone" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1029 | }; |
Andreas Mohr | 13769e3 | 2006-05-17 11:03:16 +0200 | [diff] [blame] | 1030 | static const char * const texts4[] = { |
| 1031 | "pre 3D", "post 3D" |
| 1032 | }; |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 1033 | struct azf3328_mixer_reg reg; |
Andreas Mohr | 627d3e7 | 2008-06-23 11:50:47 +0200 | [diff] [blame] | 1034 | const char * const *p = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1035 | |
| 1036 | snd_azf3328_mixer_reg_decode(®, kcontrol->private_value); |
| 1037 | uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED; |
| 1038 | uinfo->count = (reg.reg == IDX_MIXER_REC_SELECT) ? 2 : 1; |
| 1039 | uinfo->value.enumerated.items = reg.enum_c; |
| 1040 | if (uinfo->value.enumerated.item > reg.enum_c - 1U) |
| 1041 | uinfo->value.enumerated.item = reg.enum_c - 1U; |
Andreas Mohr | e2f8726 | 2006-05-17 11:04:19 +0200 | [diff] [blame] | 1042 | if (reg.reg == IDX_MIXER_ADVCTL2) { |
Andreas Mohr | 13769e3 | 2006-05-17 11:03:16 +0200 | [diff] [blame] | 1043 | switch(reg.lchan_shift) { |
| 1044 | case 8: /* modem out sel */ |
Andreas Mohr | 627d3e7 | 2008-06-23 11:50:47 +0200 | [diff] [blame] | 1045 | p = texts1; |
Andreas Mohr | 13769e3 | 2006-05-17 11:03:16 +0200 | [diff] [blame] | 1046 | break; |
| 1047 | case 9: /* mono sel source */ |
Andreas Mohr | 627d3e7 | 2008-06-23 11:50:47 +0200 | [diff] [blame] | 1048 | p = texts2; |
Andreas Mohr | 13769e3 | 2006-05-17 11:03:16 +0200 | [diff] [blame] | 1049 | break; |
| 1050 | case 15: /* PCM Out Path */ |
Andreas Mohr | 627d3e7 | 2008-06-23 11:50:47 +0200 | [diff] [blame] | 1051 | p = texts4; |
Andreas Mohr | 13769e3 | 2006-05-17 11:03:16 +0200 | [diff] [blame] | 1052 | break; |
| 1053 | } |
Andreas Mohr | e2f8726 | 2006-05-17 11:04:19 +0200 | [diff] [blame] | 1054 | } else |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1055 | if (reg.reg == IDX_MIXER_REC_SELECT) |
Andreas Mohr | 627d3e7 | 2008-06-23 11:50:47 +0200 | [diff] [blame] | 1056 | p = texts3; |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1057 | |
Andreas Mohr | 627d3e7 | 2008-06-23 11:50:47 +0200 | [diff] [blame] | 1058 | strcpy(uinfo->value.enumerated.name, p[uinfo->value.enumerated.item]); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1059 | return 0; |
| 1060 | } |
| 1061 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1062 | static int |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 1063 | snd_azf3328_get_mixer_enum(struct snd_kcontrol *kcontrol, |
| 1064 | struct snd_ctl_elem_value *ucontrol) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1065 | { |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 1066 | struct snd_azf3328 *chip = snd_kcontrol_chip(kcontrol); |
| 1067 | struct azf3328_mixer_reg reg; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1068 | unsigned short val; |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1069 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1070 | snd_azf3328_mixer_reg_decode(®, kcontrol->private_value); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1071 | val = snd_azf3328_mixer_inw(chip, reg.reg); |
Andreas Mohr | e2f8726 | 2006-05-17 11:04:19 +0200 | [diff] [blame] | 1072 | if (reg.reg == IDX_MIXER_REC_SELECT) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1073 | ucontrol->value.enumerated.item[0] = (val >> 8) & (reg.enum_c - 1); |
| 1074 | ucontrol->value.enumerated.item[1] = (val >> 0) & (reg.enum_c - 1); |
Andreas Mohr | e2f8726 | 2006-05-17 11:04:19 +0200 | [diff] [blame] | 1075 | } else |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1076 | ucontrol->value.enumerated.item[0] = (val >> reg.lchan_shift) & (reg.enum_c - 1); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1077 | |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1078 | dev_dbg(chip->card->dev, |
| 1079 | "get_enum: %02x is %04x -> %d|%d (shift %02d, enum_c %d)\n", |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1080 | reg.reg, val, ucontrol->value.enumerated.item[0], ucontrol->value.enumerated.item[1], |
| 1081 | reg.lchan_shift, reg.enum_c); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1082 | return 0; |
| 1083 | } |
| 1084 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1085 | static int |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 1086 | snd_azf3328_put_mixer_enum(struct snd_kcontrol *kcontrol, |
| 1087 | struct snd_ctl_elem_value *ucontrol) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1088 | { |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 1089 | struct snd_azf3328 *chip = snd_kcontrol_chip(kcontrol); |
| 1090 | struct azf3328_mixer_reg reg; |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1091 | u16 oreg, nreg, val; |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1092 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1093 | snd_azf3328_mixer_reg_decode(®, kcontrol->private_value); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1094 | oreg = snd_azf3328_mixer_inw(chip, reg.reg); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1095 | val = oreg; |
Andreas Mohr | e2f8726 | 2006-05-17 11:04:19 +0200 | [diff] [blame] | 1096 | if (reg.reg == IDX_MIXER_REC_SELECT) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1097 | if (ucontrol->value.enumerated.item[0] > reg.enum_c - 1U || |
| 1098 | ucontrol->value.enumerated.item[1] > reg.enum_c - 1U) |
| 1099 | return -EINVAL; |
| 1100 | val = (ucontrol->value.enumerated.item[0] << 8) | |
| 1101 | (ucontrol->value.enumerated.item[1] << 0); |
Andreas Mohr | e2f8726 | 2006-05-17 11:04:19 +0200 | [diff] [blame] | 1102 | } else { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1103 | if (ucontrol->value.enumerated.item[0] > reg.enum_c - 1U) |
| 1104 | return -EINVAL; |
| 1105 | val &= ~((reg.enum_c - 1) << reg.lchan_shift); |
| 1106 | val |= (ucontrol->value.enumerated.item[0] << reg.lchan_shift); |
| 1107 | } |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1108 | snd_azf3328_mixer_outw(chip, reg.reg, val); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1109 | nreg = val; |
| 1110 | |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1111 | dev_dbg(chip->card->dev, |
| 1112 | "put_enum: %02x to %04x, oreg %04x\n", reg.reg, val, oreg); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1113 | return (nreg != oreg); |
| 1114 | } |
| 1115 | |
Bill Pemberton | e23e7a1 | 2012-12-06 12:35:10 -0500 | [diff] [blame] | 1116 | static struct snd_kcontrol_new snd_azf3328_mixer_controls[] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1117 | AZF3328_MIXER_SWITCH("Master Playback Switch", IDX_MIXER_PLAY_MASTER, 15, 1), |
| 1118 | AZF3328_MIXER_VOL_STEREO("Master Playback Volume", IDX_MIXER_PLAY_MASTER, 0x1f, 1), |
Andreas Mohr | 627d3e7 | 2008-06-23 11:50:47 +0200 | [diff] [blame] | 1119 | AZF3328_MIXER_SWITCH("PCM Playback Switch", IDX_MIXER_WAVEOUT, 15, 1), |
| 1120 | AZF3328_MIXER_VOL_STEREO("PCM Playback Volume", |
| 1121 | IDX_MIXER_WAVEOUT, 0x1f, 1), |
| 1122 | AZF3328_MIXER_SWITCH("PCM 3D Bypass Playback Switch", |
| 1123 | IDX_MIXER_ADVCTL2, 7, 1), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1124 | AZF3328_MIXER_SWITCH("FM Playback Switch", IDX_MIXER_FMSYNTH, 15, 1), |
| 1125 | AZF3328_MIXER_VOL_STEREO("FM Playback Volume", IDX_MIXER_FMSYNTH, 0x1f, 1), |
| 1126 | AZF3328_MIXER_SWITCH("CD Playback Switch", IDX_MIXER_CDAUDIO, 15, 1), |
| 1127 | AZF3328_MIXER_VOL_STEREO("CD Playback Volume", IDX_MIXER_CDAUDIO, 0x1f, 1), |
| 1128 | AZF3328_MIXER_SWITCH("Capture Switch", IDX_MIXER_REC_VOLUME, 15, 1), |
| 1129 | AZF3328_MIXER_VOL_STEREO("Capture Volume", IDX_MIXER_REC_VOLUME, 0x0f, 0), |
| 1130 | AZF3328_MIXER_ENUM("Capture Source", IDX_MIXER_REC_SELECT, 8, 0), |
| 1131 | AZF3328_MIXER_SWITCH("Mic Playback Switch", IDX_MIXER_MIC, 15, 1), |
| 1132 | AZF3328_MIXER_VOL_MONO("Mic Playback Volume", IDX_MIXER_MIC, 0x1f, 1), |
| 1133 | AZF3328_MIXER_SWITCH("Mic Boost (+20dB)", IDX_MIXER_MIC, 6, 0), |
| 1134 | AZF3328_MIXER_SWITCH("Line Playback Switch", IDX_MIXER_LINEIN, 15, 1), |
| 1135 | AZF3328_MIXER_VOL_STEREO("Line Playback Volume", IDX_MIXER_LINEIN, 0x1f, 1), |
Jaroslav Kysela | d355c82a | 2009-11-03 15:47:25 +0100 | [diff] [blame] | 1136 | AZF3328_MIXER_SWITCH("Beep Playback Switch", IDX_MIXER_PCBEEP, 15, 1), |
| 1137 | AZF3328_MIXER_VOL_SPECIAL("Beep Playback Volume", IDX_MIXER_PCBEEP, 0x0f, 1, 1), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1138 | AZF3328_MIXER_SWITCH("Video Playback Switch", IDX_MIXER_VIDEO, 15, 1), |
| 1139 | AZF3328_MIXER_VOL_STEREO("Video Playback Volume", IDX_MIXER_VIDEO, 0x1f, 1), |
| 1140 | AZF3328_MIXER_SWITCH("Aux Playback Switch", IDX_MIXER_AUX, 15, 1), |
| 1141 | AZF3328_MIXER_VOL_STEREO("Aux Playback Volume", IDX_MIXER_AUX, 0x1f, 1), |
| 1142 | AZF3328_MIXER_SWITCH("Modem Playback Switch", IDX_MIXER_MODEMOUT, 15, 1), |
| 1143 | AZF3328_MIXER_VOL_MONO("Modem Playback Volume", IDX_MIXER_MODEMOUT, 0x1f, 1), |
| 1144 | AZF3328_MIXER_SWITCH("Modem Capture Switch", IDX_MIXER_MODEMIN, 15, 1), |
| 1145 | AZF3328_MIXER_VOL_MONO("Modem Capture Volume", IDX_MIXER_MODEMIN, 0x1f, 1), |
Andreas Mohr | 13769e3 | 2006-05-17 11:03:16 +0200 | [diff] [blame] | 1146 | AZF3328_MIXER_ENUM("Mic Select", IDX_MIXER_ADVCTL2, 2, 8), |
| 1147 | AZF3328_MIXER_ENUM("Mono Output Select", IDX_MIXER_ADVCTL2, 2, 9), |
Andreas Mohr | e24a121 | 2007-03-26 12:49:45 +0200 | [diff] [blame] | 1148 | AZF3328_MIXER_ENUM("PCM Output Route", IDX_MIXER_ADVCTL2, 2, 15), /* PCM Out Path, place in front since it controls *both* 3D and Bass/Treble! */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1149 | AZF3328_MIXER_VOL_SPECIAL("Tone Control - Treble", IDX_MIXER_BASSTREBLE, 0x07, 1, 0), |
| 1150 | AZF3328_MIXER_VOL_SPECIAL("Tone Control - Bass", IDX_MIXER_BASSTREBLE, 0x07, 9, 0), |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1151 | AZF3328_MIXER_SWITCH("3D Control - Switch", IDX_MIXER_ADVCTL2, 13, 0), |
Andreas Mohr | 13769e3 | 2006-05-17 11:03:16 +0200 | [diff] [blame] | 1152 | AZF3328_MIXER_VOL_SPECIAL("3D Control - Width", IDX_MIXER_ADVCTL1, 0x07, 1, 0), /* "3D Width" */ |
| 1153 | AZF3328_MIXER_VOL_SPECIAL("3D Control - Depth", IDX_MIXER_ADVCTL1, 0x03, 8, 0), /* "Hifi 3D" */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1154 | #if MIXER_TESTING |
| 1155 | AZF3328_MIXER_SWITCH("0", IDX_MIXER_ADVCTL2, 0, 0), |
| 1156 | AZF3328_MIXER_SWITCH("1", IDX_MIXER_ADVCTL2, 1, 0), |
| 1157 | AZF3328_MIXER_SWITCH("2", IDX_MIXER_ADVCTL2, 2, 0), |
| 1158 | AZF3328_MIXER_SWITCH("3", IDX_MIXER_ADVCTL2, 3, 0), |
| 1159 | AZF3328_MIXER_SWITCH("4", IDX_MIXER_ADVCTL2, 4, 0), |
| 1160 | AZF3328_MIXER_SWITCH("5", IDX_MIXER_ADVCTL2, 5, 0), |
| 1161 | AZF3328_MIXER_SWITCH("6", IDX_MIXER_ADVCTL2, 6, 0), |
| 1162 | AZF3328_MIXER_SWITCH("7", IDX_MIXER_ADVCTL2, 7, 0), |
| 1163 | AZF3328_MIXER_SWITCH("8", IDX_MIXER_ADVCTL2, 8, 0), |
| 1164 | AZF3328_MIXER_SWITCH("9", IDX_MIXER_ADVCTL2, 9, 0), |
| 1165 | AZF3328_MIXER_SWITCH("10", IDX_MIXER_ADVCTL2, 10, 0), |
| 1166 | AZF3328_MIXER_SWITCH("11", IDX_MIXER_ADVCTL2, 11, 0), |
| 1167 | AZF3328_MIXER_SWITCH("12", IDX_MIXER_ADVCTL2, 12, 0), |
| 1168 | AZF3328_MIXER_SWITCH("13", IDX_MIXER_ADVCTL2, 13, 0), |
| 1169 | AZF3328_MIXER_SWITCH("14", IDX_MIXER_ADVCTL2, 14, 0), |
| 1170 | AZF3328_MIXER_SWITCH("15", IDX_MIXER_ADVCTL2, 15, 0), |
| 1171 | #endif |
| 1172 | }; |
| 1173 | |
Bill Pemberton | e23e7a1 | 2012-12-06 12:35:10 -0500 | [diff] [blame] | 1174 | static u16 snd_azf3328_init_values[][2] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1175 | { IDX_MIXER_PLAY_MASTER, MIXER_MUTE_MASK|0x1f1f }, |
| 1176 | { IDX_MIXER_MODEMOUT, MIXER_MUTE_MASK|0x1f1f }, |
| 1177 | { IDX_MIXER_BASSTREBLE, 0x0000 }, |
| 1178 | { IDX_MIXER_PCBEEP, MIXER_MUTE_MASK|0x1f1f }, |
| 1179 | { IDX_MIXER_MODEMIN, MIXER_MUTE_MASK|0x1f1f }, |
| 1180 | { IDX_MIXER_MIC, MIXER_MUTE_MASK|0x001f }, |
| 1181 | { IDX_MIXER_LINEIN, MIXER_MUTE_MASK|0x1f1f }, |
| 1182 | { IDX_MIXER_CDAUDIO, MIXER_MUTE_MASK|0x1f1f }, |
| 1183 | { IDX_MIXER_VIDEO, MIXER_MUTE_MASK|0x1f1f }, |
| 1184 | { IDX_MIXER_AUX, MIXER_MUTE_MASK|0x1f1f }, |
| 1185 | { IDX_MIXER_WAVEOUT, MIXER_MUTE_MASK|0x1f1f }, |
| 1186 | { IDX_MIXER_FMSYNTH, MIXER_MUTE_MASK|0x1f1f }, |
| 1187 | { IDX_MIXER_REC_VOLUME, MIXER_MUTE_MASK|0x0707 }, |
| 1188 | }; |
| 1189 | |
Bill Pemberton | e23e7a1 | 2012-12-06 12:35:10 -0500 | [diff] [blame] | 1190 | static int |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 1191 | snd_azf3328_mixer_new(struct snd_azf3328 *chip) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1192 | { |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 1193 | struct snd_card *card; |
| 1194 | const struct snd_kcontrol_new *sw; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1195 | unsigned int idx; |
| 1196 | int err; |
| 1197 | |
Takashi Iwai | da3cec3 | 2008-08-08 17:12:14 +0200 | [diff] [blame] | 1198 | if (snd_BUG_ON(!chip || !chip->card)) |
| 1199 | return -EINVAL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1200 | |
| 1201 | card = chip->card; |
| 1202 | |
| 1203 | /* mixer reset */ |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1204 | snd_azf3328_mixer_outw(chip, IDX_MIXER_RESET, 0x0000); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1205 | |
| 1206 | /* mute and zero volume channels */ |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1207 | for (idx = 0; idx < ARRAY_SIZE(snd_azf3328_init_values); ++idx) { |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1208 | snd_azf3328_mixer_outw(chip, |
| 1209 | snd_azf3328_init_values[idx][0], |
| 1210 | snd_azf3328_init_values[idx][1]); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1211 | } |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1212 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1213 | /* add mixer controls */ |
| 1214 | sw = snd_azf3328_mixer_controls; |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1215 | for (idx = 0; idx < ARRAY_SIZE(snd_azf3328_mixer_controls); |
| 1216 | ++idx, ++sw) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1217 | if ((err = snd_ctl_add(chip->card, snd_ctl_new1(sw, chip))) < 0) |
| 1218 | return err; |
| 1219 | } |
| 1220 | snd_component_add(card, "AZF3328 mixer"); |
| 1221 | strcpy(card->mixername, "AZF3328 mixer"); |
| 1222 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1223 | return 0; |
| 1224 | } |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 1225 | #endif /* AZF_USE_AC97_LAYER */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1226 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1227 | static int |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 1228 | snd_azf3328_hw_params(struct snd_pcm_substream *substream, |
| 1229 | struct snd_pcm_hw_params *hw_params) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1230 | { |
Takashi Iwai | 4162cd3 | 2014-02-25 12:59:05 +0100 | [diff] [blame] | 1231 | return snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(hw_params)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1232 | } |
| 1233 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1234 | static int |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 1235 | snd_azf3328_hw_free(struct snd_pcm_substream *substream) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1236 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1237 | snd_pcm_lib_free_pages(substream); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1238 | return 0; |
| 1239 | } |
| 1240 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1241 | static void |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1242 | snd_azf3328_codec_setfmt(struct snd_azf3328_codec_data *codec, |
Andreas Mohr | 627d3e7 | 2008-06-23 11:50:47 +0200 | [diff] [blame] | 1243 | enum azf_freq_t bitrate, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1244 | unsigned int format_width, |
| 1245 | unsigned int channels |
| 1246 | ) |
| 1247 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1248 | unsigned long flags; |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1249 | u16 val = 0xff00; |
Andreas Mohr | 8d9a114 | 2010-12-27 21:16:49 +0100 | [diff] [blame] | 1250 | u8 freq = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1251 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1252 | switch (bitrate) { |
Andreas Mohr | c9ba374 | 2011-01-25 06:46:31 +0100 | [diff] [blame] | 1253 | case AZF_FREQ_4000: freq = SOUNDFORMAT_FREQ_SUSPECTED_4000; break; |
| 1254 | case AZF_FREQ_4800: freq = SOUNDFORMAT_FREQ_SUSPECTED_4800; break; |
| 1255 | case AZF_FREQ_5512: |
| 1256 | /* the AZF3328 names it "5510" for some strange reason */ |
| 1257 | freq = SOUNDFORMAT_FREQ_5510; break; |
| 1258 | case AZF_FREQ_6620: freq = SOUNDFORMAT_FREQ_6620; break; |
| 1259 | case AZF_FREQ_8000: freq = SOUNDFORMAT_FREQ_8000; break; |
| 1260 | case AZF_FREQ_9600: freq = SOUNDFORMAT_FREQ_9600; break; |
| 1261 | case AZF_FREQ_11025: freq = SOUNDFORMAT_FREQ_11025; break; |
| 1262 | case AZF_FREQ_13240: freq = SOUNDFORMAT_FREQ_SUSPECTED_13240; break; |
| 1263 | case AZF_FREQ_16000: freq = SOUNDFORMAT_FREQ_16000; break; |
| 1264 | case AZF_FREQ_22050: freq = SOUNDFORMAT_FREQ_22050; break; |
| 1265 | case AZF_FREQ_32000: freq = SOUNDFORMAT_FREQ_32000; break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1266 | default: |
Takashi Iwai | 99b359b | 2005-10-20 18:26:44 +0200 | [diff] [blame] | 1267 | snd_printk(KERN_WARNING "unknown bitrate %d, assuming 44.1kHz!\n", bitrate); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1268 | /* fall-through */ |
Andreas Mohr | c9ba374 | 2011-01-25 06:46:31 +0100 | [diff] [blame] | 1269 | case AZF_FREQ_44100: freq = SOUNDFORMAT_FREQ_44100; break; |
| 1270 | case AZF_FREQ_48000: freq = SOUNDFORMAT_FREQ_48000; break; |
| 1271 | case AZF_FREQ_66200: freq = SOUNDFORMAT_FREQ_SUSPECTED_66200; break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1272 | } |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1273 | /* val = 0xff07; 3m27.993s (65301Hz; -> 64000Hz???) hmm, 66120, 65967, 66123 */ |
| 1274 | /* val = 0xff09; 17m15.098s (13123,478Hz; -> 12000Hz???) hmm, 13237.2Hz? */ |
| 1275 | /* val = 0xff0a; 47m30.599s (4764,891Hz; -> 4800Hz???) yup, 4803Hz */ |
| 1276 | /* val = 0xff0c; 57m0.510s (4010,263Hz; -> 4000Hz???) yup, 4003Hz */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1277 | /* val = 0xff05; 5m11.556s (... -> 44100Hz) */ |
| 1278 | /* val = 0xff03; 10m21.529s (21872,463Hz; -> 22050Hz???) */ |
| 1279 | /* val = 0xff0f; 20m41.883s (10937,993Hz; -> 11025Hz???) */ |
| 1280 | /* val = 0xff0d; 41m23.135s (5523,600Hz; -> 5512Hz???) */ |
| 1281 | /* val = 0xff0e; 28m30.777s (8017Hz; -> 8000Hz???) */ |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1282 | |
Andreas Mohr | 8d9a114 | 2010-12-27 21:16:49 +0100 | [diff] [blame] | 1283 | val |= freq; |
| 1284 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1285 | if (channels == 2) |
| 1286 | val |= SOUNDFORMAT_FLAG_2CHANNELS; |
| 1287 | |
| 1288 | if (format_width == 16) |
| 1289 | val |= SOUNDFORMAT_FLAG_16BIT; |
| 1290 | |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1291 | spin_lock_irqsave(codec->lock, flags); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1292 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1293 | /* set bitrate/format */ |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1294 | snd_azf3328_codec_outw(codec, IDX_IO_CODEC_SOUNDFORMAT, val); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1295 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1296 | /* changing the bitrate/format settings switches off the |
| 1297 | * audio output with an annoying click in case of 8/16bit format change |
| 1298 | * (maybe shutting down DAC/ADC?), thus immediately |
| 1299 | * do some tweaking to reenable it and get rid of the clicking |
| 1300 | * (FIXME: yes, it works, but what exactly am I doing here?? :) |
| 1301 | * FIXME: does this have some side effects for full-duplex |
| 1302 | * or other dramatic side effects? */ |
Andreas Mohr | adf5931 | 2010-12-27 21:16:43 +0100 | [diff] [blame] | 1303 | /* do it for non-capture codecs only */ |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1304 | if (codec->type != AZF_CODEC_CAPTURE) |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1305 | snd_azf3328_codec_outw(codec, IDX_IO_CODEC_DMA_FLAGS, |
| 1306 | snd_azf3328_codec_inw(codec, IDX_IO_CODEC_DMA_FLAGS) | |
| 1307 | DMA_RUN_SOMETHING1 | |
| 1308 | DMA_RUN_SOMETHING2 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1309 | SOMETHING_ALMOST_ALWAYS_SET | |
| 1310 | DMA_EPILOGUE_SOMETHING | |
| 1311 | DMA_SOMETHING_ELSE |
| 1312 | ); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1313 | |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1314 | spin_unlock_irqrestore(codec->lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1315 | } |
| 1316 | |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1317 | static inline void |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1318 | snd_azf3328_codec_setfmt_lowpower(struct snd_azf3328_codec_data *codec |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1319 | ) |
| 1320 | { |
| 1321 | /* choose lowest frequency for low power consumption. |
| 1322 | * While this will cause louder noise due to rather coarse frequency, |
| 1323 | * it should never matter since output should always |
| 1324 | * get disabled properly when idle anyway. */ |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1325 | snd_azf3328_codec_setfmt(codec, AZF_FREQ_4000, 8, 1); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1326 | } |
| 1327 | |
Andreas Mohr | 627d3e7 | 2008-06-23 11:50:47 +0200 | [diff] [blame] | 1328 | static void |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1329 | snd_azf3328_ctrl_reg_6AH_update(struct snd_azf3328 *chip, |
Andreas Mohr | 627d3e7 | 2008-06-23 11:50:47 +0200 | [diff] [blame] | 1330 | unsigned bitmask, |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1331 | bool enable |
Andreas Mohr | 627d3e7 | 2008-06-23 11:50:47 +0200 | [diff] [blame] | 1332 | ) |
| 1333 | { |
Andreas Mohr | 78df617 | 2009-07-12 22:17:54 +0200 | [diff] [blame] | 1334 | bool do_mask = !enable; |
| 1335 | if (do_mask) |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1336 | chip->shadow_reg_ctrl_6AH |= bitmask; |
Andreas Mohr | 78df617 | 2009-07-12 22:17:54 +0200 | [diff] [blame] | 1337 | else |
| 1338 | chip->shadow_reg_ctrl_6AH &= ~bitmask; |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1339 | dev_dbg(chip->card->dev, |
| 1340 | "6AH_update mask 0x%04x do_mask %d: val 0x%04x\n", |
| 1341 | bitmask, do_mask, chip->shadow_reg_ctrl_6AH); |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1342 | snd_azf3328_ctrl_outw(chip, IDX_IO_6AH, chip->shadow_reg_ctrl_6AH); |
Andreas Mohr | 627d3e7 | 2008-06-23 11:50:47 +0200 | [diff] [blame] | 1343 | } |
| 1344 | |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1345 | static inline void |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1346 | snd_azf3328_ctrl_enable_codecs(struct snd_azf3328 *chip, bool enable) |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1347 | { |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1348 | dev_dbg(chip->card->dev, "codec_enable %d\n", enable); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1349 | /* no idea what exactly is being done here, but I strongly assume it's |
| 1350 | * PM related */ |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1351 | snd_azf3328_ctrl_reg_6AH_update( |
Andreas Mohr | 627d3e7 | 2008-06-23 11:50:47 +0200 | [diff] [blame] | 1352 | chip, IO_6A_PAUSE_PLAYBACK_BIT8, enable |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1353 | ); |
| 1354 | } |
| 1355 | |
| 1356 | static void |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1357 | snd_azf3328_ctrl_codec_activity(struct snd_azf3328 *chip, |
| 1358 | enum snd_azf3328_codec_type codec_type, |
| 1359 | bool enable |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1360 | ) |
| 1361 | { |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1362 | struct snd_azf3328_codec_data *codec = &chip->codecs[codec_type]; |
| 1363 | bool need_change = (codec->running != enable); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1364 | |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1365 | dev_dbg(chip->card->dev, |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1366 | "codec_activity: %s codec, enable %d, need_change %d\n", |
| 1367 | codec->name, enable, need_change |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1368 | ); |
| 1369 | if (need_change) { |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1370 | static const struct { |
| 1371 | enum snd_azf3328_codec_type other1; |
| 1372 | enum snd_azf3328_codec_type other2; |
| 1373 | } peer_codecs[3] = |
| 1374 | { { AZF_CODEC_CAPTURE, AZF_CODEC_I2S_OUT }, |
| 1375 | { AZF_CODEC_PLAYBACK, AZF_CODEC_I2S_OUT }, |
| 1376 | { AZF_CODEC_PLAYBACK, AZF_CODEC_CAPTURE } }; |
| 1377 | bool call_function; |
| 1378 | |
| 1379 | if (enable) |
| 1380 | /* if enable codec, call enable_codecs func |
| 1381 | to enable codec supply... */ |
| 1382 | call_function = 1; |
| 1383 | else { |
| 1384 | /* ...otherwise call enable_codecs func |
| 1385 | (which globally shuts down operation of codecs) |
| 1386 | only in case the other codecs are currently |
| 1387 | not active either! */ |
Andreas Mohr | 78df617 | 2009-07-12 22:17:54 +0200 | [diff] [blame] | 1388 | call_function = |
| 1389 | ((!chip->codecs[peer_codecs[codec_type].other1] |
| 1390 | .running) |
| 1391 | && (!chip->codecs[peer_codecs[codec_type].other2] |
| 1392 | .running)); |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1393 | } |
| 1394 | if (call_function) |
| 1395 | snd_azf3328_ctrl_enable_codecs(chip, enable); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1396 | |
| 1397 | /* ...and adjust clock, too |
| 1398 | * (reduce noise and power consumption) */ |
| 1399 | if (!enable) |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1400 | snd_azf3328_codec_setfmt_lowpower(codec); |
Andreas Mohr | 78df617 | 2009-07-12 22:17:54 +0200 | [diff] [blame] | 1401 | codec->running = enable; |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1402 | } |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1403 | } |
| 1404 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1405 | static void |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1406 | snd_azf3328_codec_setdmaa(struct snd_azf3328 *chip, |
| 1407 | struct snd_azf3328_codec_data *codec, |
| 1408 | unsigned long addr, |
| 1409 | unsigned int period_bytes, |
| 1410 | unsigned int buffer_bytes |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1411 | ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1412 | { |
Andreas Mohr | 689c691 | 2010-12-27 21:17:35 +0100 | [diff] [blame] | 1413 | WARN_ONCE(period_bytes & 1, "odd period length!?\n"); |
| 1414 | WARN_ONCE(buffer_bytes != 2 * period_bytes, |
| 1415 | "missed our input expectations! %u vs. %u\n", |
| 1416 | buffer_bytes, period_bytes); |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1417 | if (!codec->running) { |
| 1418 | /* AZF3328 uses a two buffer pointer DMA transfer approach */ |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1419 | |
Andreas Mohr | 689c691 | 2010-12-27 21:17:35 +0100 | [diff] [blame] | 1420 | unsigned long flags; |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1421 | |
| 1422 | /* width 32bit (prevent overflow): */ |
Andreas Mohr | 689c691 | 2010-12-27 21:17:35 +0100 | [diff] [blame] | 1423 | u32 area_length; |
| 1424 | struct codec_setup_io { |
| 1425 | u32 dma_start_1; |
| 1426 | u32 dma_start_2; |
| 1427 | u32 dma_lengths; |
| 1428 | } __attribute__((packed)) setup_io; |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1429 | |
Andreas Mohr | 689c691 | 2010-12-27 21:17:35 +0100 | [diff] [blame] | 1430 | area_length = buffer_bytes/2; |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1431 | |
Andreas Mohr | 689c691 | 2010-12-27 21:17:35 +0100 | [diff] [blame] | 1432 | setup_io.dma_start_1 = addr; |
| 1433 | setup_io.dma_start_2 = addr+area_length; |
| 1434 | |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1435 | dev_dbg(chip->card->dev, |
Andreas Mohr | 689c691 | 2010-12-27 21:17:35 +0100 | [diff] [blame] | 1436 | "setdma: buffers %08x[%u] / %08x[%u], %u, %u\n", |
| 1437 | setup_io.dma_start_1, area_length, |
| 1438 | setup_io.dma_start_2, area_length, |
| 1439 | period_bytes, buffer_bytes); |
| 1440 | |
| 1441 | /* Hmm, are we really supposed to decrement this by 1?? |
| 1442 | Most definitely certainly not: configuring full length does |
| 1443 | work properly (i.e. likely better), and BTW we |
| 1444 | violated possibly differing frame sizes with this... |
| 1445 | |
| 1446 | area_length--; |* max. index *| |
| 1447 | */ |
Andreas Mohr | 7974150 | 2010-11-21 12:09:32 +0100 | [diff] [blame] | 1448 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1449 | /* build combined I/O buffer length word */ |
Andreas Mohr | 689c691 | 2010-12-27 21:17:35 +0100 | [diff] [blame] | 1450 | setup_io.dma_lengths = (area_length << 16) | (area_length); |
| 1451 | |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1452 | spin_lock_irqsave(codec->lock, flags); |
Andreas Mohr | 689c691 | 2010-12-27 21:17:35 +0100 | [diff] [blame] | 1453 | snd_azf3328_codec_outl_multi( |
| 1454 | codec, IDX_IO_CODEC_DMA_START_1, &setup_io, 3 |
| 1455 | ); |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1456 | spin_unlock_irqrestore(codec->lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1457 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1458 | } |
| 1459 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1460 | static int |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1461 | snd_azf3328_pcm_prepare(struct snd_pcm_substream *substream) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1462 | { |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 1463 | struct snd_pcm_runtime *runtime = substream->runtime; |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1464 | struct snd_azf3328_codec_data *codec = runtime->private_data; |
Andreas Mohr | 3458559 | 2010-12-27 21:17:11 +0100 | [diff] [blame] | 1465 | #if 0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1466 | unsigned int size = snd_pcm_lib_buffer_bytes(substream); |
| 1467 | unsigned int count = snd_pcm_lib_period_bytes(substream); |
| 1468 | #endif |
| 1469 | |
Andreas Mohr | 3458559 | 2010-12-27 21:17:11 +0100 | [diff] [blame] | 1470 | codec->dma_base = runtime->dma_addr; |
| 1471 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1472 | #if 0 |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1473 | snd_azf3328_codec_setfmt(codec, |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1474 | runtime->rate, |
| 1475 | snd_pcm_format_width(runtime->format), |
| 1476 | runtime->channels); |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1477 | snd_azf3328_codec_setdmaa(chip, codec, |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1478 | runtime->dma_addr, count, size); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1479 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1480 | return 0; |
| 1481 | } |
| 1482 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1483 | static int |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1484 | snd_azf3328_pcm_trigger(struct snd_pcm_substream *substream, int cmd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1485 | { |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 1486 | struct snd_azf3328 *chip = snd_pcm_substream_chip(substream); |
| 1487 | struct snd_pcm_runtime *runtime = substream->runtime; |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1488 | struct snd_azf3328_codec_data *codec = runtime->private_data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1489 | int result = 0; |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1490 | u16 flags1; |
Peter Senna Tschudin | e0f17c7 | 2013-09-22 20:44:12 +0200 | [diff] [blame] | 1491 | bool previously_muted = false; |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1492 | bool is_main_mixer_playback_codec = (AZF_CODEC_PLAYBACK == codec->type); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1493 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1494 | switch (cmd) { |
| 1495 | case SNDRV_PCM_TRIGGER_START: |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1496 | dev_dbg(chip->card->dev, "START PCM %s\n", codec->name); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1497 | |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1498 | if (is_main_mixer_playback_codec) { |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1499 | /* mute WaveOut (avoid clicking during setup) */ |
| 1500 | previously_muted = |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 1501 | snd_azf3328_mixer_mute_control_pcm( |
| 1502 | chip, 1 |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1503 | ); |
| 1504 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1505 | |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1506 | snd_azf3328_codec_setfmt(codec, |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1507 | runtime->rate, |
| 1508 | snd_pcm_format_width(runtime->format), |
| 1509 | runtime->channels); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1510 | |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1511 | spin_lock(codec->lock); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1512 | /* first, remember current value: */ |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1513 | flags1 = snd_azf3328_codec_inw(codec, IDX_IO_CODEC_DMA_FLAGS); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1514 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1515 | /* stop transfer */ |
| 1516 | flags1 &= ~DMA_RESUME; |
| 1517 | snd_azf3328_codec_outw(codec, IDX_IO_CODEC_DMA_FLAGS, flags1); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1518 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1519 | /* FIXME: clear interrupts or what??? */ |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1520 | snd_azf3328_codec_outw(codec, IDX_IO_CODEC_IRQTYPE, 0xffff); |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1521 | spin_unlock(codec->lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1522 | |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1523 | snd_azf3328_codec_setdmaa(chip, codec, runtime->dma_addr, |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1524 | snd_pcm_lib_period_bytes(substream), |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1525 | snd_pcm_lib_buffer_bytes(substream) |
| 1526 | ); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1527 | |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1528 | spin_lock(codec->lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1529 | #ifdef WIN9X |
| 1530 | /* FIXME: enable playback/recording??? */ |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1531 | flags1 |= DMA_RUN_SOMETHING1 | DMA_RUN_SOMETHING2; |
| 1532 | snd_azf3328_codec_outw(codec, IDX_IO_CODEC_DMA_FLAGS, flags1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1533 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1534 | /* start transfer again */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1535 | /* FIXME: what is this value (0x0010)??? */ |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1536 | flags1 |= DMA_RESUME | DMA_EPILOGUE_SOMETHING; |
| 1537 | snd_azf3328_codec_outw(codec, IDX_IO_CODEC_DMA_FLAGS, flags1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1538 | #else /* NT4 */ |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1539 | snd_azf3328_codec_outw(codec, IDX_IO_CODEC_DMA_FLAGS, |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1540 | 0x0000); |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1541 | snd_azf3328_codec_outw(codec, IDX_IO_CODEC_DMA_FLAGS, |
| 1542 | DMA_RUN_SOMETHING1); |
| 1543 | snd_azf3328_codec_outw(codec, IDX_IO_CODEC_DMA_FLAGS, |
| 1544 | DMA_RUN_SOMETHING1 | |
| 1545 | DMA_RUN_SOMETHING2); |
| 1546 | snd_azf3328_codec_outw(codec, IDX_IO_CODEC_DMA_FLAGS, |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1547 | DMA_RESUME | |
| 1548 | SOMETHING_ALMOST_ALWAYS_SET | |
| 1549 | DMA_EPILOGUE_SOMETHING | |
| 1550 | DMA_SOMETHING_ELSE); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1551 | #endif |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1552 | spin_unlock(codec->lock); |
| 1553 | snd_azf3328_ctrl_codec_activity(chip, codec->type, 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1554 | |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1555 | if (is_main_mixer_playback_codec) { |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1556 | /* now unmute WaveOut */ |
| 1557 | if (!previously_muted) |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 1558 | snd_azf3328_mixer_mute_control_pcm( |
| 1559 | chip, 0 |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1560 | ); |
| 1561 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1562 | |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1563 | dev_dbg(chip->card->dev, "PCM STARTED %s\n", codec->name); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1564 | break; |
Andreas Mohr | ca54bde | 2006-05-17 11:02:24 +0200 | [diff] [blame] | 1565 | case SNDRV_PCM_TRIGGER_RESUME: |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1566 | dev_dbg(chip->card->dev, "PCM RESUME %s\n", codec->name); |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1567 | /* resume codec if we were active */ |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1568 | spin_lock(codec->lock); |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1569 | if (codec->running) |
| 1570 | snd_azf3328_codec_outw(codec, IDX_IO_CODEC_DMA_FLAGS, |
| 1571 | snd_azf3328_codec_inw( |
| 1572 | codec, IDX_IO_CODEC_DMA_FLAGS |
| 1573 | ) | DMA_RESUME |
| 1574 | ); |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1575 | spin_unlock(codec->lock); |
Andreas Mohr | ca54bde | 2006-05-17 11:02:24 +0200 | [diff] [blame] | 1576 | break; |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1577 | case SNDRV_PCM_TRIGGER_STOP: |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1578 | dev_dbg(chip->card->dev, "PCM STOP %s\n", codec->name); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1579 | |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1580 | if (is_main_mixer_playback_codec) { |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1581 | /* mute WaveOut (avoid clicking during setup) */ |
| 1582 | previously_muted = |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 1583 | snd_azf3328_mixer_mute_control_pcm( |
| 1584 | chip, 1 |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1585 | ); |
| 1586 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1587 | |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1588 | spin_lock(codec->lock); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1589 | /* first, remember current value: */ |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1590 | flags1 = snd_azf3328_codec_inw(codec, IDX_IO_CODEC_DMA_FLAGS); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1591 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1592 | /* stop transfer */ |
| 1593 | flags1 &= ~DMA_RESUME; |
| 1594 | snd_azf3328_codec_outw(codec, IDX_IO_CODEC_DMA_FLAGS, flags1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1595 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1596 | /* hmm, is this really required? we're resetting the same bit |
| 1597 | * immediately thereafter... */ |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1598 | flags1 |= DMA_RUN_SOMETHING1; |
| 1599 | snd_azf3328_codec_outw(codec, IDX_IO_CODEC_DMA_FLAGS, flags1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1600 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1601 | flags1 &= ~DMA_RUN_SOMETHING1; |
| 1602 | snd_azf3328_codec_outw(codec, IDX_IO_CODEC_DMA_FLAGS, flags1); |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1603 | spin_unlock(codec->lock); |
| 1604 | snd_azf3328_ctrl_codec_activity(chip, codec->type, 0); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1605 | |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1606 | if (is_main_mixer_playback_codec) { |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1607 | /* now unmute WaveOut */ |
| 1608 | if (!previously_muted) |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 1609 | snd_azf3328_mixer_mute_control_pcm( |
| 1610 | chip, 0 |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1611 | ); |
| 1612 | } |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1613 | |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1614 | dev_dbg(chip->card->dev, "PCM STOPPED %s\n", codec->name); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1615 | break; |
Andreas Mohr | ca54bde | 2006-05-17 11:02:24 +0200 | [diff] [blame] | 1616 | case SNDRV_PCM_TRIGGER_SUSPEND: |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1617 | dev_dbg(chip->card->dev, "PCM SUSPEND %s\n", codec->name); |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1618 | /* make sure codec is stopped */ |
| 1619 | snd_azf3328_codec_outw(codec, IDX_IO_CODEC_DMA_FLAGS, |
| 1620 | snd_azf3328_codec_inw( |
| 1621 | codec, IDX_IO_CODEC_DMA_FLAGS |
| 1622 | ) & ~DMA_RESUME |
| 1623 | ); |
Andreas Mohr | ca54bde | 2006-05-17 11:02:24 +0200 | [diff] [blame] | 1624 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1625 | case SNDRV_PCM_TRIGGER_PAUSE_PUSH: |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1626 | WARN(1, "FIXME: SNDRV_PCM_TRIGGER_PAUSE_PUSH NIY!\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1627 | break; |
| 1628 | case SNDRV_PCM_TRIGGER_PAUSE_RELEASE: |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1629 | WARN(1, "FIXME: SNDRV_PCM_TRIGGER_PAUSE_RELEASE NIY!\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1630 | break; |
| 1631 | default: |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1632 | WARN(1, "FIXME: unknown trigger mode!\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1633 | return -EINVAL; |
| 1634 | } |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1635 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1636 | return result; |
| 1637 | } |
| 1638 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1639 | static snd_pcm_uframes_t |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1640 | snd_azf3328_pcm_pointer(struct snd_pcm_substream *substream |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1641 | ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1642 | { |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1643 | const struct snd_azf3328_codec_data *codec = |
| 1644 | substream->runtime->private_data; |
Andreas Mohr | 3458559 | 2010-12-27 21:17:11 +0100 | [diff] [blame] | 1645 | unsigned long result; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1646 | snd_pcm_uframes_t frmres; |
| 1647 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1648 | result = snd_azf3328_codec_inl(codec, IDX_IO_CODEC_DMA_CURRPOS); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1649 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1650 | /* calculate offset */ |
Andreas Mohr | 3458559 | 2010-12-27 21:17:11 +0100 | [diff] [blame] | 1651 | #ifdef QUERY_HARDWARE |
| 1652 | result -= snd_azf3328_codec_inl(codec, IDX_IO_CODEC_DMA_START_1); |
| 1653 | #else |
| 1654 | result -= codec->dma_base; |
| 1655 | #endif |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1656 | frmres = bytes_to_frames( substream->runtime, result); |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1657 | dev_dbg(substream->pcm->card->dev, "%08li %s @ 0x%8lx, frames %8ld\n", |
| 1658 | jiffies, codec->name, result, frmres); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1659 | return frmres; |
| 1660 | } |
| 1661 | |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1662 | /******************************************************************/ |
| 1663 | |
| 1664 | #ifdef SUPPORT_GAMEPORT |
| 1665 | static inline void |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1666 | snd_azf3328_gameport_irq_enable(struct snd_azf3328 *chip, |
| 1667 | bool enable |
| 1668 | ) |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1669 | { |
| 1670 | snd_azf3328_io_reg_setb( |
| 1671 | chip->game_io+IDX_GAME_HWCONFIG, |
| 1672 | GAME_HWCFG_IRQ_ENABLE, |
| 1673 | enable |
| 1674 | ); |
| 1675 | } |
| 1676 | |
| 1677 | static inline void |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1678 | snd_azf3328_gameport_legacy_address_enable(struct snd_azf3328 *chip, |
| 1679 | bool enable |
| 1680 | ) |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1681 | { |
| 1682 | snd_azf3328_io_reg_setb( |
| 1683 | chip->game_io+IDX_GAME_HWCONFIG, |
| 1684 | GAME_HWCFG_LEGACY_ADDRESS_ENABLE, |
| 1685 | enable |
| 1686 | ); |
| 1687 | } |
| 1688 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1689 | static void |
| 1690 | snd_azf3328_gameport_set_counter_frequency(struct snd_azf3328 *chip, |
| 1691 | unsigned int freq_cfg |
| 1692 | ) |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1693 | { |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1694 | snd_azf3328_io_reg_setb( |
| 1695 | chip->game_io+IDX_GAME_HWCONFIG, |
| 1696 | 0x02, |
| 1697 | (freq_cfg & 1) != 0 |
| 1698 | ); |
| 1699 | snd_azf3328_io_reg_setb( |
| 1700 | chip->game_io+IDX_GAME_HWCONFIG, |
| 1701 | 0x04, |
| 1702 | (freq_cfg & 2) != 0 |
| 1703 | ); |
| 1704 | } |
| 1705 | |
| 1706 | static inline void |
| 1707 | snd_azf3328_gameport_axis_circuit_enable(struct snd_azf3328 *chip, bool enable) |
| 1708 | { |
| 1709 | snd_azf3328_ctrl_reg_6AH_update( |
Andreas Mohr | 627d3e7 | 2008-06-23 11:50:47 +0200 | [diff] [blame] | 1710 | chip, IO_6A_SOMETHING2_GAMEPORT, enable |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1711 | ); |
| 1712 | } |
| 1713 | |
| 1714 | static inline void |
| 1715 | snd_azf3328_gameport_interrupt(struct snd_azf3328 *chip) |
| 1716 | { |
| 1717 | /* |
| 1718 | * skeleton handler only |
| 1719 | * (we do not want axis reading in interrupt handler - too much load!) |
| 1720 | */ |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1721 | dev_dbg(chip->card->dev, "gameport irq\n"); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1722 | |
| 1723 | /* this should ACK the gameport IRQ properly, hopefully. */ |
| 1724 | snd_azf3328_game_inw(chip, IDX_GAME_AXIS_VALUE); |
| 1725 | } |
| 1726 | |
| 1727 | static int |
| 1728 | snd_azf3328_gameport_open(struct gameport *gameport, int mode) |
| 1729 | { |
| 1730 | struct snd_azf3328 *chip = gameport_get_port_data(gameport); |
| 1731 | int res; |
| 1732 | |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1733 | dev_dbg(chip->card->dev, "gameport_open, mode %d\n", mode); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1734 | switch (mode) { |
| 1735 | case GAMEPORT_MODE_COOKED: |
| 1736 | case GAMEPORT_MODE_RAW: |
| 1737 | res = 0; |
| 1738 | break; |
| 1739 | default: |
| 1740 | res = -1; |
| 1741 | break; |
| 1742 | } |
| 1743 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1744 | snd_azf3328_gameport_set_counter_frequency(chip, |
| 1745 | GAME_HWCFG_ADC_COUNTER_FREQ_STD); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1746 | snd_azf3328_gameport_axis_circuit_enable(chip, (res == 0)); |
| 1747 | |
| 1748 | return res; |
| 1749 | } |
| 1750 | |
| 1751 | static void |
| 1752 | snd_azf3328_gameport_close(struct gameport *gameport) |
| 1753 | { |
| 1754 | struct snd_azf3328 *chip = gameport_get_port_data(gameport); |
| 1755 | |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1756 | dev_dbg(chip->card->dev, "gameport_close\n"); |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1757 | snd_azf3328_gameport_set_counter_frequency(chip, |
| 1758 | GAME_HWCFG_ADC_COUNTER_FREQ_1_200); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1759 | snd_azf3328_gameport_axis_circuit_enable(chip, 0); |
| 1760 | } |
| 1761 | |
| 1762 | static int |
| 1763 | snd_azf3328_gameport_cooked_read(struct gameport *gameport, |
| 1764 | int *axes, |
| 1765 | int *buttons |
| 1766 | ) |
| 1767 | { |
| 1768 | struct snd_azf3328 *chip = gameport_get_port_data(gameport); |
| 1769 | int i; |
| 1770 | u8 val; |
| 1771 | unsigned long flags; |
| 1772 | |
Takashi Iwai | da3cec3 | 2008-08-08 17:12:14 +0200 | [diff] [blame] | 1773 | if (snd_BUG_ON(!chip)) |
| 1774 | return 0; |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1775 | |
| 1776 | spin_lock_irqsave(&chip->reg_lock, flags); |
| 1777 | val = snd_azf3328_game_inb(chip, IDX_GAME_LEGACY_COMPATIBLE); |
| 1778 | *buttons = (~(val) >> 4) & 0xf; |
| 1779 | |
| 1780 | /* ok, this one is a bit dirty: cooked_read is being polled by a timer, |
| 1781 | * thus we're atomic and cannot actively wait in here |
| 1782 | * (which would be useful for us since it probably would be better |
| 1783 | * to trigger a measurement in here, then wait a short amount of |
| 1784 | * time until it's finished, then read values of _this_ measurement). |
| 1785 | * |
| 1786 | * Thus we simply resort to reading values if they're available already |
| 1787 | * and trigger the next measurement. |
| 1788 | */ |
| 1789 | |
| 1790 | val = snd_azf3328_game_inb(chip, IDX_GAME_AXES_CONFIG); |
| 1791 | if (val & GAME_AXES_SAMPLING_READY) { |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1792 | for (i = 0; i < ARRAY_SIZE(chip->axes); ++i) { |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1793 | /* configure the axis to read */ |
| 1794 | val = (i << 4) | 0x0f; |
| 1795 | snd_azf3328_game_outb(chip, IDX_GAME_AXES_CONFIG, val); |
| 1796 | |
| 1797 | chip->axes[i] = snd_azf3328_game_inw( |
| 1798 | chip, IDX_GAME_AXIS_VALUE |
| 1799 | ); |
| 1800 | } |
| 1801 | } |
| 1802 | |
Andreas Mohr | adf5931 | 2010-12-27 21:16:43 +0100 | [diff] [blame] | 1803 | /* trigger next sampling of axes, to be evaluated the next time we |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1804 | * enter this function */ |
| 1805 | |
| 1806 | /* for some very, very strange reason we cannot enable |
| 1807 | * Measurement Ready monitoring for all axes here, |
| 1808 | * at least not when only one joystick connected */ |
| 1809 | val = 0x03; /* we're able to monitor axes 1 and 2 only */ |
| 1810 | snd_azf3328_game_outb(chip, IDX_GAME_AXES_CONFIG, val); |
| 1811 | |
| 1812 | snd_azf3328_game_outw(chip, IDX_GAME_AXIS_VALUE, 0xffff); |
| 1813 | spin_unlock_irqrestore(&chip->reg_lock, flags); |
| 1814 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1815 | for (i = 0; i < ARRAY_SIZE(chip->axes); i++) { |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1816 | axes[i] = chip->axes[i]; |
| 1817 | if (axes[i] == 0xffff) |
| 1818 | axes[i] = -1; |
| 1819 | } |
| 1820 | |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1821 | dev_dbg(chip->card->dev, "cooked_read: axes %d %d %d %d buttons %d\n", |
| 1822 | axes[0], axes[1], axes[2], axes[3], *buttons); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1823 | |
| 1824 | return 0; |
| 1825 | } |
| 1826 | |
Bill Pemberton | e23e7a1 | 2012-12-06 12:35:10 -0500 | [diff] [blame] | 1827 | static int |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1828 | snd_azf3328_gameport(struct snd_azf3328 *chip, int dev) |
| 1829 | { |
| 1830 | struct gameport *gp; |
| 1831 | |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1832 | chip->gameport = gp = gameport_allocate_port(); |
| 1833 | if (!gp) { |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1834 | dev_err(chip->card->dev, "cannot alloc memory for gameport\n"); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1835 | return -ENOMEM; |
| 1836 | } |
| 1837 | |
| 1838 | gameport_set_name(gp, "AZF3328 Gameport"); |
| 1839 | gameport_set_phys(gp, "pci%s/gameport0", pci_name(chip->pci)); |
| 1840 | gameport_set_dev_parent(gp, &chip->pci->dev); |
Andreas Mohr | 627d3e7 | 2008-06-23 11:50:47 +0200 | [diff] [blame] | 1841 | gp->io = chip->game_io; |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1842 | gameport_set_port_data(gp, chip); |
| 1843 | |
| 1844 | gp->open = snd_azf3328_gameport_open; |
| 1845 | gp->close = snd_azf3328_gameport_close; |
| 1846 | gp->fuzz = 16; /* seems ok */ |
| 1847 | gp->cooked_read = snd_azf3328_gameport_cooked_read; |
| 1848 | |
| 1849 | /* DISABLE legacy address: we don't need it! */ |
| 1850 | snd_azf3328_gameport_legacy_address_enable(chip, 0); |
| 1851 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1852 | snd_azf3328_gameport_set_counter_frequency(chip, |
| 1853 | GAME_HWCFG_ADC_COUNTER_FREQ_1_200); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1854 | snd_azf3328_gameport_axis_circuit_enable(chip, 0); |
| 1855 | |
| 1856 | gameport_register_port(chip->gameport); |
| 1857 | |
| 1858 | return 0; |
| 1859 | } |
| 1860 | |
| 1861 | static void |
| 1862 | snd_azf3328_gameport_free(struct snd_azf3328 *chip) |
| 1863 | { |
| 1864 | if (chip->gameport) { |
| 1865 | gameport_unregister_port(chip->gameport); |
| 1866 | chip->gameport = NULL; |
| 1867 | } |
| 1868 | snd_azf3328_gameport_irq_enable(chip, 0); |
| 1869 | } |
| 1870 | #else |
| 1871 | static inline int |
| 1872 | snd_azf3328_gameport(struct snd_azf3328 *chip, int dev) { return -ENOSYS; } |
| 1873 | static inline void |
| 1874 | snd_azf3328_gameport_free(struct snd_azf3328 *chip) { } |
| 1875 | static inline void |
| 1876 | snd_azf3328_gameport_interrupt(struct snd_azf3328 *chip) |
| 1877 | { |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1878 | dev_warn(chip->card->dev, "huh, game port IRQ occurred!?\n"); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1879 | } |
| 1880 | #endif /* SUPPORT_GAMEPORT */ |
| 1881 | |
| 1882 | /******************************************************************/ |
| 1883 | |
Andreas Mohr | 627d3e7 | 2008-06-23 11:50:47 +0200 | [diff] [blame] | 1884 | static inline void |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1885 | snd_azf3328_irq_log_unknown_type(struct snd_azf3328 *chip, u8 which) |
Andreas Mohr | 627d3e7 | 2008-06-23 11:50:47 +0200 | [diff] [blame] | 1886 | { |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1887 | dev_dbg(chip->card->dev, |
| 1888 | "unknown IRQ type (%x) occurred, please report!\n", |
| 1889 | which); |
Andreas Mohr | 627d3e7 | 2008-06-23 11:50:47 +0200 | [diff] [blame] | 1890 | } |
| 1891 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1892 | static inline void |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1893 | snd_azf3328_pcm_interrupt(struct snd_azf3328 *chip, |
| 1894 | const struct snd_azf3328_codec_data *first_codec, |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1895 | u8 status |
| 1896 | ) |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1897 | { |
| 1898 | u8 which; |
| 1899 | enum snd_azf3328_codec_type codec_type; |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1900 | const struct snd_azf3328_codec_data *codec = first_codec; |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1901 | |
| 1902 | for (codec_type = AZF_CODEC_PLAYBACK; |
| 1903 | codec_type <= AZF_CODEC_I2S_OUT; |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1904 | ++codec_type, ++codec) { |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1905 | |
| 1906 | /* skip codec if there's no interrupt for it */ |
| 1907 | if (!(status & (1 << codec_type))) |
| 1908 | continue; |
| 1909 | |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1910 | spin_lock(codec->lock); |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1911 | which = snd_azf3328_codec_inb(codec, IDX_IO_CODEC_IRQTYPE); |
| 1912 | /* ack all IRQ types immediately */ |
| 1913 | snd_azf3328_codec_outb(codec, IDX_IO_CODEC_IRQTYPE, which); |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1914 | spin_unlock(codec->lock); |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1915 | |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 1916 | if (codec->substream) { |
Andreas Mohr | 78df617 | 2009-07-12 22:17:54 +0200 | [diff] [blame] | 1917 | snd_pcm_period_elapsed(codec->substream); |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1918 | dev_dbg(chip->card->dev, "%s period done (#%x), @ %x\n", |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1919 | codec->name, |
| 1920 | which, |
| 1921 | snd_azf3328_codec_inl( |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1922 | codec, IDX_IO_CODEC_DMA_CURRPOS)); |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1923 | } else |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1924 | dev_warn(chip->card->dev, "irq handler problem!\n"); |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1925 | if (which & IRQ_SOMETHING) |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1926 | snd_azf3328_irq_log_unknown_type(chip, which); |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1927 | } |
| 1928 | } |
| 1929 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1930 | static irqreturn_t |
David Howells | 7d12e78 | 2006-10-05 14:55:46 +0100 | [diff] [blame] | 1931 | snd_azf3328_interrupt(int irq, void *dev_id) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1932 | { |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 1933 | struct snd_azf3328 *chip = dev_id; |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1934 | u8 status; |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1935 | static unsigned long irq_count; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1936 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1937 | status = snd_azf3328_ctrl_inb(chip, IDX_IO_IRQSTATUS); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1938 | |
| 1939 | /* fast path out, to ease interrupt sharing */ |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1940 | if (!(status & |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1941 | (IRQ_PLAYBACK|IRQ_RECORDING|IRQ_I2S_OUT |
| 1942 | |IRQ_GAMEPORT|IRQ_MPU401|IRQ_TIMER) |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1943 | )) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1944 | return IRQ_NONE; /* must be interrupt for another device */ |
| 1945 | |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1946 | dev_dbg(chip->card->dev, |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1947 | "irq_count %ld! IDX_IO_IRQSTATUS %04x\n", |
Andreas Mohr | 627d3e7 | 2008-06-23 11:50:47 +0200 | [diff] [blame] | 1948 | irq_count++ /* debug-only */, |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1949 | status); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1950 | |
Andreas Mohr | e2f8726 | 2006-05-17 11:04:19 +0200 | [diff] [blame] | 1951 | if (status & IRQ_TIMER) { |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1952 | /* dev_dbg(chip->card->dev, "timer %ld\n", |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1953 | snd_azf3328_codec_inl(chip, IDX_IO_TIMER_VALUE) |
| 1954 | & TIMER_VALUE_MASK |
| 1955 | ); */ |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1956 | if (chip->timer) |
| 1957 | snd_timer_interrupt(chip->timer, chip->timer->sticks); |
| 1958 | /* ACK timer */ |
| 1959 | spin_lock(&chip->reg_lock); |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1960 | snd_azf3328_ctrl_outb(chip, IDX_IO_TIMER_VALUE + 3, 0x07); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1961 | spin_unlock(&chip->reg_lock); |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1962 | dev_dbg(chip->card->dev, "timer IRQ\n"); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1963 | } |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1964 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1965 | if (status & (IRQ_PLAYBACK|IRQ_RECORDING|IRQ_I2S_OUT)) |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1966 | snd_azf3328_pcm_interrupt(chip, chip->codecs, status); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1967 | |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 1968 | if (status & IRQ_GAMEPORT) |
| 1969 | snd_azf3328_gameport_interrupt(chip); |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1970 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1971 | /* MPU401 has less critical IRQ requirements |
| 1972 | * than timer and playback/recording, right? */ |
Andreas Mohr | e2f8726 | 2006-05-17 11:04:19 +0200 | [diff] [blame] | 1973 | if (status & IRQ_MPU401) { |
David Howells | 7d12e78 | 2006-10-05 14:55:46 +0100 | [diff] [blame] | 1974 | snd_mpu401_uart_interrupt(irq, chip->rmidi->private_data); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1975 | |
| 1976 | /* hmm, do we have to ack the IRQ here somehow? |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1977 | * If so, then I don't know how yet... */ |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 1978 | dev_dbg(chip->card->dev, "MPU401 IRQ\n"); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1979 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1980 | return IRQ_HANDLED; |
| 1981 | } |
| 1982 | |
| 1983 | /*****************************************************************/ |
| 1984 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 1985 | /* as long as we think we have identical snd_pcm_hardware parameters |
| 1986 | for playback, capture and i2s out, we can use the same physical struct |
| 1987 | since the struct is simply being copied into a member. |
| 1988 | */ |
| 1989 | static const struct snd_pcm_hardware snd_azf3328_hardware = |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1990 | { |
| 1991 | /* FIXME!! Correct? */ |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 1992 | .info = SNDRV_PCM_INFO_MMAP | |
| 1993 | SNDRV_PCM_INFO_INTERLEAVED | |
| 1994 | SNDRV_PCM_INFO_MMAP_VALID, |
| 1995 | .formats = SNDRV_PCM_FMTBIT_S8 | |
| 1996 | SNDRV_PCM_FMTBIT_U8 | |
| 1997 | SNDRV_PCM_FMTBIT_S16_LE | |
| 1998 | SNDRV_PCM_FMTBIT_U16_LE, |
| 1999 | .rates = SNDRV_PCM_RATE_5512 | |
| 2000 | SNDRV_PCM_RATE_8000_48000 | |
| 2001 | SNDRV_PCM_RATE_KNOT, |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2002 | .rate_min = AZF_FREQ_4000, |
| 2003 | .rate_max = AZF_FREQ_66200, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2004 | .channels_min = 1, |
| 2005 | .channels_max = 2, |
Andreas Mohr | 7974150 | 2010-11-21 12:09:32 +0100 | [diff] [blame] | 2006 | .buffer_bytes_max = (64*1024), |
| 2007 | .period_bytes_min = 1024, |
| 2008 | .period_bytes_max = (32*1024), |
| 2009 | /* We simply have two DMA areas (instead of a list of descriptors |
| 2010 | such as other cards); I believe that this is a fixed hardware |
| 2011 | attribute and there isn't much driver magic to be done to expand it. |
| 2012 | Thus indicate that we have at least and at most 2 periods. */ |
| 2013 | .periods_min = 2, |
| 2014 | .periods_max = 2, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2015 | /* FIXME: maybe that card actually has a FIFO? |
| 2016 | * Hmm, it seems newer revisions do have one, but we still don't know |
| 2017 | * its size... */ |
| 2018 | .fifo_size = 0, |
| 2019 | }; |
| 2020 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2021 | |
| 2022 | static unsigned int snd_azf3328_fixed_rates[] = { |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2023 | AZF_FREQ_4000, |
| 2024 | AZF_FREQ_4800, |
| 2025 | AZF_FREQ_5512, |
| 2026 | AZF_FREQ_6620, |
| 2027 | AZF_FREQ_8000, |
| 2028 | AZF_FREQ_9600, |
| 2029 | AZF_FREQ_11025, |
| 2030 | AZF_FREQ_13240, |
| 2031 | AZF_FREQ_16000, |
| 2032 | AZF_FREQ_22050, |
| 2033 | AZF_FREQ_32000, |
| 2034 | AZF_FREQ_44100, |
| 2035 | AZF_FREQ_48000, |
| 2036 | AZF_FREQ_66200 |
| 2037 | }; |
| 2038 | |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 2039 | static struct snd_pcm_hw_constraint_list snd_azf3328_hw_constraints_rates = { |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2040 | .count = ARRAY_SIZE(snd_azf3328_fixed_rates), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2041 | .list = snd_azf3328_fixed_rates, |
| 2042 | .mask = 0, |
| 2043 | }; |
| 2044 | |
| 2045 | /*****************************************************************/ |
| 2046 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2047 | static int |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2048 | snd_azf3328_pcm_open(struct snd_pcm_substream *substream, |
| 2049 | enum snd_azf3328_codec_type codec_type |
| 2050 | ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2051 | { |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 2052 | struct snd_azf3328 *chip = snd_pcm_substream_chip(substream); |
| 2053 | struct snd_pcm_runtime *runtime = substream->runtime; |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 2054 | struct snd_azf3328_codec_data *codec = &chip->codecs[codec_type]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2055 | |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 2056 | codec->substream = substream; |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2057 | |
| 2058 | /* same parameters for all our codecs - at least we think so... */ |
| 2059 | runtime->hw = snd_azf3328_hardware; |
| 2060 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2061 | snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_RATE, |
| 2062 | &snd_azf3328_hw_constraints_rates); |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 2063 | runtime->private_data = codec; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2064 | return 0; |
| 2065 | } |
| 2066 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2067 | static int |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 2068 | snd_azf3328_pcm_playback_open(struct snd_pcm_substream *substream) |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2069 | { |
| 2070 | return snd_azf3328_pcm_open(substream, AZF_CODEC_PLAYBACK); |
| 2071 | } |
| 2072 | |
| 2073 | static int |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 2074 | snd_azf3328_pcm_capture_open(struct snd_pcm_substream *substream) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2075 | { |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2076 | return snd_azf3328_pcm_open(substream, AZF_CODEC_CAPTURE); |
| 2077 | } |
| 2078 | |
| 2079 | static int |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 2080 | snd_azf3328_pcm_i2s_out_open(struct snd_pcm_substream *substream) |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2081 | { |
| 2082 | return snd_azf3328_pcm_open(substream, AZF_CODEC_I2S_OUT); |
| 2083 | } |
| 2084 | |
| 2085 | static int |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 2086 | snd_azf3328_pcm_close(struct snd_pcm_substream *substream |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2087 | ) |
| 2088 | { |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 2089 | struct snd_azf3328_codec_data *codec = |
| 2090 | substream->runtime->private_data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2091 | |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 2092 | codec->substream = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2093 | return 0; |
| 2094 | } |
| 2095 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2096 | /******************************************************************/ |
| 2097 | |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 2098 | static struct snd_pcm_ops snd_azf3328_playback_ops = { |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 2099 | .open = snd_azf3328_pcm_playback_open, |
| 2100 | .close = snd_azf3328_pcm_close, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2101 | .ioctl = snd_pcm_lib_ioctl, |
| 2102 | .hw_params = snd_azf3328_hw_params, |
| 2103 | .hw_free = snd_azf3328_hw_free, |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 2104 | .prepare = snd_azf3328_pcm_prepare, |
| 2105 | .trigger = snd_azf3328_pcm_trigger, |
| 2106 | .pointer = snd_azf3328_pcm_pointer |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2107 | }; |
| 2108 | |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 2109 | static struct snd_pcm_ops snd_azf3328_capture_ops = { |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 2110 | .open = snd_azf3328_pcm_capture_open, |
| 2111 | .close = snd_azf3328_pcm_close, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2112 | .ioctl = snd_pcm_lib_ioctl, |
| 2113 | .hw_params = snd_azf3328_hw_params, |
| 2114 | .hw_free = snd_azf3328_hw_free, |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 2115 | .prepare = snd_azf3328_pcm_prepare, |
| 2116 | .trigger = snd_azf3328_pcm_trigger, |
| 2117 | .pointer = snd_azf3328_pcm_pointer |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2118 | }; |
| 2119 | |
| 2120 | static struct snd_pcm_ops snd_azf3328_i2s_out_ops = { |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 2121 | .open = snd_azf3328_pcm_i2s_out_open, |
| 2122 | .close = snd_azf3328_pcm_close, |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2123 | .ioctl = snd_pcm_lib_ioctl, |
| 2124 | .hw_params = snd_azf3328_hw_params, |
| 2125 | .hw_free = snd_azf3328_hw_free, |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 2126 | .prepare = snd_azf3328_pcm_prepare, |
| 2127 | .trigger = snd_azf3328_pcm_trigger, |
| 2128 | .pointer = snd_azf3328_pcm_pointer |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2129 | }; |
| 2130 | |
Bill Pemberton | e23e7a1 | 2012-12-06 12:35:10 -0500 | [diff] [blame] | 2131 | static int |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2132 | snd_azf3328_pcm(struct snd_azf3328 *chip) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2133 | { |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2134 | enum { AZF_PCMDEV_STD, AZF_PCMDEV_I2S_OUT, NUM_AZF_PCMDEVS }; /* pcm devices */ |
| 2135 | |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 2136 | struct snd_pcm *pcm; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2137 | int err; |
| 2138 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2139 | err = snd_pcm_new(chip->card, "AZF3328 DSP", AZF_PCMDEV_STD, |
| 2140 | 1, 1, &pcm); |
| 2141 | if (err < 0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2142 | return err; |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2143 | snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, |
| 2144 | &snd_azf3328_playback_ops); |
| 2145 | snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, |
| 2146 | &snd_azf3328_capture_ops); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2147 | |
| 2148 | pcm->private_data = chip; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2149 | pcm->info_flags = 0; |
| 2150 | strcpy(pcm->name, chip->card->shortname); |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2151 | /* same pcm object for playback/capture (see snd_pcm_new() above) */ |
| 2152 | chip->pcm[AZF_CODEC_PLAYBACK] = pcm; |
| 2153 | chip->pcm[AZF_CODEC_CAPTURE] = pcm; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2154 | |
| 2155 | snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV, |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2156 | snd_dma_pci_data(chip->pci), |
| 2157 | 64*1024, 64*1024); |
| 2158 | |
| 2159 | err = snd_pcm_new(chip->card, "AZF3328 I2S OUT", AZF_PCMDEV_I2S_OUT, |
| 2160 | 1, 0, &pcm); |
| 2161 | if (err < 0) |
| 2162 | return err; |
| 2163 | snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, |
| 2164 | &snd_azf3328_i2s_out_ops); |
| 2165 | |
| 2166 | pcm->private_data = chip; |
| 2167 | pcm->info_flags = 0; |
| 2168 | strcpy(pcm->name, chip->card->shortname); |
| 2169 | chip->pcm[AZF_CODEC_I2S_OUT] = pcm; |
| 2170 | |
| 2171 | snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV, |
| 2172 | snd_dma_pci_data(chip->pci), |
| 2173 | 64*1024, 64*1024); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2174 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2175 | return 0; |
| 2176 | } |
| 2177 | |
| 2178 | /******************************************************************/ |
| 2179 | |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2180 | /*** NOTE: the physical timer resolution actually is 1024000 ticks per second |
| 2181 | *** (probably derived from main crystal via a divider of 24), |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2182 | *** but announcing those attributes to user-space would make programs |
| 2183 | *** configure the timer to a 1 tick value, resulting in an absolutely fatal |
| 2184 | *** timer IRQ storm. |
| 2185 | *** Thus I chose to announce a down-scaled virtual timer to the outside and |
| 2186 | *** calculate real timer countdown values internally. |
| 2187 | *** (the scale factor can be set via module parameter "seqtimer_scaling"). |
| 2188 | ***/ |
| 2189 | |
| 2190 | static int |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 2191 | snd_azf3328_timer_start(struct snd_timer *timer) |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2192 | { |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 2193 | struct snd_azf3328 *chip; |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2194 | unsigned long flags; |
| 2195 | unsigned int delay; |
| 2196 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2197 | chip = snd_timer_chip(timer); |
| 2198 | delay = ((timer->sticks * seqtimer_scaling) - 1) & TIMER_VALUE_MASK; |
Andreas Mohr | e2f8726 | 2006-05-17 11:04:19 +0200 | [diff] [blame] | 2199 | if (delay < 49) { |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2200 | /* uhoh, that's not good, since user-space won't know about |
| 2201 | * this timing tweak |
| 2202 | * (we need to do it to avoid a lockup, though) */ |
| 2203 | |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2204 | dev_dbg(chip->card->dev, "delay was too low (%d)!\n", delay); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2205 | delay = 49; /* minimum time is 49 ticks */ |
| 2206 | } |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2207 | dev_dbg(chip->card->dev, "setting timer countdown value %d\n", delay); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2208 | delay |= TIMER_COUNTDOWN_ENABLE | TIMER_IRQ_ENABLE; |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2209 | spin_lock_irqsave(&chip->reg_lock, flags); |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2210 | snd_azf3328_ctrl_outl(chip, IDX_IO_TIMER_VALUE, delay); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2211 | spin_unlock_irqrestore(&chip->reg_lock, flags); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2212 | return 0; |
| 2213 | } |
| 2214 | |
| 2215 | static int |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 2216 | snd_azf3328_timer_stop(struct snd_timer *timer) |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2217 | { |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 2218 | struct snd_azf3328 *chip; |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2219 | unsigned long flags; |
| 2220 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2221 | chip = snd_timer_chip(timer); |
| 2222 | spin_lock_irqsave(&chip->reg_lock, flags); |
| 2223 | /* disable timer countdown and interrupt */ |
Andreas Mohr | 7974150 | 2010-11-21 12:09:32 +0100 | [diff] [blame] | 2224 | /* Hmm, should we write TIMER_IRQ_ACK here? |
| 2225 | YES indeed, otherwise a rogue timer operation - which prompts |
| 2226 | ALSA(?) to call repeated stop() in vain, but NOT start() - |
| 2227 | will never end (value 0x03 is kept shown in control byte). |
| 2228 | Simply manually poking 0x04 _once_ immediately successfully stops |
| 2229 | the hardware/ALSA interrupt activity. */ |
| 2230 | snd_azf3328_ctrl_outb(chip, IDX_IO_TIMER_VALUE + 3, 0x04); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2231 | spin_unlock_irqrestore(&chip->reg_lock, flags); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2232 | return 0; |
| 2233 | } |
| 2234 | |
| 2235 | |
| 2236 | static int |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 2237 | snd_azf3328_timer_precise_resolution(struct snd_timer *timer, |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2238 | unsigned long *num, unsigned long *den) |
| 2239 | { |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2240 | *num = 1; |
| 2241 | *den = 1024000 / seqtimer_scaling; |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2242 | return 0; |
| 2243 | } |
| 2244 | |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 2245 | static struct snd_timer_hardware snd_azf3328_timer_hw = { |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2246 | .flags = SNDRV_TIMER_HW_AUTO, |
| 2247 | .resolution = 977, /* 1000000/1024000 = 0.9765625us */ |
| 2248 | .ticks = 1024000, /* max tick count, defined by the value register; actually it's not 1024000, but 1048576, but we don't care */ |
| 2249 | .start = snd_azf3328_timer_start, |
| 2250 | .stop = snd_azf3328_timer_stop, |
| 2251 | .precise_resolution = snd_azf3328_timer_precise_resolution, |
| 2252 | }; |
| 2253 | |
Bill Pemberton | e23e7a1 | 2012-12-06 12:35:10 -0500 | [diff] [blame] | 2254 | static int |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 2255 | snd_azf3328_timer(struct snd_azf3328 *chip, int device) |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2256 | { |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 2257 | struct snd_timer *timer = NULL; |
| 2258 | struct snd_timer_id tid; |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2259 | int err; |
| 2260 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2261 | tid.dev_class = SNDRV_TIMER_CLASS_CARD; |
| 2262 | tid.dev_sclass = SNDRV_TIMER_SCLASS_NONE; |
| 2263 | tid.card = chip->card->number; |
| 2264 | tid.device = device; |
| 2265 | tid.subdevice = 0; |
| 2266 | |
| 2267 | snd_azf3328_timer_hw.resolution *= seqtimer_scaling; |
| 2268 | snd_azf3328_timer_hw.ticks /= seqtimer_scaling; |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2269 | |
| 2270 | err = snd_timer_new(chip->card, "AZF3328", &tid, &timer); |
| 2271 | if (err < 0) |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2272 | goto out; |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2273 | |
| 2274 | strcpy(timer->name, "AZF3328 timer"); |
| 2275 | timer->private_data = chip; |
| 2276 | timer->hw = snd_azf3328_timer_hw; |
| 2277 | |
| 2278 | chip->timer = timer; |
| 2279 | |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2280 | snd_azf3328_timer_stop(timer); |
| 2281 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2282 | err = 0; |
| 2283 | |
| 2284 | out: |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2285 | return err; |
| 2286 | } |
| 2287 | |
| 2288 | /******************************************************************/ |
| 2289 | |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2290 | static int |
| 2291 | snd_azf3328_free(struct snd_azf3328 *chip) |
| 2292 | { |
| 2293 | if (chip->irq < 0) |
| 2294 | goto __end_hw; |
| 2295 | |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 2296 | snd_azf3328_mixer_reset(chip); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2297 | |
| 2298 | snd_azf3328_timer_stop(chip->timer); |
| 2299 | snd_azf3328_gameport_free(chip); |
| 2300 | |
| 2301 | if (chip->irq >= 0) |
| 2302 | synchronize_irq(chip->irq); |
| 2303 | __end_hw: |
| 2304 | if (chip->irq >= 0) |
| 2305 | free_irq(chip->irq, chip); |
| 2306 | pci_release_regions(chip->pci); |
| 2307 | pci_disable_device(chip->pci); |
| 2308 | |
| 2309 | kfree(chip); |
| 2310 | return 0; |
| 2311 | } |
| 2312 | |
| 2313 | static int |
| 2314 | snd_azf3328_dev_free(struct snd_device *device) |
| 2315 | { |
| 2316 | struct snd_azf3328 *chip = device->device_data; |
| 2317 | return snd_azf3328_free(chip); |
| 2318 | } |
| 2319 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2320 | #if 0 |
| 2321 | /* check whether a bit can be modified */ |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2322 | static void |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2323 | snd_azf3328_test_bit(unsigned unsigned reg, int bit) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2324 | { |
| 2325 | unsigned char val, valoff, valon; |
| 2326 | |
| 2327 | val = inb(reg); |
| 2328 | |
| 2329 | outb(val & ~(1 << bit), reg); |
| 2330 | valoff = inb(reg); |
| 2331 | |
| 2332 | outb(val|(1 << bit), reg); |
| 2333 | valon = inb(reg); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2334 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2335 | outb(val, reg); |
| 2336 | |
Andreas Mohr | 78df617 | 2009-07-12 22:17:54 +0200 | [diff] [blame] | 2337 | printk(KERN_DEBUG "reg %04x bit %d: %02x %02x %02x\n", |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2338 | reg, bit, val, valoff, valon |
| 2339 | ); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2340 | } |
| 2341 | #endif |
| 2342 | |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2343 | static inline void |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 2344 | snd_azf3328_debug_show_ports(const struct snd_azf3328 *chip) |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2345 | { |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2346 | u16 tmp; |
| 2347 | |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2348 | dev_dbg(chip->card->dev, |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2349 | "ctrl_io 0x%lx, game_io 0x%lx, mpu_io 0x%lx, " |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2350 | "opl3_io 0x%lx, mixer_io 0x%lx, irq %d\n", |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2351 | chip->ctrl_io, chip->game_io, chip->mpu_io, |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2352 | chip->opl3_io, chip->mixer_io, chip->irq); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2353 | |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2354 | dev_dbg(chip->card->dev, |
| 2355 | "game %02x %02x %02x %02x %02x %02x\n", |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2356 | snd_azf3328_game_inb(chip, 0), |
| 2357 | snd_azf3328_game_inb(chip, 1), |
| 2358 | snd_azf3328_game_inb(chip, 2), |
| 2359 | snd_azf3328_game_inb(chip, 3), |
| 2360 | snd_azf3328_game_inb(chip, 4), |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2361 | snd_azf3328_game_inb(chip, 5)); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2362 | |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2363 | for (tmp = 0; tmp < 0x07; tmp += 1) |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2364 | dev_dbg(chip->card->dev, |
| 2365 | "mpu_io 0x%04x\n", inb(chip->mpu_io + tmp)); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2366 | |
| 2367 | for (tmp = 0; tmp <= 0x07; tmp += 1) |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2368 | dev_dbg(chip->card->dev, |
| 2369 | "0x%02x: game200 0x%04x, game208 0x%04x\n", |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2370 | tmp, inb(0x200 + tmp), inb(0x208 + tmp)); |
| 2371 | |
| 2372 | for (tmp = 0; tmp <= 0x01; tmp += 1) |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2373 | dev_dbg(chip->card->dev, |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2374 | "0x%02x: mpu300 0x%04x, mpu310 0x%04x, mpu320 0x%04x, " |
| 2375 | "mpu330 0x%04x opl388 0x%04x opl38c 0x%04x\n", |
| 2376 | tmp, |
| 2377 | inb(0x300 + tmp), |
| 2378 | inb(0x310 + tmp), |
| 2379 | inb(0x320 + tmp), |
| 2380 | inb(0x330 + tmp), |
| 2381 | inb(0x388 + tmp), |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2382 | inb(0x38c + tmp)); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2383 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2384 | for (tmp = 0; tmp < AZF_IO_SIZE_CTRL; tmp += 2) |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2385 | dev_dbg(chip->card->dev, |
| 2386 | "ctrl 0x%02x: 0x%04x\n", |
| 2387 | tmp, snd_azf3328_ctrl_inw(chip, tmp)); |
Andreas Mohr | e24a121 | 2007-03-26 12:49:45 +0200 | [diff] [blame] | 2388 | |
| 2389 | for (tmp = 0; tmp < AZF_IO_SIZE_MIXER; tmp += 2) |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2390 | dev_dbg(chip->card->dev, |
| 2391 | "mixer 0x%02x: 0x%04x\n", |
| 2392 | tmp, snd_azf3328_mixer_inw(chip, tmp)); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2393 | } |
| 2394 | |
Bill Pemberton | e23e7a1 | 2012-12-06 12:35:10 -0500 | [diff] [blame] | 2395 | static int |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 2396 | snd_azf3328_create(struct snd_card *card, |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2397 | struct pci_dev *pci, |
| 2398 | unsigned long device_type, |
| 2399 | struct snd_azf3328 **rchip) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2400 | { |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 2401 | struct snd_azf3328 *chip; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2402 | int err; |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 2403 | static struct snd_device_ops ops = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2404 | .dev_free = snd_azf3328_dev_free, |
| 2405 | }; |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2406 | u8 dma_init; |
| 2407 | enum snd_azf3328_codec_type codec_type; |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 2408 | struct snd_azf3328_codec_data *codec_setup; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2409 | |
| 2410 | *rchip = NULL; |
| 2411 | |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2412 | err = pci_enable_device(pci); |
| 2413 | if (err < 0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2414 | return err; |
| 2415 | |
Takashi Iwai | e560d8d | 2005-09-09 14:21:46 +0200 | [diff] [blame] | 2416 | chip = kzalloc(sizeof(*chip), GFP_KERNEL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2417 | if (chip == NULL) { |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2418 | err = -ENOMEM; |
| 2419 | goto out_err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2420 | } |
| 2421 | spin_lock_init(&chip->reg_lock); |
| 2422 | chip->card = card; |
| 2423 | chip->pci = pci; |
| 2424 | chip->irq = -1; |
| 2425 | |
| 2426 | /* check if we can restrict PCI DMA transfers to 24 bits */ |
Yang Hongyang | 2f4f27d | 2009-04-06 19:01:18 -0700 | [diff] [blame] | 2427 | if (pci_set_dma_mask(pci, DMA_BIT_MASK(24)) < 0 || |
| 2428 | pci_set_consistent_dma_mask(pci, DMA_BIT_MASK(24)) < 0) { |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2429 | dev_err(card->dev, |
| 2430 | "architecture does not support 24bit PCI busmaster DMA\n" |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2431 | ); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2432 | err = -ENXIO; |
| 2433 | goto out_err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2434 | } |
| 2435 | |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2436 | err = pci_request_regions(pci, "Aztech AZF3328"); |
| 2437 | if (err < 0) |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2438 | goto out_err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2439 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2440 | chip->ctrl_io = pci_resource_start(pci, 0); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2441 | chip->game_io = pci_resource_start(pci, 1); |
| 2442 | chip->mpu_io = pci_resource_start(pci, 2); |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2443 | chip->opl3_io = pci_resource_start(pci, 3); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2444 | chip->mixer_io = pci_resource_start(pci, 4); |
| 2445 | |
Andreas Mohr | 9fd8d36 | 2010-12-27 21:17:00 +0100 | [diff] [blame] | 2446 | codec_setup = &chip->codecs[AZF_CODEC_PLAYBACK]; |
| 2447 | codec_setup->io_base = chip->ctrl_io + AZF_IO_OFFS_CODEC_PLAYBACK; |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 2448 | codec_setup->lock = &chip->reg_lock; |
| 2449 | codec_setup->type = AZF_CODEC_PLAYBACK; |
Andreas Mohr | 9fd8d36 | 2010-12-27 21:17:00 +0100 | [diff] [blame] | 2450 | codec_setup->name = "PLAYBACK"; |
| 2451 | |
| 2452 | codec_setup = &chip->codecs[AZF_CODEC_CAPTURE]; |
| 2453 | codec_setup->io_base = chip->ctrl_io + AZF_IO_OFFS_CODEC_CAPTURE; |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 2454 | codec_setup->lock = &chip->reg_lock; |
| 2455 | codec_setup->type = AZF_CODEC_CAPTURE; |
Andreas Mohr | 9fd8d36 | 2010-12-27 21:17:00 +0100 | [diff] [blame] | 2456 | codec_setup->name = "CAPTURE"; |
| 2457 | |
| 2458 | codec_setup = &chip->codecs[AZF_CODEC_I2S_OUT]; |
| 2459 | codec_setup->io_base = chip->ctrl_io + AZF_IO_OFFS_CODEC_I2S_OUT; |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 2460 | codec_setup->lock = &chip->reg_lock; |
| 2461 | codec_setup->type = AZF_CODEC_I2S_OUT; |
Andreas Mohr | 9fd8d36 | 2010-12-27 21:17:00 +0100 | [diff] [blame] | 2462 | codec_setup->name = "I2S_OUT"; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2463 | |
Takashi Iwai | 437a5a4 | 2006-11-21 12:14:23 +0100 | [diff] [blame] | 2464 | if (request_irq(pci->irq, snd_azf3328_interrupt, |
Takashi Iwai | 934c2b6 | 2011-06-10 16:36:37 +0200 | [diff] [blame] | 2465 | IRQF_SHARED, KBUILD_MODNAME, chip)) { |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2466 | dev_err(card->dev, "unable to grab IRQ %d\n", pci->irq); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2467 | err = -EBUSY; |
| 2468 | goto out_err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2469 | } |
| 2470 | chip->irq = pci->irq; |
| 2471 | pci_set_master(pci); |
| 2472 | synchronize_irq(chip->irq); |
| 2473 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2474 | snd_azf3328_debug_show_ports(chip); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2475 | |
| 2476 | err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); |
| 2477 | if (err < 0) |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2478 | goto out_err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2479 | |
| 2480 | /* create mixer interface & switches */ |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2481 | err = snd_azf3328_mixer_new(chip); |
| 2482 | if (err < 0) |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2483 | goto out_err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2484 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2485 | /* standard codec init stuff */ |
| 2486 | /* default DMA init value */ |
| 2487 | dma_init = DMA_RUN_SOMETHING2|DMA_EPILOGUE_SOMETHING|DMA_SOMETHING_ELSE; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2488 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2489 | for (codec_type = AZF_CODEC_PLAYBACK; |
| 2490 | codec_type <= AZF_CODEC_I2S_OUT; ++codec_type) { |
| 2491 | struct snd_azf3328_codec_data *codec = |
| 2492 | &chip->codecs[codec_type]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2493 | |
Andreas Mohr | adf5931 | 2010-12-27 21:16:43 +0100 | [diff] [blame] | 2494 | /* shutdown codecs to reduce power / noise */ |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2495 | /* have ...ctrl_codec_activity() act properly */ |
| 2496 | codec->running = 1; |
| 2497 | snd_azf3328_ctrl_codec_activity(chip, codec_type, 0); |
| 2498 | |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 2499 | spin_lock_irq(codec->lock); |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2500 | snd_azf3328_codec_outb(codec, IDX_IO_CODEC_DMA_FLAGS, |
| 2501 | dma_init); |
Andreas Mohr | da237f3 | 2010-12-27 21:17:26 +0100 | [diff] [blame] | 2502 | spin_unlock_irq(codec->lock); |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2503 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2504 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2505 | *rchip = chip; |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2506 | |
| 2507 | err = 0; |
| 2508 | goto out; |
| 2509 | |
| 2510 | out_err: |
| 2511 | if (chip) |
| 2512 | snd_azf3328_free(chip); |
| 2513 | pci_disable_device(pci); |
| 2514 | |
| 2515 | out: |
| 2516 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2517 | } |
| 2518 | |
Bill Pemberton | e23e7a1 | 2012-12-06 12:35:10 -0500 | [diff] [blame] | 2519 | static int |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2520 | snd_azf3328_probe(struct pci_dev *pci, const struct pci_device_id *pci_id) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2521 | { |
| 2522 | static int dev; |
Takashi Iwai | 95de776 | 2005-11-17 15:02:42 +0100 | [diff] [blame] | 2523 | struct snd_card *card; |
| 2524 | struct snd_azf3328 *chip; |
| 2525 | struct snd_opl3 *opl3; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2526 | int err; |
| 2527 | |
Julia Lawall | a5a3973 | 2011-08-10 11:49:04 +0200 | [diff] [blame] | 2528 | if (dev >= SNDRV_CARDS) { |
| 2529 | err = -ENODEV; |
| 2530 | goto out; |
| 2531 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2532 | if (!enable[dev]) { |
| 2533 | dev++; |
Julia Lawall | a5a3973 | 2011-08-10 11:49:04 +0200 | [diff] [blame] | 2534 | err = -ENOENT; |
| 2535 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2536 | } |
| 2537 | |
Takashi Iwai | 60c5772 | 2014-01-29 14:20:19 +0100 | [diff] [blame] | 2538 | err = snd_card_new(&pci->dev, index[dev], id[dev], THIS_MODULE, |
| 2539 | 0, &card); |
Takashi Iwai | e58de7b | 2008-12-28 16:44:30 +0100 | [diff] [blame] | 2540 | if (err < 0) |
Julia Lawall | a5a3973 | 2011-08-10 11:49:04 +0200 | [diff] [blame] | 2541 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2542 | |
| 2543 | strcpy(card->driver, "AZF3328"); |
| 2544 | strcpy(card->shortname, "Aztech AZF3328 (PCI168)"); |
| 2545 | |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2546 | err = snd_azf3328_create(card, pci, pci_id->driver_data, &chip); |
| 2547 | if (err < 0) |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2548 | goto out_err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2549 | |
Andreas Mohr | ca54bde | 2006-05-17 11:02:24 +0200 | [diff] [blame] | 2550 | card->private_data = chip; |
| 2551 | |
Andreas Mohr | 78df617 | 2009-07-12 22:17:54 +0200 | [diff] [blame] | 2552 | /* chose to use MPU401_HW_AZT2320 ID instead of MPU401_HW_MPU401, |
| 2553 | since our hardware ought to be similar, thus use same ID. */ |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2554 | err = snd_mpu401_uart_new( |
Andreas Mohr | 78df617 | 2009-07-12 22:17:54 +0200 | [diff] [blame] | 2555 | card, 0, |
Clemens Ladisch | dba8b46 | 2011-09-13 11:24:41 +0200 | [diff] [blame] | 2556 | MPU401_HW_AZT2320, chip->mpu_io, |
| 2557 | MPU401_INFO_INTEGRATED | MPU401_INFO_IRQ_HOOK, |
| 2558 | -1, &chip->rmidi |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2559 | ); |
| 2560 | if (err < 0) { |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2561 | dev_err(card->dev, "no MPU-401 device at 0x%lx?\n", |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2562 | chip->mpu_io |
| 2563 | ); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2564 | goto out_err; |
| 2565 | } |
| 2566 | |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2567 | err = snd_azf3328_timer(chip, 0); |
| 2568 | if (err < 0) |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2569 | goto out_err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2570 | |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2571 | err = snd_azf3328_pcm(chip); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2572 | if (err < 0) |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2573 | goto out_err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2574 | |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2575 | if (snd_opl3_create(card, chip->opl3_io, chip->opl3_io+2, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2576 | OPL3_HW_AUTO, 1, &opl3) < 0) { |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2577 | dev_err(card->dev, "no OPL3 device at 0x%lx-0x%lx?\n", |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2578 | chip->opl3_io, chip->opl3_io+2 |
| 2579 | ); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2580 | } else { |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2581 | /* need to use IDs 1, 2 since ID 0 is snd_azf3328_timer above */ |
| 2582 | err = snd_opl3_timer_new(opl3, 1, 2); |
| 2583 | if (err < 0) |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2584 | goto out_err; |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2585 | err = snd_opl3_hwdep_new(opl3, 0, 1, NULL); |
| 2586 | if (err < 0) |
| 2587 | goto out_err; |
Alban Bedel | 87c9e7d | 2012-02-25 16:15:57 +0100 | [diff] [blame] | 2588 | opl3->private_data = chip; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2589 | } |
| 2590 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2591 | sprintf(card->longname, "%s at 0x%lx, irq %i", |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2592 | card->shortname, chip->ctrl_io, chip->irq); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2593 | |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2594 | err = snd_card_register(card); |
| 2595 | if (err < 0) |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2596 | goto out_err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2597 | |
| 2598 | #ifdef MODULE |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2599 | dev_info(card->dev, |
| 2600 | "Sound driver for Aztech AZF3328-based soundcards such as PCI168.\n"); |
| 2601 | dev_info(card->dev, |
| 2602 | "Hardware was completely undocumented, unfortunately.\n"); |
| 2603 | dev_info(card->dev, |
| 2604 | "Feel free to contact andi AT lisas.de for bug reports etc.!\n"); |
| 2605 | dev_info(card->dev, |
| 2606 | "User-scalable sequencer timer set to %dHz (1024000Hz / %d).\n", |
| 2607 | 1024000 / seqtimer_scaling, seqtimer_scaling); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2608 | #endif |
| 2609 | |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2610 | snd_azf3328_gameport(chip, dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2611 | |
| 2612 | pci_set_drvdata(pci, card); |
| 2613 | dev++; |
| 2614 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2615 | err = 0; |
| 2616 | goto out; |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2617 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2618 | out_err: |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2619 | dev_err(card->dev, "something failed, exiting\n"); |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2620 | snd_card_free(card); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2621 | |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2622 | out: |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2623 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2624 | } |
| 2625 | |
Bill Pemberton | e23e7a1 | 2012-12-06 12:35:10 -0500 | [diff] [blame] | 2626 | static void |
Andreas Mohr | d91c64c | 2005-10-25 11:17:45 +0200 | [diff] [blame] | 2627 | snd_azf3328_remove(struct pci_dev *pci) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2628 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2629 | snd_card_free(pci_get_drvdata(pci)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2630 | } |
| 2631 | |
Takashi Iwai | c7561cd | 2012-08-14 18:12:04 +0200 | [diff] [blame] | 2632 | #ifdef CONFIG_PM_SLEEP |
Andreas Mohr | 78df617 | 2009-07-12 22:17:54 +0200 | [diff] [blame] | 2633 | static inline void |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2634 | snd_azf3328_suspend_regs(const struct snd_azf3328 *chip, |
| 2635 | unsigned long io_addr, unsigned count, u32 *saved_regs) |
Andreas Mohr | 78df617 | 2009-07-12 22:17:54 +0200 | [diff] [blame] | 2636 | { |
| 2637 | unsigned reg; |
| 2638 | |
| 2639 | for (reg = 0; reg < count; ++reg) { |
| 2640 | *saved_regs = inl(io_addr); |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2641 | dev_dbg(chip->card->dev, "suspend: io 0x%04lx: 0x%08x\n", |
Andreas Mohr | 78df617 | 2009-07-12 22:17:54 +0200 | [diff] [blame] | 2642 | io_addr, *saved_regs); |
| 2643 | ++saved_regs; |
| 2644 | io_addr += sizeof(*saved_regs); |
| 2645 | } |
| 2646 | } |
| 2647 | |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 2648 | static inline void |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2649 | snd_azf3328_resume_regs(const struct snd_azf3328 *chip, |
| 2650 | const u32 *saved_regs, |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 2651 | unsigned long io_addr, |
| 2652 | unsigned count |
| 2653 | ) |
| 2654 | { |
| 2655 | unsigned reg; |
| 2656 | |
| 2657 | for (reg = 0; reg < count; ++reg) { |
| 2658 | outl(*saved_regs, io_addr); |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2659 | dev_dbg(chip->card->dev, |
| 2660 | "resume: io 0x%04lx: 0x%08x --> 0x%08x\n", |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 2661 | io_addr, *saved_regs, inl(io_addr)); |
| 2662 | ++saved_regs; |
| 2663 | io_addr += sizeof(*saved_regs); |
| 2664 | } |
| 2665 | } |
| 2666 | |
| 2667 | static inline void |
| 2668 | snd_azf3328_suspend_ac97(struct snd_azf3328 *chip) |
| 2669 | { |
| 2670 | #ifdef AZF_USE_AC97_LAYER |
| 2671 | snd_ac97_suspend(chip->ac97); |
| 2672 | #else |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2673 | snd_azf3328_suspend_regs(chip, chip->mixer_io, |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 2674 | ARRAY_SIZE(chip->saved_regs_mixer), chip->saved_regs_mixer); |
| 2675 | |
| 2676 | /* make sure to disable master volume etc. to prevent looping sound */ |
| 2677 | snd_azf3328_mixer_mute_control_master(chip, 1); |
| 2678 | snd_azf3328_mixer_mute_control_pcm(chip, 1); |
| 2679 | #endif /* AZF_USE_AC97_LAYER */ |
| 2680 | } |
| 2681 | |
| 2682 | static inline void |
| 2683 | snd_azf3328_resume_ac97(const struct snd_azf3328 *chip) |
| 2684 | { |
| 2685 | #ifdef AZF_USE_AC97_LAYER |
| 2686 | snd_ac97_resume(chip->ac97); |
| 2687 | #else |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2688 | snd_azf3328_resume_regs(chip, chip->saved_regs_mixer, chip->mixer_io, |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 2689 | ARRAY_SIZE(chip->saved_regs_mixer)); |
| 2690 | |
| 2691 | /* unfortunately with 32bit transfers, IDX_MIXER_PLAY_MASTER (0x02) |
| 2692 | and IDX_MIXER_RESET (offset 0x00) get touched at the same time, |
| 2693 | resulting in a mixer reset condition persisting until _after_ |
| 2694 | master vol was restored. Thus master vol needs an extra restore. */ |
| 2695 | outw(((u16 *)chip->saved_regs_mixer)[1], chip->mixer_io + 2); |
| 2696 | #endif /* AZF_USE_AC97_LAYER */ |
| 2697 | } |
| 2698 | |
Andreas Mohr | ca54bde | 2006-05-17 11:02:24 +0200 | [diff] [blame] | 2699 | static int |
Takashi Iwai | 68cb2b5 | 2012-07-02 15:20:37 +0200 | [diff] [blame] | 2700 | snd_azf3328_suspend(struct device *dev) |
Andreas Mohr | ca54bde | 2006-05-17 11:02:24 +0200 | [diff] [blame] | 2701 | { |
Takashi Iwai | 68cb2b5 | 2012-07-02 15:20:37 +0200 | [diff] [blame] | 2702 | struct pci_dev *pci = to_pci_dev(dev); |
| 2703 | struct snd_card *card = dev_get_drvdata(dev); |
Andreas Mohr | ca54bde | 2006-05-17 11:02:24 +0200 | [diff] [blame] | 2704 | struct snd_azf3328 *chip = card->private_data; |
Andreas Mohr | 78df617 | 2009-07-12 22:17:54 +0200 | [diff] [blame] | 2705 | u16 *saved_regs_ctrl_u16; |
Andreas Mohr | ca54bde | 2006-05-17 11:02:24 +0200 | [diff] [blame] | 2706 | |
| 2707 | snd_power_change_state(card, SNDRV_CTL_POWER_D3hot); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2708 | |
Andreas Mohr | adf5931 | 2010-12-27 21:16:43 +0100 | [diff] [blame] | 2709 | /* same pcm object for playback/capture */ |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2710 | snd_pcm_suspend_all(chip->pcm[AZF_CODEC_PLAYBACK]); |
| 2711 | snd_pcm_suspend_all(chip->pcm[AZF_CODEC_I2S_OUT]); |
Andreas Mohr | ca54bde | 2006-05-17 11:02:24 +0200 | [diff] [blame] | 2712 | |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 2713 | snd_azf3328_suspend_ac97(chip); |
Andreas Mohr | 02330fb | 2008-05-16 12:18:29 +0200 | [diff] [blame] | 2714 | |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2715 | snd_azf3328_suspend_regs(chip, chip->ctrl_io, |
Andreas Mohr | 78df617 | 2009-07-12 22:17:54 +0200 | [diff] [blame] | 2716 | ARRAY_SIZE(chip->saved_regs_ctrl), chip->saved_regs_ctrl); |
Andreas Mohr | 627d3e7 | 2008-06-23 11:50:47 +0200 | [diff] [blame] | 2717 | |
| 2718 | /* manually store the one currently relevant write-only reg, too */ |
Andreas Mohr | 78df617 | 2009-07-12 22:17:54 +0200 | [diff] [blame] | 2719 | saved_regs_ctrl_u16 = (u16 *)chip->saved_regs_ctrl; |
| 2720 | saved_regs_ctrl_u16[IDX_IO_6AH / 2] = chip->shadow_reg_ctrl_6AH; |
Andreas Mohr | 627d3e7 | 2008-06-23 11:50:47 +0200 | [diff] [blame] | 2721 | |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2722 | snd_azf3328_suspend_regs(chip, chip->game_io, |
Andreas Mohr | 78df617 | 2009-07-12 22:17:54 +0200 | [diff] [blame] | 2723 | ARRAY_SIZE(chip->saved_regs_game), chip->saved_regs_game); |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2724 | snd_azf3328_suspend_regs(chip, chip->mpu_io, |
Andreas Mohr | 78df617 | 2009-07-12 22:17:54 +0200 | [diff] [blame] | 2725 | ARRAY_SIZE(chip->saved_regs_mpu), chip->saved_regs_mpu); |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2726 | snd_azf3328_suspend_regs(chip, chip->opl3_io, |
Andreas Mohr | 78df617 | 2009-07-12 22:17:54 +0200 | [diff] [blame] | 2727 | ARRAY_SIZE(chip->saved_regs_opl3), chip->saved_regs_opl3); |
Andreas Mohr | ca54bde | 2006-05-17 11:02:24 +0200 | [diff] [blame] | 2728 | |
Andreas Mohr | ca54bde | 2006-05-17 11:02:24 +0200 | [diff] [blame] | 2729 | pci_disable_device(pci); |
| 2730 | pci_save_state(pci); |
Takashi Iwai | 68cb2b5 | 2012-07-02 15:20:37 +0200 | [diff] [blame] | 2731 | pci_set_power_state(pci, PCI_D3hot); |
Andreas Mohr | ca54bde | 2006-05-17 11:02:24 +0200 | [diff] [blame] | 2732 | return 0; |
| 2733 | } |
| 2734 | |
| 2735 | static int |
Takashi Iwai | 68cb2b5 | 2012-07-02 15:20:37 +0200 | [diff] [blame] | 2736 | snd_azf3328_resume(struct device *dev) |
Andreas Mohr | ca54bde | 2006-05-17 11:02:24 +0200 | [diff] [blame] | 2737 | { |
Takashi Iwai | 68cb2b5 | 2012-07-02 15:20:37 +0200 | [diff] [blame] | 2738 | struct pci_dev *pci = to_pci_dev(dev); |
| 2739 | struct snd_card *card = dev_get_drvdata(dev); |
Andreas Mohr | dfbf951 | 2009-07-05 13:55:46 +0200 | [diff] [blame] | 2740 | const struct snd_azf3328 *chip = card->private_data; |
Andreas Mohr | ca54bde | 2006-05-17 11:02:24 +0200 | [diff] [blame] | 2741 | |
Andreas Mohr | ca54bde | 2006-05-17 11:02:24 +0200 | [diff] [blame] | 2742 | pci_set_power_state(pci, PCI_D0); |
Takashi Iwai | 30b3539 | 2006-10-11 18:52:53 +0200 | [diff] [blame] | 2743 | pci_restore_state(pci); |
| 2744 | if (pci_enable_device(pci) < 0) { |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2745 | dev_err(dev, "pci_enable_device failed, disabling device\n"); |
Takashi Iwai | 30b3539 | 2006-10-11 18:52:53 +0200 | [diff] [blame] | 2746 | snd_card_disconnect(card); |
| 2747 | return -EIO; |
| 2748 | } |
Andreas Mohr | ca54bde | 2006-05-17 11:02:24 +0200 | [diff] [blame] | 2749 | pci_set_master(pci); |
| 2750 | |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2751 | snd_azf3328_resume_regs(chip, chip->saved_regs_game, chip->game_io, |
Andreas Mohr | 78df617 | 2009-07-12 22:17:54 +0200 | [diff] [blame] | 2752 | ARRAY_SIZE(chip->saved_regs_game)); |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2753 | snd_azf3328_resume_regs(chip, chip->saved_regs_mpu, chip->mpu_io, |
Andreas Mohr | 78df617 | 2009-07-12 22:17:54 +0200 | [diff] [blame] | 2754 | ARRAY_SIZE(chip->saved_regs_mpu)); |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2755 | snd_azf3328_resume_regs(chip, chip->saved_regs_opl3, chip->opl3_io, |
Andreas Mohr | 78df617 | 2009-07-12 22:17:54 +0200 | [diff] [blame] | 2756 | ARRAY_SIZE(chip->saved_regs_opl3)); |
| 2757 | |
Andreas Mohr | b5dc20c | 2011-02-19 00:49:32 +0100 | [diff] [blame] | 2758 | snd_azf3328_resume_ac97(chip); |
Andreas Mohr | 78df617 | 2009-07-12 22:17:54 +0200 | [diff] [blame] | 2759 | |
Takashi Iwai | 4a8d9d7 | 2014-02-25 14:04:46 +0100 | [diff] [blame] | 2760 | snd_azf3328_resume_regs(chip, chip->saved_regs_ctrl, chip->ctrl_io, |
Andreas Mohr | 78df617 | 2009-07-12 22:17:54 +0200 | [diff] [blame] | 2761 | ARRAY_SIZE(chip->saved_regs_ctrl)); |
Andreas Mohr | ca54bde | 2006-05-17 11:02:24 +0200 | [diff] [blame] | 2762 | |
| 2763 | snd_power_change_state(card, SNDRV_CTL_POWER_D0); |
| 2764 | return 0; |
| 2765 | } |
Andreas Mohr | ca54bde | 2006-05-17 11:02:24 +0200 | [diff] [blame] | 2766 | |
Takashi Iwai | 68cb2b5 | 2012-07-02 15:20:37 +0200 | [diff] [blame] | 2767 | static SIMPLE_DEV_PM_OPS(snd_azf3328_pm, snd_azf3328_suspend, snd_azf3328_resume); |
| 2768 | #define SND_AZF3328_PM_OPS &snd_azf3328_pm |
| 2769 | #else |
| 2770 | #define SND_AZF3328_PM_OPS NULL |
Takashi Iwai | c7561cd | 2012-08-14 18:12:04 +0200 | [diff] [blame] | 2771 | #endif /* CONFIG_PM_SLEEP */ |
Andreas Mohr | ca54bde | 2006-05-17 11:02:24 +0200 | [diff] [blame] | 2772 | |
Takashi Iwai | e9f66d9 | 2012-04-24 12:25:00 +0200 | [diff] [blame] | 2773 | static struct pci_driver azf3328_driver = { |
Takashi Iwai | 3733e42 | 2011-06-10 16:20:20 +0200 | [diff] [blame] | 2774 | .name = KBUILD_MODNAME, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2775 | .id_table = snd_azf3328_ids, |
| 2776 | .probe = snd_azf3328_probe, |
Bill Pemberton | e23e7a1 | 2012-12-06 12:35:10 -0500 | [diff] [blame] | 2777 | .remove = snd_azf3328_remove, |
Takashi Iwai | 68cb2b5 | 2012-07-02 15:20:37 +0200 | [diff] [blame] | 2778 | .driver = { |
| 2779 | .pm = SND_AZF3328_PM_OPS, |
| 2780 | }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2781 | }; |
| 2782 | |
Takashi Iwai | e9f66d9 | 2012-04-24 12:25:00 +0200 | [diff] [blame] | 2783 | module_pci_driver(azf3328_driver); |