- 30 Mar, 2004 1 commit
-
-
Jaroslav Kysela authored
into suse.cz:/home/perex/bk/linux-sound/linux-sound
-
- 29 Mar, 2004 36 commits
-
-
Jaroslav Kysela authored
-
Jaroslav Kysela authored
AC97 Codec Core don't clobber other bits in SERIAL_CFG register with AD codecs when changing codec selection bits
-
Jaroslav Kysela authored
AC97 Codec Core fix hang because of uninitialized ad18xx.mutex with AD1985
-
Jaroslav Kysela authored
AC97 Codec Core fix superfluous rate register assignments
-
Jaroslav Kysela authored
AC97 Codec Core fix detection of 2.3 codecs
-
Jaroslav Kysela authored
IOCTL32 emulation disabled the entries conflifting with TIOC* ioctls.
-
Jaroslav Kysela authored
ICE1712 driver Fixed Delta410 cs8427 i/o
-
Jaroslav Kysela authored
CS46xx driver mmap_valid is 1 by default
-
Jaroslav Kysela authored
CS46xx driver Added parsing of mmap_valid,external_amp and thinkpad parameters at boot time
-
Jaroslav Kysela authored
PPC PowerMac driver Remove global enable variable
-
Jaroslav Kysela authored
ALSA Version release: 1.0.4rc1
-
Jaroslav Kysela authored
ICE1712 driver From: Arjan van de Ven <arjanv@redhat.com> ice1712.c: move 2 same structs to the top of the function; gcc won't share the stackslots anyway
-
Jaroslav Kysela authored
Intel8x0 driver disable the legacy midi/joystick properly as default.
-
Jaroslav Kysela authored
Documentation,I2C cs8427,ICE1712 driver fixed cs8427_timeout option to use the correct value in msec.
-
Jaroslav Kysela authored
Documentation Corrected cs8427_timeout
-
Jaroslav Kysela authored
USB generic driver adjust usb_set_interface() calls for 2.6.5-rc2
-
Jaroslav Kysela authored
PCM Midlevel Fix in snd_pcm_timer_resolution_change() - it no longer oops when 32-bit value overflows.
-
Jaroslav Kysela authored
USB generic driver fix deadlock on register_mutex and other bugs in initialization error paths
-
Jaroslav Kysela authored
Sound Core PDAudioCF driver Adrian Bunk <bunk@fs.tum.de> Fix warnings (SNDRV_GET_ID is not required since these files don't use get_id).
-
Jaroslav Kysela authored
Documentation Added cs8427_timeout to the snd-ice1712 module description
-
Jaroslav Kysela authored
I2C cs8427,ALSA Version,ICE1712 driver Added cs8427_timeout parameter to the ICE1712 driver
-
Jaroslav Kysela authored
Intel8x0 driver Removed the unprocessed IRQ detection, it seems bogus.
-
Jaroslav Kysela authored
Documentation The description about ALSA proc files, including debug information.
-
Jaroslav Kysela authored
PCM Midlevel - suppress the xrun debug output unless xrun_debug proc is set. - show stack trace when xrun_debug > 1.
-
Jaroslav Kysela authored
Intel8x0 driver added the quirk for Compaq Evo D510C.
-
Jaroslav Kysela authored
USB generic driver high speed support
-
Jaroslav Kysela authored
USB generic driver clean up get_iface again :)
-
Jaroslav Kysela authored
USB generic driver replace usage of interface index with calls to usb_ifnum_to_if (forgot this in 1.88)
-
Jaroslav Kysela authored
USB generic driver remove calls to usb_driver_release_interface (not needed when disconnect is called)
-
Linus Torvalds authored
-
Bartlomiej Zolnierkiewicz authored
Acked by Grant Grundler and Matthew Wilcox.
-
Bartlomiej Zolnierkiewicz authored
Acked by David Miller.
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Dave Jones authored
-
Jeff Garzik authored
Here's one for -rc... either this bit is assumed on most modern drives, or nobody uses the 6-byte commands for read/write (which is very likely). Either way it definitely wants fixing. Since we use the modern "LBA" method of addressing sectors, this bit must be present in the Device register when issuing a read or write. There are three code paths that need this bit, and only two of them actually set it. This patch fixes the third (and apparently never used) code path.
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
- 30 Mar, 2004 1 commit
-
-
Russell King authored
Acorn decided to use an esoteric method for handling the year. Update RTC implementation to follow this method.
-
- 29 Mar, 2004 2 commits
-
-
Russell King authored
- Since the coherent DMA allocator is not currently compatible with HUGETLB, ensure that we fail at compile time should this option be selected. - Move struct device/dma mask handling into consistent_alloc(). - Complain if someone tries to allocate coherent memory larger than their DMA mask will permit. - Rename consistent_alloc() to __dma_alloc() to ensure that there is no confusion that consistent_alloc() has gone. - Ensure warnings and errors report the correct function name.
-
Russell King authored
Since we've eliminated users of these functions, we can unexport them. Instead, drivers should use the DMA API interfaces.
-