- 01 Jan, 2004 1 commit
-
-
Jaroslav Kysela authored
into suse.cz:/home/perex/bk/linux-sound/linux-sound
-
- 31 Dec, 2003 8 commits
-
-
Russell King authored
Fix what seems to be a typo preventing .../power/state from working.
-
James Bottomley authored
The x86 build depends on NR_VECTORS being defined. This symbol, however, was put only into mach-default/irq_vectors.h The attached patch adds it to voyager too.
-
bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/tg3-2.6
-
Jeroen Vreeken authored
-
Hideaki Yoshifuji authored
-
Bart De Schuymer authored
-
David S. Miller authored
into nuts.ninka.net:/disk1/davem/BK/net-2.6
-
- 30 Dec, 2003 31 commits
-
-
Linus Torvalds authored
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/sparc-2.6
-
David S. Miller authored
-
David S. Miller authored
-
Linus Torvalds authored
-
Linus Torvalds authored
The old 50ms / 30ms timeouts apparently weren't sufficient with some disks.
-
Jaroslav Kysela authored
-
Jaroslav Kysela authored
Documentation More complete PCM device example
-
Jaroslav Kysela authored
VIA82xx driver Added Easy Note 3171, Packard Bell - VIA_DXS_ENABLE
-
Jaroslav Kysela authored
Documentation,ALSA<-OSS emulation - changed whole-frag (default again) => partial-frag - small corrections in snd_pcm_oss_get_ptr() - atomic hw_ptr and info.bytes
-
Jaroslav Kysela authored
ICE1712 driver DFS bit must be handled also for Delta1010 and Delta2496
-
Jaroslav Kysela authored
ALSA Core petter wahlman <petter.wahlman@chello.no> vsnprintf does not copy more than 'size' bytes _including_ '\0'
-
Jaroslav Kysela authored
Documentation Added read_size comment for snd_info_set_text_ops()
-
Jaroslav Kysela authored
ALSA Core A try to fix get_id() function - use alloc_bootmem()
-
Jaroslav Kysela authored
ALSA sequencer Fixed typo
-
Jaroslav Kysela authored
GUS Library Fixed race - scheduling in interrupt
-
Jaroslav Kysela authored
Control Midlevel Added snd_ctl_find_hole() function. Added printk when control already exists.
-
Jaroslav Kysela authored
RME9652 driver Removed duplicated ADAT3 Sync control
-
Jaroslav Kysela authored
USB generic driver Clemens Ladisch <clemens@ladisch.de> deactivate_urbs didn't return the number of still-active URBs when not unlinking asynchronously, which would prevent calling wait_clear_urbs when some URBs actually are being unlinked asynchronously, so these URBs would be freed while still in use. I removed deactivate_urb's return value because wait_clear_urbs does its own counting anyway.
-
Jaroslav Kysela authored
Timer Midlevel An attempt to fix the system timer behaviour (lost jiffy ticks)
-
Jaroslav Kysela authored
AMD InterWave driver Fixed typo
-
Jaroslav Kysela authored
EMU10K1/EMU10K2 driver <pzad@pobox.sk> Center is initialized to analog to prevent noise at startup (SB Live)
-
Jaroslav Kysela authored
ALSA<-OSS emulation - added OSS_ALSAEMULVER ioctl - cleanups for put_user()
-
Jaroslav Kysela authored
into suse.cz:/home/perex/bk/linux-sound/linux-sound
-
David S. Miller authored
into nuts.ninka.net:/disk1/davem/BK/sparc-2.6
-
Andrew Morton authored
The reworked firmware loader in the DVB patches needs the fix to the call_usermodehelper() return value. From: Rusty Russell <rusty@rustcorp.com.au> MODULE_ALIAS_BLOCK() and MODULE_ALIAS_CHAR() define aliases of form "XXX-<major>-<minor>", so we should probe for modules using this form. Unfortunately in 2.4, block aliases were "XXX-<major>" and char aliases were of both forms. Ideally, all modules would now be using MODULE_ALIAS() macros to define their aliases, and the old configuration files wouldn't matter as much. Unfortunately, this hasn't happened, so we make request_module() return the exit status of modprobe, and then do fallback when probing for char and block devices. (Kudos to Chris Wright, I stole his kernel_thread flags).
-
Andrew Morton authored
From: David Hinds <dhinds@sonic.net> This removes dead PCI-related code from the i82365 driver.
-
Andrew Morton authored
From: David Hinds <dhinds@sonic.net> This changes the PCMCIA CIS parsing code to use kmalloc() rather than allocating some data structures on the kernel stack.
-
Andrew Morton authored
From: David Hinds <dhinds@sonic.net> This fixes interrupt allocation for 16-bit PCMCIA cards, so that on systems supporting ISA bus interrupts, if all ISA interrupts are unavailable, we'll fall back on sharing the bridge PCI interrupt.
-
Andrew Morton authored
From: David Hinds <dhinds@sonic.net> This fixes half/full duplex selection for certain NE2000 compatible PCMCIA cards.
-
Andrew Morton authored
From: David Hinds <dhinds@sonic.net> This just sets missing logging levels for printk's in yenta_socket.
-