- 26 Feb, 2004 7 commits
-
-
Jaroslav Kysela authored
PCM Midlevel,Intel8x0 driver - added snd_pcm_limit_hw_rates() to determine the min/max rates from rates bits.
-
Jaroslav Kysela authored
MIXART driver - fixed the race condition in message flow. - removed obsolete debug prints. - make prepare callback non-atomic. - synchronize with the pending messages in prepare and hw_free callbacks.
-
Jaroslav Kysela authored
AC97 Codec Core - fixed the handling of S/PDIF rates. the IEC958 status bits are updated according to the current rate.
-
Jaroslav Kysela authored
Documentation - fixed the description for snd-cmipci module option.
-
Jaroslav Kysela authored
CMIPCI driver - use 0x201 as the default joystick port address.
-
Jaroslav Kysela authored
ALS4000 driver - fixed the build without joystick support.
-
Jaroslav Kysela authored
USB generic driver usb_ch9.h is already included in usb.h
-
- 23 Feb, 2004 14 commits
-
-
Jaroslav Kysela authored
-
Jaroslav Kysela authored
AK4117 receiver Added missing ak4117.h file
-
Jaroslav Kysela authored
Serial BUS drivers Moved AK4117 from alsa-driver tree to satisfy dependency for PDAudioCF driver
-
Jaroslav Kysela authored
EMU10K1/EMU10K2 driver Fixed page overflow
-
Jaroslav Kysela authored
Documentation,ALSA Core,PCMCIA Kconfig,PCMCIA Sound Core PDAudioCF driver Added Sound Core PDAudioCF driver
-
Jaroslav Kysela authored
MIXART driver Added missing header file inclusion
-
Jaroslav Kysela authored
ALSA sequencer Clemens Ladisch <clemens@ladisch.de> - fix typo in port flags - add GM2 capability bit
-
Jaroslav Kysela authored
USB generic driver Clemens Ladisch <clemens@ladisch.de> - add device-specific port names - begin numbering ports at 1
-
Jaroslav Kysela authored
ALSA sequencer Clemens Ladisch <clemens@ladisch.de> This patch reverses the order of the 'Rawmidi x' and rawmidi name parts of client names to enable selecting clients by a unique prefix (as snd_seq_parse_address does).
-
Jaroslav Kysela authored
MPU401 UART Clemens Ladisch <clemens@ladisch.de> remove unneeded technical information from port names
-
Jaroslav Kysela authored
ALSA sequencer Clemens Ladisch <clemens@ladisch.de> Timestamping (if enabled on a subscription or a port) is not applied to the quoted event but to the quoting event. This patch adds a function to copy only selected fields into the event to be delivered. - fix KERNEL_QUOTE event timestamping - fix typo in port_broadcast_event
-
Jaroslav Kysela authored
RME HDSP driver Fixed wrong assert, added checks for copy_*_user functions
-
Jaroslav Kysela authored
Trident driver Fixed s/pdif control initialization
-
Jaroslav Kysela authored
into suse.cz:/home/perex/bk/linux-sound/linux-sound
-
- 22 Feb, 2004 19 commits
-
-
bk://kernel.bkbits.net/davem/bt-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
Benjamin Herrenschmidt authored
This undef's DEBUG by default in macio_asic, this is now working fairly well, and the actual output isn't really useful anyway.
-
Andrew Morton authored
From: Alexander Atanasov <alex@ssi.bg> dpm_runtime_suspend holds dpm_sem and calls dpm_runtime_resume which deadlocks. Directly call runtime_resume instead.
-
Andrew Morton authored
From: Adrian Bunk <bunk@fs.tum.de> GNU make 3.78 reproducible segfaults when building kernel 2.6. See http://marc.theaimsgroup.com/?l=linux-kernel&m=107333742902438&w=2 Therefore, the minimum requirement for GNU make has to be raised in Documentation/Changes. GNU make 3.79.1 works.
-
Andrew Morton authored
From: Pavel Machek <pavel@ucw.cz> In 2.6.3, cleanups arrived, and they got test for invalid frequencies wrong. Only first frequency is allowed to be < FID_TABLE_BOTTOM, but due to bug it cleanups it allowed no frequencies < FID_TABLE_BOTTOM. This fixes it.
-
Andrew Morton authored
Lots of these: fs/partitions/efi.c:387: warning: long unsigned int format, u64 arg (arg 2) fs/partitions/efi.c:387: warning: long unsigned int format, u64 arg (arg 3) fs/partitions/efi.c:387: warning: long unsigned int format, u64 arg (arg 2) fs/partitions/efi.c:387: warning: long unsigned int format, u64 arg (arg 3) fs/partitions/efi.c:395: warning: long unsigned int format, u64 arg (arg 2) fs/partitions/efi.c:395: warning: long unsigned int format, u64 arg (arg 3) because it is assuming that you can print a u64 with %ld on 64-bit machines.
-
Andrew Morton authored
From: David Woodhouse <dwmw2@infradead.org> Now that we coalesce ACKs for outgoing packets, the v.110 code needs to look at the size it's given rather than assuming it'll get precisely one callback for each packet sent...
-
Andrew Morton authored
From: "Randy.Dunlap" <rddunlap@osdl.org> From: Michael Veeck <michael.veeck@gmx.net> Removes unnecessary min/max macros and use kernel.h macros instead.
-
Andrew Morton authored
From: "Randy.Dunlap" <rddunlap@osdl.org> From: Michael Veeck <michael.veeck@gmx.net> Remove unnecessary min/max macros and changes calls to use kernel.h macros instead.
-
Andrew Morton authored
From: <WHarms@bfs.de>(Walter Harms) Hi list, while checking 2.6.1 for missing checks(). fs/jffs/inode-v23.c got overlooked somehow. This patch fixes: 2 unguarded kmem_cache_create 1 unguarded proc_mkdir
-
Andrew Morton authored
From: Stephen Smalley <sds@epoch.ncsc.mil> Looking at d_splice_alias, it appears that the security_d_instantiate call in the first case (where it ends up moving an entry in place of the given dentry) should be passing 'new' rather than 'dentry' to ensure that the passed dentry is associated with the inode. This patch should fix the problem. (Addresses bugzilla #2153)
-
Andrew Morton authored
ext3_error() sleeps, so don't call it with the lock held.
-
Andrew Morton authored
From: Andi Kleen <ak@suse.de>, From Suresh.B.Siddha Fix another bug caused by the recent IA32e merge. The full L1 cache size padding of the GDT didn't work with smaller cache line sizes. Just revert that. I must admit I still don't understand why it didn't work, but it's better to have a working system for now.
-
Andrew Morton authored
From: Xose Vazquez Perez <xose@wanadoo.es> Even master's books bring errors :-). URL has the errata and more information about the books
-
Andrew Morton authored
From: "Randy.Dunlap" <rddunlap@osdl.org> This patch tries to clean up init section usage in arch/i386/kernel/cpu/mtrr/*.c.
-
Andrew Morton authored
From: Geert Uytterhoeven <geert@linux-m68k.org> When compiling the IPMI drivers on m68k, I needed a few more includes: - <asm/irq.h> (for disable_irq_nosync() and enable_irq()) - <linux/types.h> (for size_t) - <asm/system.h> (for printk())
-
Andrew Morton authored
From: Manfred Spraul <manfred@colorfullife.com> Attached is a patch that replaces the #ifndef CONFIG_SYSV syscall stubs with cond_syscall stubs.
-
Andrew Morton authored
From: Paul Clements <Paul.Clements@SteelEye.com> This patch removes the PARANOIA define (it was always defined anyway). It also removes the requests_in/out counters (which weren't always accurate, and are superfluous anyway, since the block layer keeps its own in_flight counter). Also some minor cleanup of comments.
-
Andrew Morton authored
From: Paul Clements <Paul.Clements@SteelEye.com> This patch fixes the initial set_capacity call so that it matches nbd's internal device size (nbd_device->bytesize).
-