- 01 Jul, 2004 10 commits
-
-
Jaroslav Kysela authored
ES1688 driver,ALS100 driver,AZT2320 driver,CMI8330 driver,DT019x driver ES18xx driver,OPL3SA2 driver,Sound Scape driver,AD1816A driver AD1848 driver,CS4231 driver,CS4236+ driver,GUS Library,Opti9xx drivers EMU8000 driver,ES968 driver,SB16/AWE driver,SB8 driver,SB drivers Wavefront drivers Removal and replacement of magic memory allocators and casts (isa part) This patch replaces snd_magic_kmalloc(), snd_magic_kcallc() and snd_magic_kfree() with kmalloc(), kcalloc() and kfree(), respectively. The cast via snd_magic_cast() is replaced with the standard cast, too. Signed-off-by:
Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
ALS4000 driver,ATIIXP driver,AZT3328 driver,BT87x driver,CMIPCI driver CS4281 driver,ENS1370/1+ driver,ES1938 driver,ES1968 driver FM801 driver,Intel8x0 driver,Intel8x0-modem driver,Maestro3 driver RME32 driver,RME96 driver,SonicVibes driver,VIA82xx driver AC97 Codec Core,AK4531 codec,ALI5451 driver,au88x0 driver,CS46xx driver EMU10K1/EMU10K2 driver,ICE1712 driver,ICE1724 driver,KORG1212 driver MIXART driver,NM256 driver,RME HDSP driver,RME9652 driver Trident driver,Digigram VX222 driver,YMFPCI driver Removal and replacement of magic memory allocators and casts (pci part) This patch replaces snd_magic_kmalloc(), snd_magic_kcallc() and snd_magic_kfree() with kmalloc(), kcalloc() and kfree(), respectively. The cast via snd_magic_cast() is replaced with the standard cast, too. Signed-off-by:
Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
Control Midlevel,ALSA Core,HWDEP Midlevel,PCM Midlevel,RawMidi Midlevel Timer Midlevel,IOCTL32 emulation,ALSA<-OSS emulation,ALSA sequencer Removal and replacement of magic memory allocators and casts (core part) This patch replaces snd_magic_kmalloc(), snd_magic_kcallc() and snd_magic_kfree() with kmalloc(), kcalloc() and kfree(), respectively. The cast via snd_magic_cast() is replaced with the standard cast, too. Signed-off-by:
Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
Control Midlevel,ALSA Core,PCM Midlevel,RawMidi Midlevel,Timer Midlevel IOCTL32 emulation,ALSA<-OSS emulation,ALSA sequencer,Instrument layer ALSA<-OSS sequencer,OPL3,EMU8000 driver,AC97 Codec Core,au88x0 driver EMU10K1/EMU10K2 driver,ICE1712 driver,ICE1724 driver,Trident driver Synth,Common EMU synth Removal of snd_kcalloc() This patch removes snd_kcalloc() from the kernel and updates callers to use the new generic kcalloc(). Signed-off-by:
Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
ICE1712 driver,ICE1724 driver Fixes for VT1720/VT1724 - Fixed the volume update on aureon. - Removed the bogus master volume from aureon. - Fixed the wrong number of ADCS (not used, though). - Don't access GPIO high bits on VT1720. - Fixed the buffer byte alignment for SPDIF and independen PCMs. - Proper rate constraints according to the I2S/AC-link connection. - Clean up the private data for PCM callbacks. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
EMU10K1/EMU10K2 driver Audigy 2 ZS - side support Added the support of side speakers on Audigy 2 ZS. TODO - detection of audigy 2 zs. Now it will add side controls to mixer for audigy 2 to. Maybe left or right slider can control volume of back center on audigy 2 too. Signed-off-by:
Peter Zubaj <pzad@pobox.sk> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
EMU10K1/EMU10K2 driver Fix Audigy + FX8010 capture (hw:x,2) This patch fixes capture problems from hw:x,2 on Audigy. It is same as previous, because it can be applied cleanly against CVS (I tested version from 23.06.2004) and hope it is still true for current CVS. I tested 4 channel recrding and it was OK. hw:x,2 records outputs from FX8010 (not FX buses) Using 'EFX voices mask' you can set channels what you want record. use alsactl store to store config edit this config (set true for needed channel for 'EFX voices mask' control) - I recorded channels 8,9,14,15 (front and rear output). use alsactl restore to restore config Looks like channel count must be power of 2 (1, 2, 4, 8, ...). Signed-off-by:
Peter Zubaj <pzad@pobox.sk> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
AC97 Codec Core Fixed the detection of STAC9708/11 surround control. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
replace the ALSA subsystem-specific snd_kcalloc() and snd_magic_kcalloc(). Signed-off-by:
Pekka Enberg <penberg@cs.helsinki.fi>
-
Jaroslav Kysela authored
into suse.cz:/home/perex/bk/linux-sound/linux-sound
-
- 30 Jun, 2004 1 commit
-
-
http://xfs.org:8090/xfs-linux-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
- 01 Jul, 2004 1 commit
-
-
Christoph Hellwig authored
SGI Modid: xfs-linux:xfs-kern:174326a Signed-off-by:
Nathan Scott <nathans@sgi.com>
-
- 30 Jun, 2004 16 commits
-
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Nicolas Pitre authored
Patch from Nicolas Pitre Missing prototype.
-
Nicolas Pitre authored
Patch from Nicolas Pitre ... and a comment fix in bonus
-
Tony Lindgren authored
Patch from Tony Lindgren Removes some dead code as noted by Russell King.
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Dave Jones authored
Signed-off-by:
Kris Kersey <augustus@linuxhardware.org> Signed-off-by:
Dave Jones <davej@redhat.com>
-
Mika Kukkonen authored
-
Mika Kukkonen authored
-
Mika Kukkonen authored
-
Mika Kukkonen authored
-
Mika Kukkonen authored
-
Mika Kukkonen authored
-
Mika Kukkonen authored
-
Mika Kukkonen authored
-
Mika Kukkonen authored
-
Dave Jones authored
Signed-off-by:
Dave Jones <davej@redhat.com>
-
- 29 Jun, 2004 12 commits
-
-
bk://cifs.bkbits.net/linux-2.5cifsLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Linus Torvalds authored
Use NULL, not 0, where appropriate.
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Russell King authored
- Remove 'arc' machine name from Makefile - clk_set_rate() should return non-zero atm. - proc-sa1100.S doesn't need asm/ptrace.h - update mach-types - kill line of spaces in clock.h
-
Russell King authored
-
Russell King authored
Generate SIZEOF_MACHINE_DESC using asm-offsets method rather than relying on people updating the definition in asm/mach/arch.h
-
Russell King authored
This places arch_adjust_zones along side ISA_DMA_THRESHOLD. These two are related, but having them in separate files means its not obvious that they are. ISA_DMA_THRESHOLD is a DMA mask which must be defined such that it matches the memory handed out by GFP_DMA, which in turn is controlled by arch_adjust_zones.
-
Russell King authored
This allows machine classes to override ISA_DMA_THRESHOLD as necessary.
-
Russell King authored
Clean up bzImage target, remove a couple of obsolete testing targets, and add better bootpImage help text.
-
Russell King authored
This fixes the buggy decompressor assembly, and fixes PCMCIA IO to use the correct byte lane when accessing certain PCMCIA cards.
-
Russell King authored
Static data causes GOTOFF relocations to be used, which won't work because we want to relocate the .data section separately from the .text section. Therefore, force all data to be nonstatic.
-
Russell King authored
- use 'Image' target for kernel image to be compressed rather than duplicating its generation. - use .incbin-based generation of ELF objects from binary data rather than 'ld'-based generation.
-