- 29 Feb, 2004 5 commits
-
-
Jaroslav Kysela authored
PCI drivers Select CONFIG_VIDEO_DEV when CONFIG_SND_FM801_TEA575X is wanted
-
Jaroslav Kysela authored
AK4531 codec Aux Input Route -> Aux Capture Route renaming
-
Jaroslav Kysela authored
Sound Core PDAudioCF driver Fixed pcm->name settings
-
Jaroslav Kysela authored
ALSA Core Fixed snd_info_set_text_ops() wwhen CONFIG_PROC_FS is not defined
-
Jaroslav Kysela authored
PPC Tumbler driver fixed the resume of bass/treble volumes on snapper.
-
- 26 Feb, 2004 12 commits
-
-
Jaroslav Kysela authored
VIA82xx driver - added the dxs_support default for Uniwill laptop.
-
Jaroslav Kysela authored
Documentation - fixed the example code of ctl info callback with enum type.
-
Jaroslav Kysela authored
Sound Core PDAudioCF driver akpm@osdl.org Fix pdaudiocf_irq.c for gcc-3.5
-
Jaroslav Kysela authored
EMU10K1/EMU10K2 driver James Courtier-Dutton <James@superbug.demon.co.uk>, some additions
-
Jaroslav Kysela authored
VIA82xx driver - added dxs_support default for EPIA MII.
-
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 9 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.
-