aboutsummaryrefslogtreecommitdiff
path: root/sound/oss/trident.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 15:20:36 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 15:20:36 -0700
commit1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch)
tree0bba044c4ce775e45a88a51686b5d9f90697ea9d /sound/oss/trident.c
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
Diffstat (limited to 'sound/oss/trident.c')
-rw-r--r--sound/oss/trident.c4628
1 files changed, 4628 insertions, 0 deletions
diff --git a/sound/oss/trident.c b/sound/oss/trident.c
new file mode 100644
index 00000000000..47537f0a5b0
--- /dev/null
+++ b/sound/oss/trident.c
@@ -0,0 +1,4628 @@
+/*
+ * OSS driver for Linux 2.[46].x for
+ *
+ * Trident 4D-Wave
+ * SiS 7018
+ * ALi 5451
+ * Tvia/IGST CyberPro 5050
+ *
+ * Driver: Alan Cox <alan@redhat.com>
+ *
+ * Built from:
+ * Low level code: <audio@tridentmicro.com> from ALSA
+ * Framework: Thomas Sailer <sailer@ife.ee.ethz.ch>
+ * Extended by: Zach Brown <zab@redhat.com>
+ *
+ * Hacked up by:
+ * Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
+ * Ollie Lho <ollie@sis.com.tw> SiS 7018 Audio Core Support
+ * Ching-Ling Lee <cling-li@ali.com.tw> ALi 5451 Audio Core Support
+ * Matt Wu <mattwu@acersoftech.com.cn> ALi 5451 Audio Core Support
+ * Peter Wächtler <pwaechtler@loewe-komp.de> CyberPro5050 support
+ * Muli Ben-Yehuda <mulix@mulix.org>
+ *
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ * History
+ * v0.14.10j
+ * January 3 2004 Eugene Teo <eugeneteo@eugeneteo.net>
+ * minor cleanup to use pr_debug instead of TRDBG since it is already
+ * defined in linux/kernel.h.
+ * v0.14.10i
+ * December 29 2003 Muli Ben-Yehuda <mulix@mulix.org>
+ * major cleanup for 2.6, fix a few error patch buglets
+ * with returning without properly cleaning up first,
+ * get rid of lock_kernel().
+ * v0.14.10h
+ * Sept 10 2002 Pascal Schmidt <der.eremit@email.de>
+ * added support for ALi 5451 joystick port
+ * v0.14.10g
+ * Sept 05 2002 Alan Cox <alan@redhat.com>
+ * adapt to new pci joystick attachment interface
+ * v0.14.10f
+ * July 24 2002 Muli Ben-Yehuda <mulix@actcom.co.il>
+ * patch from Eric Lemar (via Ian Soboroff): in suspend and resume,
+ * fix wrong cast from pci_dev* to struct trident_card*.
+ * v0.14.10e
+ * July 19 2002 Muli Ben-Yehuda <mulix@actcom.co.il>
+ * rewrite the DMA buffer allocation/deallcoation functions, to make it
+ * modular and fix a bug where we would call free_pages on memory
+ * obtained with pci_alloc_consistent. Also remove unnecessary #ifdef
+ * CONFIG_PROC_FS and various other cleanups.
+ * v0.14.10d
+ * July 19 2002 Muli Ben-Yehuda <mulix@actcom.co.il>
+ * made several printk(KERN_NOTICE...) into TRDBG(...), to avoid spamming
+ * my syslog with hundreds of messages.
+ * v0.14.10c
+ * July 16 2002 Muli Ben-Yehuda <mulix@actcom.co.il>
+ * Cleaned up Lei Hu's 0.4.10 driver to conform to Documentation/CodingStyle
+ * and the coding style used in the rest of the file.
+ * v0.14.10b
+ * June 23 2002 Muli Ben-Yehuda <mulix@actcom.co.il>
+ * add a missing unlock_set_fmt, remove a superflous lock/unlock pair
+ * with nothing in between.
+ * v0.14.10a
+ * June 21 2002 Muli Ben-Yehuda <mulix@actcom.co.il>
+ * use a debug macro instead of #ifdef CONFIG_DEBUG, trim to 80 columns
+ * per line, use 'do {} while (0)' in statement macros.
+ * v0.14.10
+ * June 6 2002 Lei Hu <Lei_hu@ali.com.tw>
+ * rewrite the part to read/write registers of audio codec for Ali5451
+ * v0.14.9e
+ * January 2 2002 Vojtech Pavlik <vojtech@ucw.cz> added gameport
+ * support to avoid resource conflict with pcigame.c
+ * v0.14.9d
+ * October 8 2001 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
+ * use set_current_state, properly release resources on failure in
+ * trident_probe, get rid of check_region
+ * v0.14.9c
+ * August 10 2001 Peter Wächtler <pwaechtler@loewe-komp.de>
+ * added support for Tvia (formerly Integraphics/IGST) CyberPro5050
+ * this chip is often found in settop boxes (combined video+audio)
+ * v0.14.9b
+ * Switch to static inline not extern inline (gcc 3)
+ * v0.14.9a
+ * Aug 6 2001 Alan Cox
+ * 0.14.9 crashed on rmmod due to a timer/bh left running. Simplified
+ * the existing logic (the BH doesn't help as ac97 is lock_irqsave)
+ * and used del_timer_sync to clean up
+ * Fixed a problem where the ALi change broke my generic card
+ * v0.14.9
+ * Jul 10 2001 Matt Wu
+ * Add H/W Volume Control
+ * v0.14.8a
+ * July 7 2001 Alan Cox
+ * Moved Matt Wu's ac97 register cache into the card structure
+ * v0.14.8
+ * Apr 30 2001 Matt Wu
+ * Set EBUF1 and EBUF2 to still mode
+ * Add dc97/ac97 reset function
+ * Fix power management: ali_restore_regs
+ * unreleased
+ * Mar 09 2001 Matt Wu
+ * Add cache for ac97 access
+ * v0.14.7
+ * Feb 06 2001 Matt Wu
+ * Fix ac97 initialization
+ * Fix bug: an extra tail will be played when playing
+ * Jan 05 2001 Matt Wu
+ * Implement multi-channels and S/PDIF in support for ALi 1535+
+ * v0.14.6
+ * Nov 1 2000 Ching-Ling Lee
+ * Fix the bug of memory leak when switching 5.1-channels to 2 channels.
+ * Add lock protection into dynamic changing format of data.
+ * Oct 18 2000 Ching-Ling Lee
+ * 5.1-channels support for ALi
+ * June 28 2000 Ching-Ling Lee
+ * S/PDIF out/in(playback/record) support for ALi 1535+, using /proc to be selected by user
+ * Simple Power Management support for ALi
+ * v0.14.5 May 23 2000 Ollie Lho
+ * Misc bug fix from the Net
+ * v0.14.4 May 20 2000 Aaron Holtzman
+ * Fix kfree'd memory access in release
+ * Fix race in open while looking for a free virtual channel slot
+ * remove open_wait wq (which appears to be unused)
+ * v0.14.3 May 10 2000 Ollie Lho
+ * fixed a small bug in trident_update_ptr, xmms 1.0.1 no longer uses 100% CPU
+ * v0.14.2 Mar 29 2000 Ching-Ling Lee
+ * Add clear to silence advance in trident_update_ptr
+ * fix invalid data of the end of the sound
+ * v0.14.1 Mar 24 2000 Ching-Ling Lee
+ * ALi 5451 support added, playback and recording O.K.
+ * ALi 5451 originally developed and structured based on sonicvibes, and
+ * suggested to merge into this file by Alan Cox.
+ * v0.14 Mar 15 2000 Ollie Lho
+ * 5.1 channel output support with channel binding. What's the Matrix ?
+ * v0.13.1 Mar 10 2000 Ollie Lho
+ * few minor bugs on dual codec support, needs more testing
+ * v0.13 Mar 03 2000 Ollie Lho
+ * new pci_* for 2.4 kernel, back ported to 2.2
+ * v0.12 Feb 23 2000 Ollie Lho
+ * Preliminary Recording support
+ * v0.11.2 Feb 19 2000 Ollie Lho
+ * removed incomplete full-dulplex support
+ * v0.11.1 Jan 28 2000 Ollie Lho
+ * small bug in setting sample rate for 4d-nx (reported by Aaron)
+ * v0.11 Jan 27 2000 Ollie Lho
+ * DMA bug, scheduler latency, second try
+ * v0.10 Jan 24 2000 Ollie Lho
+ * DMA bug fixed, found kernel scheduling problem
+ * v0.09 Jan 20 2000 Ollie Lho
+ * Clean up of channel register access routine (prepare for channel binding)
+ * v0.08 Jan 14 2000 Ollie Lho
+ * Isolation of AC97 codec code
+ * v0.07 Jan 13 2000 Ollie Lho
+ * Get rid of ugly old low level access routines (e.g. CHRegs.lp****)
+ * v0.06 Jan 11 2000 Ollie Lho
+ * Preliminary support for dual (more ?) AC97 codecs
+ * v0.05 Jan 08 2000 Luca Montecchiani <m.luca@iname.com>
+ * adapt to 2.3.x new __setup/__init call
+ * v0.04 Dec 31 1999 Ollie Lho
+ * Multiple Open, using Middle Loop Interrupt to smooth playback
+ * v0.03 Dec 24 1999 Ollie Lho
+ * mem leak in prog_dmabuf and dealloc_dmabuf removed
+ * v0.02 Dec 15 1999 Ollie Lho
+ * SiS 7018 support added, playback O.K.
+ * v0.01 Alan Cox et. al.
+ * Initial Release in kernel 2.3.30, does not work
+ *
+ * ToDo
+ * Clean up of low level channel register access code. (done)
+ * Fix the bug on dma buffer management in update_ptr, read/write, drain_dac (done)
+ * Dual AC97 codecs support (done)
+ * Recording support (done)
+ * Mmap support
+ * "Channel Binding" ioctl extension (done)
+ * new pci device driver interface for 2.4 kernel (done)
+ *
+ * Lock order (high->low)
+ * lock - hardware lock
+ * open_sem - guard opens
+ * sem - guard dmabuf, write re-entry etc
+ */
+
+#include <linux/config.h>
+#include <linux/module.h>
+#include <linux/string.h>
+#include <linux/ctype.h>
+#include <linux/ioport.h>
+#include <linux/sched.h>
+#include <linux/delay.h>
+#include <linux/sound.h>
+#include <linux/slab.h>
+#include <linux/soundcard.h>
+#include <linux/pci.h>
+#include <linux/init.h>
+#include <linux/poll.h>
+#include <linux/spinlock.h>
+#include <linux/smp_lock.h>
+#include <linux/ac97_codec.h>
+#include <linux/bitops.h>
+#include <linux/proc_fs.h>
+#include <linux/interrupt.h>
+#include <linux/pm.h>
+#include <linux/gameport.h>
+#include <linux/kernel.h>
+#include <asm/uaccess.h>
+#include <asm/io.h>
+#include <asm/dma.h>
+
+#if defined(CONFIG_ALPHA_NAUTILUS) || defined(CONFIG_ALPHA_GENERIC)
+#include <asm/hwrpb.h>
+#endif
+
+#include "trident.h"
+
+#define DRIVER_VERSION "0.14.10j-2.6"
+
+/* magic numbers to protect our data structures */
+#define TRIDENT_CARD_MAGIC 0x5072696E /* "Prin" */
+#define TRIDENT_STATE_MAGIC 0x63657373 /* "cess" */
+
+#define TRIDENT_DMA_MASK 0x3fffffff /* DMA buffer mask for pci_alloc_consist */
+#define ALI_DMA_MASK 0x7fffffff /* ALI Tridents have 31-bit DMA. Wow. */
+
+#define NR_HW_CH 32
+
+/* maximum number of AC97 codecs connected, AC97 2.0 defined 4, but 7018 and 4D-NX only
+ have 2 SDATA_IN lines (currently) */
+#define NR_AC97 2
+
+/* minor number of /dev/swmodem (temporary, experimental) */
+#define SND_DEV_SWMODEM 7
+
+static const unsigned ali_multi_channels_5_1[] = {
+ /*ALI_SURR_LEFT_CHANNEL, ALI_SURR_RIGHT_CHANNEL, */
+ ALI_CENTER_CHANNEL,
+ ALI_LEF_CHANNEL,
+ ALI_SURR_LEFT_CHANNEL,
+ ALI_SURR_RIGHT_CHANNEL
+};
+
+static const unsigned sample_size[] = { 1, 2, 2, 4 };
+static const unsigned sample_shift[] = { 0, 1, 1, 2 };
+
+static const char invalid_magic[] = KERN_CRIT "trident: invalid magic value in %s\n";
+
+enum {
+ TRIDENT_4D_DX = 0,
+ TRIDENT_4D_NX,
+ SIS_7018,
+ ALI_5451,
+ CYBER5050
+};
+
+static char *card_names[] = {
+ "Trident 4DWave DX",
+ "Trident 4DWave NX",
+ "SiS 7018 PCI Audio",
+ "ALi Audio Accelerator",
+ "Tvia/IGST CyberPro 5050"
+};
+
+static struct pci_device_id trident_pci_tbl[] = {
+ {PCI_VENDOR_ID_TRIDENT, PCI_DEVICE_ID_TRIDENT_4DWAVE_DX,
+ PCI_ANY_ID, PCI_ANY_ID, 0, 0, TRIDENT_4D_DX},
+ {PCI_VENDOR_ID_TRIDENT, PCI_DEVICE_ID_TRIDENT_4DWAVE_NX,
+ PCI_ANY_ID, PCI_ANY_ID, 0, 0, TRIDENT_4D_NX},
+ {PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_7018,
+ PCI_ANY_ID, PCI_ANY_ID, 0, 0, SIS_7018},
+ {PCI_VENDOR_ID_ALI, PCI_DEVICE_ID_ALI_5451,
+ PCI_ANY_ID, PCI_ANY_ID, 0, 0, ALI_5451},
+ {PCI_VENDOR_ID_INTERG, PCI_DEVICE_ID_INTERG_5050,
+ PCI_ANY_ID, PCI_ANY_ID, 0, 0, CYBER5050},
+ {0,}
+};
+
+MODULE_DEVICE_TABLE(pci, trident_pci_tbl);
+
+/* "software" or virtual channel, an instance of opened /dev/dsp */
+struct trident_state {
+ unsigned int magic;
+ struct trident_card *card; /* Card info */
+
+ /* file mode */
+ mode_t open_mode;
+
+ /* virtual channel number */
+ int virt;
+
+ struct dmabuf {
+ /* wave sample stuff */
+ unsigned int rate;
+ unsigned char fmt, enable;
+
+ /* hardware channel */
+ struct trident_channel *channel;
+
+ /* OSS buffer management stuff */
+ void *rawbuf;
+ dma_addr_t dma_handle;
+ unsigned buforder;
+ unsigned numfrag;
+ unsigned fragshift;
+
+ /* our buffer acts like a circular ring */
+ unsigned hwptr; /* where dma last started, updated by update_ptr */
+ unsigned swptr; /* where driver last clear/filled, updated by read/write */
+ int count; /* bytes to be comsumed or been generated by dma machine */
+ unsigned total_bytes; /* total bytes dmaed by hardware */
+
+ unsigned error; /* number of over/underruns */
+ /* put process on wait queue when no more space in buffer */
+ wait_queue_head_t wait;
+
+ /* redundant, but makes calculations easier */
+ unsigned fragsize;
+ unsigned dmasize;
+ unsigned fragsamples;
+
+ /* OSS stuff */
+ unsigned mapped:1;
+ unsigned ready:1;
+ unsigned endcleared:1;
+ unsigned update_flag;
+ unsigned ossfragshift;
+ int ossmaxfrags;
+ unsigned subdivision;
+
+ } dmabuf;
+
+ /* 5.1 channels */
+ struct trident_state *other_states[4];
+ int multi_channels_adjust_count;
+ unsigned chans_num;
+ unsigned long fmt_flag;
+ /* Guard against mmap/write/read races */
+ struct semaphore sem;
+
+};
+
+/* hardware channels */
+struct trident_channel {
+ int num; /* channel number */
+ u32 lba; /* Loop Begine Address, where dma buffer starts */
+ u32 eso; /* End Sample Offset, wehre dma buffer ends */
+ /* (in the unit of samples) */
+ u32 delta; /* delta value, sample rate / 48k for playback, */
+ /* 48k/sample rate for recording */
+ u16 attribute; /* control where PCM data go and come */
+ u16 fm_vol;
+ u32 control; /* signed/unsigned, 8/16 bits, mono/stereo */
+};
+
+struct trident_pcm_bank_address {
+ u32 start;
+ u32 stop;
+ u32 aint;
+ u32 aint_en;
+};
+
+static struct trident_pcm_bank_address bank_a_addrs = {
+ T4D_START_A,
+ T4D_STOP_A,
+ T4D_AINT_A,
+ T4D_AINTEN_A
+};
+
+static struct trident_pcm_bank_address bank_b_addrs = {
+ T4D_START_B,
+ T4D_STOP_B,
+ T4D_AINT_B,
+ T4D_AINTEN_B
+};
+
+struct trident_pcm_bank {
+ /* register addresses to control bank operations */
+ struct trident_pcm_bank_address *addresses;
+ /* each bank has 32 channels */
+ u32 bitmap; /* channel allocation bitmap */
+ struct trident_channel channels[32];
+};
+
+struct trident_card {
+ unsigned int magic;
+
+ /* We keep trident cards in a linked list */
+ struct trident_card *next;
+
+ /* single open lock mechanism, only used for recording */
+ struct semaphore open_sem;
+
+ /* The trident has a certain amount of cross channel interaction
+ so we use a single per card lock */
+ spinlock_t lock;
+
+ /* PCI device stuff */
+ struct pci_dev *pci_dev;
+ u16 pci_id;
+ u8 revision;
+
+ /* soundcore stuff */
+ int dev_audio;
+
+ /* structures for abstraction of hardware facilities, codecs, */
+ /* banks and channels */
+ struct ac97_codec *ac97_codec[NR_AC97];
+ struct trident_pcm_bank banks[NR_BANKS];
+ struct trident_state *states[NR_HW_CH];
+
+ /* hardware resources */
+ unsigned long iobase;
+ u32 irq;
+
+ /* Function support */
+ struct trident_channel *(*alloc_pcm_channel) (struct trident_card *);
+ struct trident_channel *(*alloc_rec_pcm_channel) (struct trident_card *);
+ void (*free_pcm_channel) (struct trident_card *, unsigned int chan);
+ void (*address_interrupt) (struct trident_card *);
+
+ /* Added by Matt Wu 01-05-2001 for spdif in */
+ int multi_channel_use_count;
+ int rec_channel_use_count;
+ u16 mixer_regs[64][NR_AC97]; /* Made card local by Alan */
+ int mixer_regs_ready;
+
+ /* Added for hardware volume control */
+ int hwvolctl;
+ struct timer_list timer;
+
+ /* Game port support */
+ struct gameport *gameport;
+};
+
+enum dmabuf_mode {
+ DM_PLAYBACK = 0,
+ DM_RECORD
+};
+
+/* table to map from CHANNELMASK to channel attribute for SiS 7018 */
+static u16 mask2attr[] = {
+ PCM_LR, PCM_LR, SURR_LR, CENTER_LFE,
+ HSET, MIC, MODEM_LINE1, MODEM_LINE2,
+ I2S_LR, SPDIF_LR
+};
+
+/* table to map from channel attribute to CHANNELMASK for SiS 7018 */
+static int attr2mask[] = {
+ DSP_BIND_MODEM1, DSP_BIND_MODEM2, DSP_BIND_FRONT, DSP_BIND_HANDSET,
+ DSP_BIND_I2S, DSP_BIND_CENTER_LFE, DSP_BIND_SURR, DSP_BIND_SPDIF
+};
+
+/* Added by Matt Wu 01-05-2001 for spdif in */
+static int ali_close_multi_channels(void);
+static void ali_delay(struct trident_card *card, int interval);
+static void ali_detect_spdif_rate(struct trident_card *card);
+
+static void ali_ac97_write(struct ac97_codec *codec, u8 reg, u16 val);
+static u16 ali_ac97_read(struct ac97_codec *codec, u8 reg);
+
+static struct trident_card *devs;
+
+static void trident_ac97_set(struct ac97_codec *codec, u8 reg, u16 val);
+static u16 trident_ac97_get(struct ac97_codec *codec, u8 reg);
+
+static int trident_open_mixdev(struct inode *inode, struct file *file);
+static int trident_ioctl_mixdev(struct inode *inode, struct file *file,
+ unsigned int cmd, unsigned long arg);
+
+static void ali_ac97_set(struct trident_card *card, int secondary, u8 reg, u16 val);
+static u16 ali_ac97_get(struct trident_card *card, int secondary, u8 reg);
+static void ali_set_spdif_out_rate(struct trident_card *card, unsigned int rate);
+static void ali_enable_special_channel(struct trident_state *stat);
+static struct trident_channel *ali_alloc_rec_pcm_channel(struct trident_card *card);
+static struct trident_channel *ali_alloc_pcm_channel(struct trident_card *card);
+static void ali_restore_regs(struct trident_card *card);
+static void ali_save_regs(struct trident_card *card);
+static int trident_suspend(struct pci_dev *dev, pm_message_t unused);
+static int trident_resume(struct pci_dev *dev);
+static void ali_free_pcm_channel(struct trident_card *card, unsigned int channel);
+static int ali_setup_multi_channels(struct trident_card *card, int chan_nums);
+static unsigned int ali_get_spdif_in_rate(struct trident_card *card);
+static void ali_setup_spdif_in(struct trident_card *card);
+static void ali_disable_spdif_in(struct trident_card *card);
+static void ali_disable_special_channel(struct trident_card *card, int ch);
+static void ali_setup_spdif_out(struct trident_card *card, int flag);
+static int ali_write_5_1(struct trident_state *state,
+ const char __user *buffer,
+ int cnt_for_multi_channel, unsigned int *copy_count,
+ unsigned int *state_cnt);
+static int ali_allocate_other_states_resources(struct trident_state *state,
+ int chan_nums);
+static void ali_free_other_states_resources(struct trident_state *state);
+
+/* save registers for ALi Power Management */
+static struct ali_saved_registers {
+ unsigned long global_regs[ALI_GLOBAL_REGS];
+ unsigned long channel_regs[ALI_CHANNELS][ALI_CHANNEL_REGS];
+ unsigned mixer_regs[ALI_MIXER_REGS];
+} ali_registers;
+
+#define seek_offset(dma_ptr, buffer, cnt, offset, copy_count) do { \
+ (dma_ptr) += (offset); \
+ (buffer) += (offset); \
+ (cnt) -= (offset); \
+ (copy_count) += (offset); \
+} while (0)
+
+static inline int lock_set_fmt(struct trident_state* state)
+{
+ if (test_and_set_bit(0, &state->fmt_flag))
+ return -EFAULT;
+
+ return 0;
+}
+
+static inline void unlock_set_fmt(struct trident_state* state)
+{
+ clear_bit(0, &state->fmt_flag);
+}
+
+static int
+trident_enable_loop_interrupts(struct trident_card *card)
+{
+ u32 global_control;
+
+ global_control = inl(TRID_REG(card, T4D_LFO_GC_CIR));
+
+ switch (card->pci_id) {
+ case PCI_DEVICE_ID_SI_7018:
+ global_control |= (ENDLP_IE | MIDLP_IE | BANK_B_EN);
+ break;
+ case PCI_DEVICE_ID_ALI_5451:
+ case PCI_DEVICE_ID_TRIDENT_4DWAVE_DX:
+ case PCI_DEVICE_ID_TRIDENT_4DWAVE_NX:
+ case PCI_DEVICE_ID_INTERG_5050:
+ global_control |= (ENDLP_IE | MIDLP_IE);
+ break;
+ default:
+ return 0;
+ }
+
+ outl(global_control, TRID_REG(card, T4D_LFO_GC_CIR));
+
+ pr_debug("trident: Enable Loop Interrupts, globctl = 0x%08X\n",
+ inl(TRID_REG(card, T4D_LFO_GC_CIR)));
+
+ return 1;
+}
+
+static int
+trident_disable_loop_interrupts(struct trident_card *card)
+{
+ u32 global_control;
+
+ global_control = inl(TRID_REG(card, T4D_LFO_GC_CIR));
+ global_control &= ~(ENDLP_IE | MIDLP_IE);
+ outl(global_control, TRID_REG(card, T4D_LFO_GC_CIR));
+
+ pr_debug("trident: Disabled Loop Interrupts, globctl = 0x%08X\n",
+ global_control);
+
+ return 1;
+}
+
+static void
+trident_enable_voice_irq(struct trident_card *card, unsigned int channel)
+{
+ unsigned int mask = 1 << (channel & 0x1f);
+ struct trident_pcm_bank *bank = &card->banks[channel >> 5];
+ u32 reg, addr = bank->addresses->aint_en;
+
+ reg = inl(TRID_REG(card, addr));
+ reg |= mask;
+ outl(reg, TRID_REG(card, addr));
+
+#ifdef DEBUG
+ reg = inl(TRID_REG(card, addr));
+ pr_debug("trident: enabled IRQ on channel %d, %s = 0x%08x(addr:%X)\n",
+ channel, addr == T4D_AINTEN_B ? "AINTEN_B" : "AINTEN_A",
+ reg, addr);
+#endif /* DEBUG */
+}
+
+static void
+trident_disable_voice_irq(struct trident_card *card, unsigned int channel)
+{
+ unsigned int mask = 1 << (channel & 0x1f);
+ struct trident_pcm_bank *bank = &card->banks[channel >> 5];
+ u32 reg, addr = bank->addresses->aint_en;
+
+ reg = inl(TRID_REG(card, addr));
+ reg &= ~mask;
+ outl(reg, TRID_REG(card, addr));
+
+ /* Ack the channel in case the interrupt was set before we disable it. */
+ outl(mask, TRID_REG(card, bank->addresses->aint));
+
+#ifdef DEBUG
+ reg = inl(TRID_REG(card, addr));
+ pr_debug("trident: disabled IRQ on channel %d, %s = 0x%08x(addr:%X)\n",
+ channel, addr == T4D_AINTEN_B ? "AINTEN_B" : "AINTEN_A",
+ reg, addr);
+#endif /* DEBUG */
+}
+
+static void
+trident_start_voice(struct trident_card *card, unsigned int channel)
+{
+ unsigned int mask = 1 << (channel & 0x1f);
+ struct trident_pcm_bank *bank = &card->banks[channel >> 5];
+ u32 addr = bank->addresses->start;
+
+#ifdef DEBUG
+ u32 reg;
+#endif /* DEBUG */
+
+ outl(mask, TRID_REG(card, addr));
+
+#ifdef DEBUG
+ reg = inl(TRID_REG(card, addr));
+ pr_debug("trident: start voice on channel %d, %s = 0x%08x(addr:%X)\n",
+ channel, addr == T4D_START_B ? "START_B" : "START_A",
+ reg, addr);
+#endif /* DEBUG */
+}
+
+static void
+trident_stop_voice(struct trident_card *card, unsigned int channel)
+{
+ unsigned int mask = 1 << (channel & 0x1f);
+ struct trident_pcm_bank *bank = &card->banks[channel >> 5];
+ u32 addr = bank->addresses->stop;
+
+#ifdef DEBUG
+ u32 reg;
+#endif /* DEBUG */
+
+ outl(mask, TRID_REG(card, addr));
+
+#ifdef DEBUG
+ reg = inl(TRID_REG(card, addr));
+ pr_debug("trident: stop voice on channel %d, %s = 0x%08x(addr:%X)\n",
+ channel, addr == T4D_STOP_B ? "STOP_B" : "STOP_A",
+ reg, addr);
+#endif /* DEBUG */
+}
+
+static u32
+trident_get_interrupt_mask(struct trident_card *card, unsigned int channel)
+{
+ struct trident_pcm_bank *bank = &card->banks[channel];
+ u32 addr = bank->addresses->aint;
+ return inl(TRID_REG(card, addr));
+}
+
+static int
+trident_check_channel_interrupt(struct trident_card *card, unsigned int channel)
+{
+ unsigned int mask = 1 << (channel & 0x1f);
+ u32 reg = trident_get_interrupt_mask(card, channel >> 5);
+
+#ifdef DEBUG
+ if (reg & mask)
+ pr_debug("trident: channel %d has interrupt, %s = 0x%08x\n",
+ channel, reg == T4D_AINT_B ? "AINT_B" : "AINT_A",
+ reg);
+#endif /* DEBUG */
+ return (reg & mask) ? 1 : 0;
+}
+
+static void
+trident_ack_channel_interrupt(struct trident_card *card, unsigned int channel)
+{
+ unsigned int mask = 1 << (channel & 0x1f);
+ struct trident_pcm_bank *bank = &card->banks[channel >> 5];
+ u32 reg, addr = bank->addresses->aint;
+
+ reg = inl(TRID_REG(card, addr));
+ reg &= mask;
+ outl(reg, TRID_REG(card, addr));
+
+#ifdef DEBUG
+ reg = inl(TRID_REG(card, T4D_AINT_B));
+ pr_debug("trident: Ack channel %d interrupt, AINT_B = 0x%08x\n",
+ channel, reg);
+#endif /* DEBUG */
+}
+
+static struct trident_channel *
+trident_alloc_pcm_channel(struct trident_card *card)
+{
+ struct trident_pcm_bank *bank;
+ int idx;
+
+ bank = &card->banks[BANK_B];
+
+ for (idx = 31; idx >= 0; idx--) {
+ if (!(bank->bitmap & (1 << idx))) {
+ struct trident_channel *channel = &bank->channels[idx];
+ bank->bitmap |= 1 << idx;
+ channel->num = idx + 32;
+ return channel;
+ }
+ }
+
+ /* no more free channels available */
+ printk(KERN_ERR "trident: no more channels available on Bank B.\n");
+ return NULL;
+}
+
+static void
+trident_free_pcm_channel(struct trident_card *card, unsigned int channel)
+{
+ int bank;
+ unsigned char b;
+
+ if (channel < 31 || channel > 63)
+ return;
+
+ if (card->pci_id == PCI_DEVICE_ID_TRIDENT_4DWAVE_DX ||
+ card->pci_id == PCI_DEVICE_ID_TRIDENT_4DWAVE_NX) {
+ b = inb(TRID_REG(card, T4D_REC_CH));
+ if ((b & ~0x80) == channel)
+ outb(0x0, TRID_REG(card, T4D_REC_CH));
+ }
+
+ bank = channel >> 5;
+ channel = channel & 0x1f;
+
+ card->banks[bank].bitmap &= ~(1 << (channel));
+}
+
+static struct trident_channel *
+cyber_alloc_pcm_channel(struct trident_card *card)
+{
+ struct trident_pcm_bank *bank;
+ int idx;
+
+ /* The cyberpro 5050 has only 32 voices and one bank */
+ /* .. at least they are not documented (if you want to call that
+ * crap documentation), perhaps broken ? */
+
+ bank = &card->banks[BANK_A];
+
+ for (idx = 31; idx >= 0; idx--) {
+ if (!(bank->bitmap & (1 << idx))) {
+ struct trident_channel *channel = &bank->channels[idx];
+ bank->bitmap |= 1 << idx;
+ channel->num = idx;
+ return channel;
+ }
+ }
+
+ /* no more free channels available */
+ printk(KERN_ERR "cyberpro5050: no more channels available on Bank A.\n");
+ return NULL;
+}
+
+static void
+cyber_free_pcm_channel(struct trident_card *card, unsigned int channel)
+{
+ if (channel > 31)
+ return;
+ card->banks[BANK_A].bitmap &= ~(1 << (channel));
+}
+
+static inline void
+cyber_outidx(int port, int idx, int data)
+{
+ outb(idx, port);
+ outb(data, port + 1);
+}
+
+static inline int
+cyber_inidx(int port, int idx)
+{
+ outb(idx, port);
+ return inb(port + 1);
+}
+
+static int
+cyber_init_ritual(struct trident_card *card)
+{
+ /* some black magic, taken from SDK samples */
+ /* remove this and nothing will work */
+ int portDat;
+ int ret = 0;
+ unsigned long flags;
+
+ /*
+ * Keep interrupts off for the configure - we don't want to
+ * clash with another cyberpro config event
+ */
+
+ spin_lock_irqsave(&card->lock, flags);
+ portDat = cyber_inidx(CYBER_PORT_AUDIO, CYBER_IDX_AUDIO_ENABLE);
+ /* enable, if it was disabled */
+ if ((portDat & CYBER_BMSK_AUENZ) != CYBER_BMSK_AUENZ_ENABLE) {
+ printk(KERN_INFO "cyberpro5050: enabling audio controller\n");
+ cyber_outidx(CYBER_PORT_AUDIO, CYBER_IDX_AUDIO_ENABLE,
+ portDat | CYBER_BMSK_AUENZ_ENABLE);
+ /* check again if hardware is enabled now */
+ portDat = cyber_inidx(CYBER_PORT_AUDIO, CYBER_IDX_AUDIO_ENABLE);
+ }
+ if ((portDat & CYBER_BMSK_AUENZ) != CYBER_BMSK_AUENZ_ENABLE) {
+ printk(KERN_ERR "cyberpro5050: initAudioAccess: no success\n");
+ ret = -1;
+ } else {
+ cyber_outidx(CYBER_PORT_AUDIO, CYBER_IDX_IRQ_ENABLE,
+ CYBER_BMSK_AUDIO_INT_ENABLE);
+ cyber_outidx(CYBER_PORT_AUDIO, 0xbf, 0x01);
+ cyber_outidx(CYBER_PORT_AUDIO, 0xba, 0x20);
+ cyber_outidx(CYBER_PORT_AUDIO, 0xbb, 0x08);
+ cyber_outidx(CYBER_PORT_AUDIO, 0xbf, 0x02);
+ cyber_outidx(CYBER_PORT_AUDIO, 0xb3, 0x06);
+ cyber_outidx(CYBER_PORT_AUDIO, 0xbf, 0x00);
+ }
+ spin_unlock_irqrestore(&card->lock, flags);
+ return ret;
+}
+
+/* called with spin lock held */
+
+static int
+trident_load_channel_registers(struct trident_card *card, u32 * data,
+ unsigned int channel)
+{
+ int i;
+
+ if (channel > 63)
+ return 0;
+
+ /* select hardware channel to write */
+ outb(channel, TRID_REG(card, T4D_LFO_GC_CIR));
+
+ /* Output the channel registers, but don't write register
+ three to an ALI chip. */
+ for (i = 0; i < CHANNEL_REGS; i++) {
+ if (i == 3 && card->pci_id == PCI_DEVICE_ID_ALI_5451)
+ continue;
+ outl(data[i], TRID_REG(card, CHANNEL_START + 4 * i));
+ }
+ if (card->pci_id == PCI_DEVICE_ID_ALI_5451 ||
+ card->pci_id == PCI_DEVICE_ID_INTERG_5050) {
+ outl(ALI_EMOD_Still, TRID_REG(card, ALI_EBUF1));
+ outl(ALI_EMOD_Still, TRID_REG(card, ALI_EBUF2));
+ }
+ return 1;
+}
+
+/* called with spin lock held */
+static int
+trident_write_voice_regs(struct trident_state *state)
+{
+ unsigned int data[CHANNEL_REGS + 1];
+ struct trident_channel *channel;
+
+ channel = state->dmabuf.channel;
+
+ data[1] = channel->lba;
+ data[4] = channel->control;
+
+ switch (state->card->pci_id) {
+ case PCI_DEVICE_ID_ALI_5451:
+ data[0] = 0; /* Current Sample Offset */
+ data[2] = (channel->eso << 16) | (channel->delta & 0xffff);
+ data[3] = 0;
+ break;
+ case PCI_DEVICE_ID_SI_7018:
+ case PCI_DEVICE_ID_INTERG_5050:
+ data[0] = 0; /* Current Sample Offset */
+ data[2] = (channel->eso << 16) | (channel->delta & 0xffff);
+ data[3] = (channel->attribute << 16) | (channel->fm_vol & 0xffff);
+ break;
+ case PCI_DEVICE_ID_TRIDENT_4DWAVE_DX:
+ data[0] = 0; /* Current Sample Offset */
+ data[2] = (channel->eso << 16) | (channel->delta & 0xffff);
+ data[3] = channel->fm_vol & 0xffff;
+ break;
+ case PCI_DEVICE_ID_TRIDENT_4DWAVE_NX:
+ data[0] = (channel->delta << 24);
+ data[2] = ((channel->delta << 16) & 0xff000000) |
+ (channel->eso & 0x00ffffff);
+ data[3] = channel->fm_vol & 0xffff;
+ break;
+ default:
+ return 0;
+ }
+
+ return trident_load_channel_registers(state->card, data, channel->num);
+}
+
+static int
+compute_rate_play(u32 rate)
+{
+ int delta;
+ /* We special case 44100 and 8000 since rounding with the equation
+ does not give us an accurate enough value. For 11025 and 22050
+ the equation gives us the best answer. All other frequencies will
+ also use the equation. JDW */
+ if (rate == 44100)
+ delta = 0xeb3;
+ else if (rate == 8000)
+ delta = 0x2ab;
+ else if (rate == 48000)
+ delta = 0x1000;
+ else
+ delta = (((rate << 12) + rate) / 48000) & 0x0000ffff;
+ return delta;
+}
+
+static int
+compute_rate_rec(u32 rate)
+{
+ int delta;
+
+ if (rate == 44100)
+ delta = 0x116a;
+ else if (rate == 8000)
+ delta = 0x6000;
+ else if (rate == 48000)
+ delta = 0x1000;
+ else
+ delta = ((48000 << 12) / rate) & 0x0000ffff;
+
+ return delta;
+}
+
+/* set playback sample rate */
+static unsigned int
+trident_set_dac_rate(struct trident_state *state, unsigned int rate)
+{
+ struct dmabuf *dmabuf = &state->dmabuf;
+
+ if (rate > 48000)
+ rate = 48000;
+ if (rate < 4000)
+ rate = 4000;
+
+ dmabuf->rate = rate;
+ dmabuf->channel->delta = compute_rate_play(rate);
+
+ trident_write_voice_regs(state);
+
+ pr_debug("trident: called trident_set_dac_rate : rate = %d\n", rate);
+
+ return rate;
+}
+
+/* set recording sample rate */
+static unsigned int
+trident_set_adc_rate(struct trident_state *state, unsigned int rate)
+{
+ struct dmabuf *dmabuf = &state->dmabuf;
+
+ if (rate > 48000)
+ rate = 48000;
+ if (rate < 4000)
+ rate = 4000;
+
+ dmabuf->rate = rate;
+ dmabuf->channel->delta = compute_rate_rec(rate);
+
+ trident_write_voice_regs(state);
+
+ pr_debug("trident: called trident_set_adc_rate : rate = %d\n", rate);
+
+ return rate;
+}
+
+/* prepare channel attributes for playback */
+static void
+trident_play_setup(struct trident_state *state)
+{
+ struct dmabuf *dmabuf = &state->dmabuf;
+ struct trident_channel *channel = dmabuf->channel;
+
+ channel->lba = dmabuf->dma_handle;
+ channel->delta = compute_rate_play(dmabuf->rate);
+
+ channel->eso = dmabuf->dmasize >> sample_shift[dmabuf->fmt];
+ channel->eso -= 1;
+
+ if (state->card->pci_id != PCI_DEVICE_ID_SI_7018) {
+ channel->attribute = 0;
+ if (state->card->pci_id == PCI_DEVICE_ID_ALI_5451) {
+ if ((channel->num == ALI_SPDIF_IN_CHANNEL) ||
+ (channel->num == ALI_PCM_IN_CHANNEL))
+ ali_disable_special_channel(state->card, channel->num);
+ else if ((inl(TRID_REG(state->card, ALI_GLOBAL_CONTROL))
+ & ALI_SPDIF_OUT_CH_ENABLE)
+ && (channel->num == ALI_SPDIF_OUT_CHANNEL)) {
+ ali_set_spdif_out_rate(state->card,
+ state->dmabuf.rate);
+ state->dmabuf.channel->delta = 0x1000;
+ }
+ }
+ }
+
+ channel->fm_vol = 0x0;
+
+ channel->control = CHANNEL_LOOP;
+ if (dmabuf->fmt & TRIDENT_FMT_16BIT) {
+ /* 16-bits */
+ channel->control |= CHANNEL_16BITS;
+ /* signed */
+ channel->control |= CHANNEL_SIGNED;
+ }
+ if (dmabuf->fmt & TRIDENT_FMT_STEREO)
+ /* stereo */
+ channel->control |= CHANNEL_STEREO;
+
+ pr_debug("trident: trident_play_setup, LBA = 0x%08x, Delta = 0x%08x, "
+ "ESO = 0x%08x, Control = 0x%08x\n", channel->lba,
+ channel->delta, channel->eso, channel->control);
+
+ trident_write_voice_regs(state);
+}
+
+/* prepare channel attributes for recording */
+static void
+trident_rec_setup(struct trident_state *state)
+{
+ u16 w;
+ u8 bval;
+
+ struct trident_card *card = state->card;
+ struct dmabuf *dmabuf = &state->dmabuf;
+ struct trident_channel *channel = dmabuf->channel;
+ unsigned int rate;
+
+ /* Enable AC-97 ADC (capture) */
+ switch (card->pci_id) {
+ case PCI_DEVICE_ID_ALI_5451:
+ ali_enable_special_channel(state);
+ break;
+ case PCI_DEVICE_ID_SI_7018:
+ /* for 7018, the ac97 is always in playback/record (duplex) mode */
+ break;
+ case PCI_DEVICE_ID_TRIDENT_4DWAVE_DX:
+ w = inb(TRID_REG(card, DX_ACR2_AC97_COM_STAT));
+ outb(w | 0x48, TRID_REG(card, DX_ACR2_AC97_COM_STAT));
+ /* enable and set record channel */
+ outb(0x80 | channel->num, TRID_REG(card, T4D_REC_CH));
+ break;
+ case PCI_DEVICE_ID_TRIDENT_4DWAVE_NX:
+ w = inw(TRID_REG(card, T4D_MISCINT));
+ outw(w | 0x1000, TRID_REG(card, T4D_MISCINT));
+ /* enable and set record channel */
+ outb(0x80 | channel->num, TRID_REG(card, T4D_REC_CH));
+ break;
+ case PCI_DEVICE_ID_INTERG_5050:
+ /* don't know yet, using special channel 22 in GC1(0xd4)? */
+ break;
+ default:
+ return;
+ }
+
+ channel->lba = dmabuf->dma_handle;
+ channel->delta = compute_rate_rec(dmabuf->rate);
+ if ((card->pci_id == PCI_DEVICE_ID_ALI_5451) &&
+ (channel->num == ALI_SPDIF_IN_CHANNEL)) {
+ rate = ali_get_spdif_in_rate(card);
+ if (rate == 0) {
+ printk(KERN_WARNING "trident: ALi 5451 "
+ "S/PDIF input setup error!\n");
+ rate = 48000;
+ }
+ bval = inb(TRID_REG(card, ALI_SPDIF_CTRL));
+ if (bval & 0x10) {
+ outb(bval, TRID_REG(card, ALI_SPDIF_CTRL));
+ printk(KERN_WARNING "trident: cleared ALi "
+ "5451 S/PDIF parity error flag.\n");