Changes v1.0.11rc1 v1.0.11rc2
Jump to navigation
Jump to search
Changelog between 1.0.11rc1 and 1.0.11rc2 releases
- alsa-driver
+ Sound Core - release 1.0.11rc2 + CA0106 driver - snd-ca0106: update SPDIF to IEC958 in mixer control names. - snd-ca0106: Fixes sound output for Creative Audigy SE aka.SB0570. - snd-ca0106: Fix SPI driver code. Fixes speaker output. + EMU10K1/EMU10K2 driver - snd-emu10k1: Removes some distortion from Audigy 2 ZS Notebook. - snd-emu10k1: Enable speakers on Audigy 2 ZS Notebook. - snd-emu10k1: Fix whitespace. - snd-emu10k1: Fix whitespace. - snd-emu10k1: Tidy SPI code. - snd-emu10k1: Add some comments regarding chip types. - snd-emu10k1: Add comments regarding chips present on the card. - emu10k1 - Clean up p16v code - snd-emu10k1: Correct control names for Audigy 4 Pro. - snd-emu10k1: Add new SB Live 5.1 PCI-ID. + ES1968 driver - es1968 - Fix conflict with ISA boards + HDA Codec driver - hda-codec - Add model entry for Shuttle ST20G5 + VIA82xx driver - via82xx - Add a quirk for Targa Traveller 811
- alsa-lib
+ Core - release 1.0.11rc2 + Mixer API - Fix compile warnings + PCM API - big ALSA LADSPA plugin rewrite for multiple channel LADSPA plugins - ladspa plugin - SIGSEGV fix when label is not specified - Fix compile warnings - dmix: add S24_3LE support - dmix: fix interleaved check - Fix meter plugin - pcm - fix the buffer allocation for NONINTERLEAVED mmap access + PCM Plugin API - Fix declaration of snd_pcm_ladspa_open() + Sequencer API - Fix compile warnings + Configuration - snd-ca0106 Fixed SPDIF output. - Make dmix/dsnoop as default PCM for ICE1724 - snd-ca0106: update mixer controls names from SPDIF to IEC958 + Simple Abstraction Mixer Modules - Fix compile warnings
- alsa-utils
+ Core - release 1.0.11rc2 + Speaker Test - Fix compile on big-endian arch - speaker-test: Fix version reporting. + alsaconf - Use amixer -s option + alsamixer - Fix compile warnings + aplay/arecord - Fix compile warnings + aseqnet - Fix compile warnings
- alsa-tools
+ Core - release 1.0.11rc2 + Envy24 Control - envy24control: missing command line option help text
Detailed changelog between 1.0.11rc1 and 1.0.11rc2 releases
- alsa-driver
+ Sound Core - Summary: release 1.0.11rc2 + CA0106 driver - Summary: snd-ca0106: update SPDIF to IEC958 in mixer control names. - Summary: snd-ca0106: Fixes sound output for Creative Audigy SE aka.SB0570. Fixes ALSA bug#1636 - Summary: snd-ca0106: Fix SPI driver code. Fixes speaker output. + EMU10K1/EMU10K2 driver - Summary: snd-emu10k1: Removes some distortion from Audigy 2 ZS Notebook. Description: Part way to fix ALSA bug#927 Add support for the SPI interface on the CA0108 chip. This is used to control the registers on the DAC. Headphone output tested. Other outputs and Capture not tested yet. Note: The red LED does not come on, but sound is still OK. - Summary: snd-emu10k1: Enable speakers on Audigy 2 ZS Notebook. Description: This enables the 7.1 speaker output of the Audigy 2 ZS Notebook. Further towards fixing ALSA bug#927 TODO: SPDIF/IEC958 output. (untested, might already work) Sound capture. (untested, might already work.) - Summary: snd-emu10k1: Fix whitespace. - Summary: snd-emu10k1: Fix whitespace. - Summary: snd-emu10k1: Tidy SPI code. - Summary: snd-emu10k1: Add some comments regarding chip types. - Summary: snd-emu10k1: Add comments regarding chips present on the card. - Summary: emu10k1 - Clean up p16v code Clean up and optimize the codes in p16v.c - Add proper __devinit* tags - Reduce unnecessary functions using a closure - Fix whitespaces - Rename "Unknown" to "Side" controls - Summary: snd-emu10k1: Correct control names for Audigy 4 Pro. - Summary: snd-emu10k1: Add new SB Live 5.1 PCI-ID. + ES1968 driver - Summary: es1968 - Fix conflict with ISA boards From: Rene Herman <rene.herman@keyaccess.nl> Fix disablement of TDMA and legacy support to prevent confliction of resources with ISA boards. Confirmed with Terratec DMX and CS4236. + HDA Codec driver - Summary: hda-codec - Add model entry for Shuttle ST20G5 Added the model entry for Shuttle ST20G5. + VIA82xx driver - Summary: via82xx - Add a quirk for Targa Traveller 811 Add an ac97 quirk entry for Targa Traveller 811.
- alsa-lib
+ Core - Summary: release 1.0.11rc2 + Mixer API - Summary: Fix compile warnings Fix trivial compile warnings. + PCM API - Summary: big ALSA LADSPA plugin rewrite for multiple channel LADSPA plugins This is major rewrite of the LADSPA plugin to satisfy requirements for the LADSPA plugins with multiple audio inputs and / or outputs. - Summary: ladspa plugin - SIGSEGV fix when label is not specified - Summary: Fix compile warnings Fix trivial compile warnings. - Summary: dmix: add S24_3LE support Add to the dmix plugin support for the S24_3LE sample format which is used by 24-bit USB devices. The optimized assembler version uses only 23 bits for sample data so that the lowest bit can be used for synchronization because there is no 24-bit cmpxchg instruction. - Summary: dmix: fix interleaved check When checking that samples are properly interleaved, use the actual sample size instead of always assuming 16 bits. - Summary: Fix meter plugin Fix the wrong mmap with meter plugin. - Summary: pcm - fix the buffer allocation for NONINTERLEAVED mmap access The previous code did not allocated a separate buffer for all channels when a NONINTERLEAVED access was used. The result was that only one "shared" buffer was incorrectly allocated. Also, the code was a bit cleaned (cosmetic change only). + PCM Plugin API - Summary: Fix declaration of snd_pcm_ladspa_open() Fix declaration of snd_pcm_ladspa_open(). + Sequencer API - Summary: Fix compile warnings Fix trivial compile warnings. + Configuration - Summary: snd-ca0106 Fixed SPDIF output. Example failure error message before fix: speaker-test 0.0.8 Playback device is spdif Stream parameters are 48000Hz, S16_LE, 2 channels Using 16 octaves of pink noise ALSA lib setup.c:549:(add_elem) Cannot obtain info for CTL elem (MIXER,'SPDIF Front',0,0,0): No such file or directory Playback open error: -2,No such file or directory - Summary: Make dmix/dsnoop as default PCM for ICE1724 Make dmix/dsnoop as default PCM for ICE1724. - Summary: snd-ca0106: update mixer controls names from SPDIF to IEC958 + Simple Abstraction Mixer Modules - Summary: Fix compile warnings Fix trivial compile warnings.
- alsa-utils
+ Core - Summary: release 1.0.11rc2 + Speaker Test - Summary: Fix compile on big-endian arch Fix compile on big-endian arch. - Summary: speaker-test: Fix version reporting. + alsaconf - Summary: Use amixer -s option Optimize to use amixer with -s option. + alsamixer - Summary: Fix compile warnings Fix trivial compile warnings. + aplay/arecord - Summary: Fix compile warnings Fix trivial compile warnings. + aseqnet - Summary: Fix compile warnings Fix trivial compile warnings.
- alsa-tools
+ Core - Summary: release 1.0.11rc2 + Envy24 Control - Summary: envy24control: missing command line option help text From: Dirk Jagdmann <doj@cubic.org> this patch adds the help description of the "-M" command line option.