- 17 May, 2004 29 commits
-
-
Jaroslav Kysela authored
Documentation,ICE1724 driver,ICE1712 driver - added model module option to specify board model to snd-ice1712 and snd-ice1724 drivers. - removed ez8 option from ice1724. this can be specified as 'model=ez8' option. - rewritten some struct init in C99 style. - function for accessing i2c of ice1724 (for future use).
-
Jaroslav Kysela authored
Sound Core PDAudioCF driver - fixed the changed function decleration. - fixed the return value from cast check.
-
Jaroslav Kysela authored
VIA82xx driver renamed the elements of 'input source select' control to avoid confusion. formerly used words 'Line' and 'Mic', which have nothing to do with the actual connections.
-
Jaroslav Kysela authored
Documentation,CMIPCI driver make soft_ac3 option conditional again. this will make it possible for old chips to feed the IEC958 data without conversion (sometimes useful, e.g. for apps using mmap).
-
Jaroslav Kysela authored
Sound Core PDAudioCF driver Updated interrupt function to 2.6 irq API
-
Jaroslav Kysela authored
EMU10K1/EMU10K2 driver Credits for SB Live (c) 2003
-
Jaroslav Kysela authored
USB generic driver (Alan Stern) use altsetting number instead of index in messages
-
Jaroslav Kysela authored
Documentation added the document about Audigy mixer implementation by Peter Zubaj. it is not target to users, rather to developers.
-
Jaroslav Kysela authored
ATIIXP driver - fixed the direct SPDIF playback mode. (still experimental) - use the different driver id name for the direct spdif mode, so that alsa-lib can read another corresponding configuration.
-
Jaroslav Kysela authored
Documentation,CMIPCI driver dropped the software encoding of AC3 stream in the driver. this is done now in alsa-lib. soft_ac3 module option is kept for backward compatibility but not referred at all.
-
Jaroslav Kysela authored
Documentation,NM256 driver - added a blacklist to avoid the possible hang-up at module loading. - added notes about the hang-up problem to ALSA-Configuration.txt.
-
Jaroslav Kysela authored
PCM Midlevel fixed the bit width of IEC958_SUBFRAME_* formats from 24 to 32.
-
Jaroslav Kysela authored
VIA82xx driver fixed again the DXS entry for m680x to 48k-fixed rate.
-
Jaroslav Kysela authored
ALSA<-OSS emulation don't return negative byte count from GET[IO]PTR ioctl
-
Jaroslav Kysela authored
ICE1712 driver fix Hoontech DSP* box configuration
-
Jaroslav Kysela authored
Documentation - fixed some obsolete descriptions and typos. - a bit more detailed description about addition of the new driver.
-
Jaroslav Kysela authored
SA11xx UDA1341 driver,UDA1341 - clean up PM codes using the new PM callback functions.
-
Jaroslav Kysela authored
ALSA Core - added the generic PM callback registration. - rewritten ISA callbacks to use the new one.
-
Jaroslav Kysela authored
ES1968 driver - set ACPI D3 at suspend. - fixed the interrupt disabling at shutdown. - enabled PM for compaq Armada.
-
Jaroslav Kysela authored
AC97 Codec Core try to mute and power down in the destructor (to shut up noises).
-
Jaroslav Kysela authored
CS4231 driver add missing closing brace
-
Jaroslav Kysela authored
RME HDSP driver HDSP9632 has also firmware version 0x97
-
Jaroslav Kysela authored
Documentation,EMU10K1/EMU10K2 driver Initial attempt to add support for SB Live 5.1 (c) 2003
-
Jaroslav Kysela authored
VIA82xx driver added DXS whitelist for (eMachines) m680x.
-
Jaroslav Kysela authored
CS4231 driver checks the PCM substream pointers to fix oops/panic in the interrupt handler.
-
Jaroslav Kysela authored
Intel8x0 driver check that period interrupt really has occured; clear only those interrupts that have been handled
-
Jaroslav Kysela authored
ALSA<-OSS emulation,ALSA sequencer,ALSA<-OSS sequencer,OPL4 make some module parameters sysfs-writable, where appropriate
-
Jaroslav Kysela authored
PARISC Harmony driver fixed compilation - using struct parisc_device for DMA allocation.
-
Jaroslav Kysela authored
into suse.cz:/home/perex/bk/linux-sound/linux-sound
-
- 16 May, 2004 11 commits
-
-
bk://gkernel.bkbits.net/libata-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Jeff Garzik authored
ata_scsi_translate() sets this flag for all ATA->SCSI translated commands, so it need not be done in atapi_xlat(). The now-removed use in atapi_xlat() was also inconsistent WRT PIO versus DMA.
-
Jeff Garzik authored
DMADIR bit is necessary for some PATA->SATA bridges. These bridges require the OS driver to specify the data xfer direction, for PACKET (a.k.a. scsi) commands. A reliable DMADIR detection method hasn't yet been developed, and ATAPI is still a WIP, so DMADIR is enabled with an ifdef for now.
-
bk://bk.arm.linux.org.uk/linux-2.6-serialLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Russell King authored
Since all boards specify base_baud, the code to default base_baud to the architecture-defined BASE_BAUD is redundant. Also, defaulting to the architecture-defined BASE_BAUD is wrong since the UARTs on a serial PCI card will be clocked at the same rate no matter what the architecture of the host machine.
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Russell King authored
This eliminates the last SWI user from the kernel - now all SWI calls will only come from userspace. More importantly, this also allows us to empty the kernel stack when starting userspace programs from kernelspace, thereby ensuring that the user registers always appear at the top of the kernel stack.
-
Russell King authored
This moves a bunch of EXPORT_SYMBOL() statements from armksyms.c into the file which defines the function/variable such that the exports are localised. This also means we can get rid of the ugly __xxx_to_xxx__is_a_macro in include/asm-arm/arch-*/memory.h
-
bk://gkernel.bkbits.net/net-drivers-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Jeff Garzik authored
into redhat.com:/spare/repo/net-drivers-2.6
-
Jonathan Corbet authored
No more users of the autoirq_xxx() API existed, so this file is not only unused, it isn't even listed in any makefiles.
-