- 29 Mar, 2004 28 commits
-
-
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)
-
- 28 Mar, 2004 5 commits
-
-
Neil Brown authored
- make sure cd->buffer is always inside a page - previously if an entry fit perfectly in the remainder of a page, cd->buffer would end up pointing past the end of that page. - make sure num_entry_words is always correct, even on the error path.
-
Olof Johansson authored
This increases the DART table to use the full size. We allocate a full 16MB page anyway, so there's no difference in memory consumption. Thanks to Ben for spotting this, it was left over from debugging...
-
Olof Johansson authored
This fixes a bug in the iommu allocator that causes it to behave strangely when a fair size of the table is allocated. Thanks to Andrew Gallatin for finding this.
-
bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Greg Kroah-Hartman authored
This patch from Alan Stern <stern@rowland.harvard.edu> fixes a bug in the current USB code that causes khubd to hang when a device is removed from the system, thereby preventing any future USB device changes (like adding or removing other devices) from happening. Both Andrew and I can easily duplicate this bug against the current -bk tree. It's not a perfect fix, but it works for now, and I will spend the next week working on restructuring the code so this is handled properly.
-
- 27 Mar, 2004 7 commits
-
-
David S. Miller authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
It has been dead since kernel 2.5.18.
-
Bartlomiej Zolnierkiewicz authored
TiVo IDE support was never merged only this option was (in 2.4.0-test2), sigh.
-
Bartlomiej Zolnierkiewicz authored
-
Anton Blanchard authored
filldir and getdents should check return values of put_user etc. The generic code has been fixed but the ppc64 compat versions have not.
-
Linus Torvalds authored
-