- 21 Feb, 2004 25 commits
-
-
Jaroslav Kysela authored
PCM Midlevel Added OSS period frames to proc interface
-
Jaroslav Kysela authored
ALSA<-OSS emulation Fixed oss.period_frames setup
-
Jaroslav Kysela authored
ALSA<-OSS emulation Added period_frames to fix poll behavior
-
Jaroslav Kysela authored
ALSA<-OSS sequencer - fixed the behavior of SNDCTL_SEQ_IOCTL. (don't close the device).
-
Jaroslav Kysela authored
Intel8x0 driver - clean up the irq status bit debugging. - added nVidia Ck8S support.
-
Jaroslav Kysela authored
MIXART driver - replaced the debug messages with snd_printdd().
-
Jaroslav Kysela authored
VIA82xx driver - added the dxs default for MSI KT6 Delta-SR. - fixed the calculation of rate bits (based on 0x100000).
-
Jaroslav Kysela authored
Intel8x0 driver Added spinlock to pointer callback - ichdev->position is not changed atomically
-
Jaroslav Kysela authored
AC97 Codec Core - fixed the initial value of AD_MISC register for AD1885.
-
Jaroslav Kysela authored
ALSA sequencer - fixed the race conditions.
-
Jaroslav Kysela authored
Digigram VX core Alain Cretet <cretet@digigram.com>: - fixed the 24bit mono recording.
-
Jaroslav Kysela authored
Digigram VX core Alain Cretet <cretet@digigram.com>: - fixed the missing input VU meter.
-
Jaroslav Kysela authored
USB generic driver Clemens Ladisch <clemens@ladisch.de>: Terratec PHASE 26 MIDI support
-
Jaroslav Kysela authored
AC97 Codec Core Clemens Ladisch <clemens@ladisch.de>: added AD1888 support.
-
Jaroslav Kysela authored
AC97 Codec Core - fix for AD1885 - set the default MISC register value. - disabled 'digital audio mode', which seems problematic on many boards.
-
Jaroslav Kysela authored
VIA82xx driver - changed the default DXS of GA-7VAXP to NO_VRA.
-
Jaroslav Kysela authored
Intel8x0 driver - return with IRQ_RETVAL() for the unknown IRQ bits (often found on nForce2) with debug messages.
-
Jaroslav Kysela authored
ICE1712 driver,ICE1724 driver - added the support of independent surround PCM for ice1724.
-
Jaroslav Kysela authored
Digigram VX core - fixed another wrong lock.
-
Jaroslav Kysela authored
Documentation,ALSA Core,PCI drivers,MIXART driver,IGNORE - added snd-mixart driver for Digigram miXart boards.
-
Jaroslav Kysela authored
Digigram VX core - fixed the wrong lock (bug #2052) - use spin_lock_irqsave() now.
-
Jaroslav Kysela authored
USB generic driver - assign PCM unique (sub)streams for each USB format type. this will avoid the mix up of format I and format III on M-audio transit.
-
Jaroslav Kysela authored
AC97 Codec Core - fixed the detection of surround/LFE VRA on ALC650.
-
Jaroslav Kysela authored
AC97 Codec Core - fixed the mic gpio switch handling on the old ALC650. - fixed the wrong register initialization on ALC655/658.
-
Jaroslav Kysela authored
Intel8x0 driver - added the ac97 quirk for Intel D845WN (82801BA)
-
- 20 Feb, 2004 15 commits
-
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.6
-
David S. Miller authored
-
Alexander Viro authored
pktsched_init() and tc_filter_init() converted to subsys_initcall(). initialization of individual qdisc and tcf_proto switched to module_init(). Some of them used to be registered twice if built-in, BTW. init failure handling in sch_teql.c fixed - it used to leave objects (both qdisc and netdev) registered if insmod failed.
-
Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
Andrew Morton authored
From: Ralf Baechle <ralf@linux-mips.org> Below following 125547 lines of patches, all to arch/mips and include/asm-mips. I'm going to send the remaining stuff of which the one or other bit may need to be discussed in smaller bits.
-
bk://bk.linux1394.org/ieee1394-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
-
Ben Collins authored
-
Ben Collins authored
-
bk://bk.arm.linux.org.uk/linux-2.6-serialLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
Holger Schurig authored
Patch from Holger Schurig PXA Serial port (FFUART, BTUART, STUART) and console support This patch works perfectly here with "console=ttyS0,115200" in the kernel command line. It contains Jean-frederic Clere fix to detect STUART and BTUART. Nico said that I should post it to your patch tracker. It replaces patch 1662/1
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
Russell King authored
Update the Acorn VIDC sound interrupt handler to return IRQ_HANDLED.
-
Russell King authored
-
Russell King authored
Unfortunately some i2c drivers were missed when the "name" element of struct device was removed. This cset fixes these drivers.
-