- 25 Sep, 2003 40 commits
-
-
Linus Torvalds authored
-
bk://kernel.bkbits.net//home/mochel/linux-2.5-powerPatrick Mochel authored
into osdl.org:/home/mochel/src/kernel/linux-2.5-power
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/linux-2.5-power
-
James Bottomley authored
The latest set of smc-mca fixes broke the driver. Apparently, it wasn't realised that request_region() actually returns a pointer to the region you're requesting if it can. Without this fix, the smc-mca cannot attach to any device.
-
bk://linux.bkbits.net/linux-2.5Patrick Mochel authored
into kernel.bkbits.net:/home/mochel/linux-2.5-power
-
bk://kernel.bkbits.net/gregkh/linux/linus-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/gregkh/linux/i2c-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Andrew Morton authored
This is pretty high on the puke-o-meter, but a zero means "infinity" for max_sectors. So we can't use "min()" to determine who has the smallest max_sector, and we'll have to use a special "min_not_zero()" compatison. Run away, run away.
-
http://linux-sound.bkbits.net/linux-soundLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Jaroslav Kysela authored
D:2003/09/25 19:55:42 C:RME HDSP driver,Sound Scape driver,ALSA Version A:Jaroslav Kysela <perex@suse.cz> F:include/hdsp.h:1.2->1.3 F:include/sscape_ioctl.h:1.1->1.2 F:include/version.h:1.23->1.24 F:isa/sscape.c:1.4->1.5 F:pci/rme9652/hdsp.c:1.43->1.44 L:- fixed firmware ioctls for sscape and hdsp drivers (ioctl out of range) L:- updated ALSA version to 0.9.7
-
Jaroslav Kysela authored
-
Jaroslav Kysela authored
into suse.cz:/home/perex/bk/linux-sound/linux-sound
-
Jaroslav Kysela authored
D:2003/09/24 17:47:04 C:Digigram VX Pocket driver A:Takashi Iwai <tiwai@suse.de> F:pcmcia/vx/vx_entry.c:1.2->1.3 L:remove timer and clean up for 2.6 kernel.
-
Jaroslav Kysela authored
D:2003/09/24 14:12:50 C:USB generic driver A:Takashi Iwai <tiwai@suse.de> F:usb/usbaudio.c:1.64->1.65 F:usb/usbmixer.c:1.22->1.23 L:- don't create controls from selector units with a single content. L:- suppress the error if async-out or adaptive-in has only one EP. L: don't create a sync pipe in this case.
-
Jaroslav Kysela authored
D:2003/09/23 15:31:44 C:Intel8x0 driver,VIA82xx driver,AC97 Codec Core,CS46xx driver A:Takashi Iwai <tiwai@suse.de> F:pci/intel8x0.c:1.91->1.92 F:pci/via82xx.c:1.51->1.52 F:pci/ac97/ac97_patch.c:1.22->1.23 F:pci/cs46xx/cs46xx_lib.c:1.63->1.64 F:pci/cs46xx/dsp_spos.c:1.21->1.22 L:added ac97 quirks: L: L:- Dell Precision 530 and Dimension 8300 (by Simon Munton <simon-alsa@munton.demon.co.uk>) L:- HP onboard
-
Jaroslav Kysela authored
D:2003/09/23 15:17:21 C:CS4236+ driver,PC98(CS423x) driver A:Takashi Iwai <tiwai@suse.de> F:isa/cs423x/cs4236.c:1.35->1.36 F:isa/cs423x/pc98.c:1.4->1.5 L:fixes by Uros Bizjak <uros@kss-loka.si>: L: L:- fixed the wrong DMA channel check in card->longname string L: composition.
-
Jaroslav Kysela authored
D:2003/09/17 14:34:33 C:Documentation,ES1968 driver A:Takashi Iwai <tiwai@suse.de> F:Documentation/ALSA-Configuration.txt:1.17->1.18 F:pci/es1968.c:1.52->1.53 L:- added enable_mpu option to enable/disable MPU401. L:- added the blacklist for MPU401. L:- removed the obsolete codes.
-
Jaroslav Kysela authored
D:2003/09/17 13:42:05 C:VIA82xx driver A:Takashi Iwai <tiwai@suse.de> F:pci/via82xx.c:1.50->1.51 L:- allow VAR for multi-channel stream. L:- use 48k only for DXS #3 on VIA8233A.
-
Jaroslav Kysela authored
D:2003/09/16 17:34:48 C:ALSA<-OSS emulation A:Takashi Iwai <tiwai@suse.de> F:core/oss/pcm_plugin.c:1.16->1.17 F:core/oss/pcm_plugin.h:1.5->1.6 L:- fixed the debug print for the recent gcc. L:- fixed the missing initialization of the recording frame size through L: plugin. the problem of zero-size read with the rate plugin should L: be fixed now.
-
Jaroslav Kysela authored
D:2003/09/16 16:09:35 C:VIA82xx driver A:Takashi Iwai <tiwai@suse.de> F:pci/via82xx.c:1.49->1.50 L:don't restrict the capture sample rate even with dxs 48k fixed is given.
-
Jaroslav Kysela authored
D:2003/09/16 07:57:34 C:PCI drivers A:Jaroslav Kysela <perex@suse.cz> F:pci/Kconfig:1.7->1.8 L:Replaced SOUND_GAMEPORT -> GAMEPORT
-
Jaroslav Kysela authored
D:2003/09/16 07:55:18 C:USB generic driver A:Jaroslav Kysela <perex@suse.cz> F:usb/usbaudio.c:1.63->1.64 L:Clemens Ladisch <clemens@ladisch.de> L:All AUDIO_FORMAT_PCM formats are signed, even 8 bits.
-
Jaroslav Kysela authored
D:2003/09/15 17:19:42 C:IOCTL32 emulation A:Takashi Iwai <tiwai@suse.de> F:core/ioctl32/pcm32.c:1.14->1.15 L:added missing SND_PCM_IOCTL_TSTAMP ioctl.
-
Jaroslav Kysela authored
D:2003/09/15 08:38:00 C:ENS1370/1+ driver A:Jaroslav Kysela <perex@suse.cz> F:pci/ens1370.c:1.48->1.49 L:Distinguish the ENS1371+ and ENS1370 cards for pci_driver
-
Jaroslav Kysela authored
D:2003/09/11 10:34:48 C:Serial BUS drivers,ICE1724 driver A:Takashi Iwai <tiwai@suse.de> F:i2c/other/ak4xxx-adda.c:1.5->1.6 F:pci/ice1712/revo.c:1.3->1.4 L:- fixed the reset of AK4355 codec. L: the surround sounds on m-audio revo 7.1 should work now. L:- write to only the register image instead of i/o writing in L: change the clock mode on AK codecs of revo board. L:- fixed the non-cleared memory.
-
Jaroslav Kysela authored
D:2003/09/10 19:01:16 C:ICE1724 driver A:Takashi Iwai <tiwai@suse.de> F:pci/ice1712/ice1724.c:1.17->1.18 L:fixed the rate locking bug: the rate locking couldn't be changed any more L:once if iec958 input is chosen.
-
Jaroslav Kysela authored
D:2003/09/10 17:26:26 C:ICE1724 driver A:Takashi Iwai <tiwai@suse.de> F:pci/ice1712/ice1724.c:1.16->1.17 L:use SIZE register to get the current DMA position. L:this register seems more reliable than BASE register.
-
Jaroslav Kysela authored
D:2003/09/10 14:51:30 C:ALSA<-OSS emulation A:Jaroslav Kysela <perex@suse.cz> F:core/oss/pcm_oss.c:1.48->1.49 F:include/pcm_oss.h:1.6->1.7 L:Fixed comments in pcm_oss.h L:Fixed sync() routine for the partial playback transfers
-
Jaroslav Kysela authored
D:2003/09/08 11:58:07 C:ALSA Core A:Takashi Iwai <tiwai@suse.de> F:include/asound.h:1.31->1.32 L:- added hwdep entry for usb-us428 driver.
-
Jaroslav Kysela authored
D:2003/09/08 10:32:23 C:VIA82xx driver A:Takashi Iwai <tiwai@suse.de> F:pci/via82xx.c:1.48->1.49 L:- added device mask bits to DXS channel check. L:- added an entry for DXS channel check.
-
Jaroslav Kysela authored
D:2003/09/08 08:14:17 C:ALSA<-OSS emulation A:Jaroslav Kysela <perex@suse.cz> F:core/oss/pcm_oss.c:1.47->1.48 L:Added handling for -EPIPE and -ESTRPIPE error codes in get_ptr and get_space L:functions.
-
Jaroslav Kysela authored
D:2003/09/05 18:46:42 C:Intel8x0 driver A:Takashi Iwai <tiwai@suse.de> F:pci/intel8x0.c:1.90->1.91 L:- check CIV register to sync the current index position. L: this may fix the noisy output on machines with sloppy interrupts.
-
Jaroslav Kysela authored
D:2003/09/04 19:45:26 C:HWDEP Midlevel A:Jaroslav Kysela <perex@suse.cz> F:core/hwdep.c:1.19->1.20 L:Use try_module_get() and module_put() to block the toplevel module L:Fixed returned error code in the release() callback
-
Jaroslav Kysela authored
D:2003/09/04 19:12:30 C:HWDEP Midlevel A:Jaroslav Kysela <perex@suse.cz> F:core/hwdep.c:1.18->1.19 L:Karsten Wiese <annabellesgarden@yahoo.de> L:Fixed hwdep hotplug problem
-
Jaroslav Kysela authored
D:2003/09/04 18:46:56 C:EMU10K1/EMU10K2 driver A:Takashi Iwai <tiwai@suse.de> F:pci/emu10k1/emufx.c:1.38->1.39 L:fixed the buffer overlap on FX8010 PCM.
-
Jaroslav Kysela authored
D:2003/09/04 10:09:21 C:IOCTL32 emulation A:Jaroslav Kysela <perex@suse.cz> F:core/ioctl32/ioctl32.c:1.17->1.18 L:Removed duplicated include
-
Jaroslav Kysela authored
D:2003/09/03 14:43:40 C:Memalloc module,PCM Midlevel,ALSA Core,ALSA<-OSS emulation C:Generic drivers,RME9652 driver A:Jaroslav Kysela <perex@suse.cz> F:core/memalloc.c:1.15->1.16 F:core/pcm_native.c:1.79->1.80 F:core/sound.c:1.47->1.48 F:core/oss/pcm_oss.c:1.46->1.47 F:drivers/dummy.c:1.24->1.25 F:pci/rme9652/rme9652.c:1.36->1.37 L:Felipe W Damasio <felipewd@terra.com.br> L:kill of not-required version.h inclusion
-
Jaroslav Kysela authored
D:2003/09/02 19:07:31 C:Intel8x0 driver A:Takashi Iwai <tiwai@suse.de> F:pci/intel8x0.c:1.89->1.90 L:- set 48k only for the sample rate of SPDIF on nForce.
-
Jaroslav Kysela authored
D:2003/09/02 19:06:40 C:USB generic driver A:Takashi Iwai <tiwai@suse.de> F:usb/usbquirks.h:1.21->1.22 L:Clemens Ladisch <clemens@ladisch.de>: L: L:- adds a quirk for the Midiman Ozone
-
Jaroslav Kysela authored
D:2003/09/02 19:06:12 C:Trident driver A:Takashi Iwai <tiwai@suse.de> F:pci/trident/trident_main.c:1.46->1.47 L: Clemens Ladisch <clemens@ladisch.de>: L: L:- reduces stack usage in snd_trident_mixer()
-