Changes v1.0.10rc3 v1.0.10
Jump to navigation
Jump to search
Changelog between 1.0.10rc3 and 1.0.10 releases
- alsa-driver
+ Sound Core - Add a wrapper for the new platform_driver - Improve header hacks - release 1.0.10 + ALSA Core - Add printk_ratelimit() wrapper - Remove hacks for owner field in pci_driver - Simplify class_device_create() wrapper - Use platform_driver - Add a wrapper for the new platform_driver - Improve header hacks + /arm/Makefile - Add a wrapper for the new platform_driver + AC97 Codec - ac97 - procfs - print PCI subsystem vendor/device values + AD1889 driver - 2.6-git-sync: Remove .owner field + ALI5451 driver - ali5451 - Fix and clean up codec accessor + ALS4000 driver - 2.6-git-sync: Remove .owner field + ARM PXA2XX driver - Use platform_driver - Add a wrapper for the new platform_driver + ATIIXP driver - 2.6-git-sync: Remove .owner field + ATIIXP-modem driver - 2.6-git-sync: Remove .owner field + Digigram VX core - sound/drivers/vx/vx_hwdep.c should #include <linux/vmalloc.h> + EMU10K1/EMU10K2 driver - emu10k1 - Enable side surround channels for Audigy2 EX - Add support for Audigy 2 subsystem 2006 - snd-emu10k1: Attenuate output volume to reduce distortion - snd-emu10k1: Found some new registers to display in debug mode. + HDA Codec driver - hda-codec - Allocate amp hash array dynamically - hda-codec - Fix HDA sound and V.92 modem for notebook Siemens FieldPG-M + HDA Intel driver - sound/hda: rate-limit timeout message + ICE1712 driver - ice1724 (juli) - forced analog doughter board detection + PPC PMAC driver - pmac - remove superfluous include + SPARC cs4231 driver - 2.6-git-sync: Simplify SBUS code + VIA82xx driver - via82xx - Add dxs entry for MSI KT800 Delta-FSR
- alsa-lib
+ Core - release 1.0.10 + Control API - control - fixed crash when dynamic library is not present + PCM API - pcm_ladspa - fix locale issues
- alsa-utils
+ Core - Add largefile support - release 1.0.10 + Speaker Test - Disable NLS support when --disable-nls is passed + aconnect - Disable NLS support when --disable-nls is passed + alsaconf - Add Sparc support in alsaconf + aplay/arecord - Disable NLS support when --disable-nls is passed - aplay/arecord - show the default settings + aseqnet - Disable NLS support when --disable-nls is passed
- alsa-oss
+ Core - release 1.0.10
Detailed changelog between 1.0.10rc3 and 1.0.10 releases
- alsa-driver
+ Sound Core - Summary: Add a wrapper for the new platform_driver Add a wrapper for the new platform_driver. Patches are regenerated or removed. - Summary: Improve header hacks Improved the hack for linux or asm headers. Hacked headers are cleaned up before checked via configure. - Summary: release 1.0.10 + ALSA Core - Summary: Add printk_ratelimit() wrapper Added printk_ratelimit() wrapper for 2.2/2.4 kernels. - Summary: Remove hacks for owner field in pci_driver Removed hacks for onwer field in pci_driver. It's obsoleted. - Summary: Simplify class_device_create() wrapper Simplify class_device_create() wrapper for new nested styles. - Summary: Use platform_driver Use the new platform_driver for platform_device. - Summary: Add a wrapper for the new platform_driver Add a wrapper for the new platform_driver. Patches are regenerated or removed. - Summary: Improve header hacks Improved the hack for linux or asm headers. Hacked headers are cleaned up before checked via configure. + /arm/Makefile - Summary: Add a wrapper for the new platform_driver Add a wrapper for the new platform_driver. Patches are regenerated or removed. + AC97 Codec - Summary: ac97 - procfs - print PCI subsystem vendor/device values For debugging and problem finding purposes, show also the PCI subsystem vendor/device values in the ac97#X proc file. + AD1889 driver - Summary: 2.6-git-sync: Remove .owner field Remove .owner field from pci_driver. Obsoleted now. + ALI5451 driver - Summary: ali5451 - Fix and clean up codec accessor Fix the codec accessors to avoid soft lockup. Spin locks are revised, too. + ALS4000 driver - Summary: 2.6-git-sync: Remove .owner field Remove .owner field from pci_driver. Obsoleted now. + ARM PXA2XX driver - Summary: Use platform_driver Use the new platform_driver for platform_device. - Summary: Add a wrapper for the new platform_driver Add a wrapper for the new platform_driver. Patches are regenerated or removed. + ATIIXP driver - Summary: 2.6-git-sync: Remove .owner field Remove .owner field from pci_driver. Obsoleted now. + ATIIXP-modem driver - Summary: 2.6-git-sync: Remove .owner field Remove .owner field from pci_driver. Obsoleted now. + Digigram VX core - Summary: sound/drivers/vx/vx_hwdep.c should #include <linux/vmalloc.h> This is required for always getting the vmalloc()/vfree() prototypes. Signed-off-by: Adrian Bunk <bunk@stusta.de> + EMU10K1/EMU10K2 driver - Summary: emu10k1 - Enable side surround channels for Audigy2 EX Enable side surround channels for Audigy2 EX. Tested by Rick Wright <riwright@vt.edu>. Signed-off-by: Lee Revell <rlrevell@joe-job.com> - Summary: Add support for Audigy 2 subsystem 2006 Add support for Audigy 2 subsystem 2006. Signed-off-by: Lee Revell <rlrevell@joe-job.com> - Summary: snd-emu10k1: Attenuate output volume to reduce distortion on Audigy 2 ZS Notebook. Set the master volume to about 6 or 8% in alsamixer. This will attenuate the output enough for better sound quality. Note: Only stereo enabled at present. The distortion is caused by the output path after the DSP adding 12dB gain to the output while still in digital mode, resulting in wrap around distortion. - Summary: snd-emu10k1: Found some new registers to display in debug mode. + HDA Codec driver - Summary: hda-codec - Allocate amp hash array dynamically Allocate amp hash array dynamically instead of static array. - Summary: hda-codec - Fix HDA sound and V.92 modem for notebook Siemens FieldPG-M The patch fixes the problem of mute onboard HDA sound output, buildin V.92 modem idendification and functionality. Signed-off-by: Daniel Mueller <daniel.mueller@siemens.com> + HDA Intel driver - Summary: sound/hda: rate-limit timeout message Rate-limit the azx_get_response timeout message. A continuous 2 per second is too much. Signed-off-by: Randy Dunlap <randy_d_dunlap@linux.intel.com> Signed-off-by: Andrew Morton <akpm@osdl.org> + ICE1712 driver - Summary: ice1724 (juli) - forced analog doughter board detection + PPC PMAC driver - Summary: pmac - remove superfluous include Remove superfluous include. + SPARC cs4231 driver - Summary: 2.6-git-sync: Simplify SBUS code Simplify SBUS code. + VIA82xx driver - Summary: via82xx - Add dxs entry for MSI KT800 Delta-FSR Added the dxs entry for MSI KT800 Delta-FSR.
- alsa-lib
+ Core - Summary: release 1.0.10 + Control API - Summary: control - fixed crash when dynamic library is not present See bug#1544. + PCM API - Summary: pcm_ladspa - fix locale issues See bug#1553 for more details.
- alsa-utils
+ Core - Summary: Add largefile support Add largefile support (bug#1513). - Summary: release 1.0.10 + Speaker Test - Summary: Disable NLS support when --disable-nls is passed Disable NLS support when --disable-nls is passed (bug#1514). + aconnect - Summary: Disable NLS support when --disable-nls is passed Disable NLS support when --disable-nls is passed (bug#1514). + alsaconf - Summary: Add Sparc support in alsaconf I created the patch below against 1.0.10rc2 to make alsaconf work for the Sparc and architectures. It has been reviewed on the debian-sparc mailing list (see http://lists.debian.org/debian-sparc/2005/10/msg00098.html). I do not have positive confirmation it will work for the AMD7930 chip yet, but I expect it to. The other 2 chips have been tested and work okay. One of the feedbacks was that 'modprobe -a -l' is depreciated and thus should be avoided (see the modprobe manpage), so I have taken the oportunity to replace all use of this with a find equivalent. Signed-off-by: Martin Habets <errandir_news@mph.eclipse.co.uk> + aplay/arecord - Summary: Disable NLS support when --disable-nls is passed Disable NLS support when --disable-nls is passed (bug#1514). - Summary: aplay/arecord - show the default settings See bug#534 for more details. + aseqnet - Summary: Disable NLS support when --disable-nls is passed Disable NLS support when --disable-nls is passed (bug#1514).
- alsa-oss
+ Core - Summary: release 1.0.10