Changes v1.0.12rc2 v1.0.12rc3
Jump to navigation
Jump to search
Changelog between 1.0.12rc2 and 1.0.12rc3 releases
- alsa-driver
+ Sound Core - release 1.0.12rc2 - Fix build with 2.6.18 kernel - Fix detection of v4l stuff for 2.6.17 or older kernel - release 1.0.12rc3 - Revert 3075 and partially 3085 for 2.4 kernel builds - release 1.0.12rc2a - Another try to fix compile errors with older kernels + ALSA Core - Fix compile error with 2.6.18 kernel - Revert 3075 and partially 3085 for 2.4 kernel builds - Another try to fix compile errors with older kernels + AK4XXX AD/DA converters - Revolution 5.1 - add AK5365 ADC support - Revolution 5.1 - complete the AK5365 support - Fix compile warnings in ak4xxx-adda.c + ALSA Version - release 1.0.12rc2a + ARM PXA2XX driver - pxa2xx-i2sound - PCM - disable MMAP access + Apple Onboard Audio driver - Select I2C and I2C_POWERMAC in aoa/codecs/Kconfig + Asihpi driver - Fix compile warnings on 2.6.18 kernel + Documentation - Added model for Uniwill laptop with ALC861 + HDA Codec driver - Fix the preselected model for HP machine - [snd-hda-intel] fix sound on some Asus W6A chips - Added model for Uniwill laptop with ALC861 + I2C Kconfig - UDA1380 updates and fixes + I2C UDA1380 - UDA1380 updates and fixes + ICE1724 driver - Revolution 5.1 - register the AK5365 ADC with ALSA - Revolution 5.1 - complete the AK5365 support + IOCTL32 emulation - Another try to fix compile errors with older kernels - Fix the compilation with old 2.6 kernels - Fix PCM compat layer for older kernel + PDPlus driver - Fix compile warnings on 2.6.18 kernel - pdplus - fix a compile warning + USB generic driver - usb-audio - Fix a typo of CONFIG_PROC_FS
Detailed changelog between 1.0.12rc2 and 1.0.12rc3 releases
- alsa-driver
+ Sound Core
- release 1.0.12rc2
- Fix build with 2.6.18 kernel
Another try to build alsa-driver on 2.6.18 kernel tree.
- UTS_RELEASE is split from version.h to its own file
- Needs to include kernel config explicitly before inclusion of other
kernel headers
Maybe we should use -include for config.h in cflags.
- Fix detection of v4l stuff for 2.6.17 or older kernel
Fix the detection of v4l stuff for 2.6.17 or older kernel in
configure script.
- release 1.0.12rc3
- Revert 3075 and partially 3085 for 2.4 kernel builds
See alsa bug#2333 for details
- release 1.0.12rc2a
- Another try to fix compile errors with older kernels
Another try to fix compile errors with older kernels.
+ ALSA Core
- Fix compile error with 2.6.18 kernel
Fix compile error with 2.6.18 kernel due to split of utsrelease.h.
- Revert 3075 and partially 3085 for 2.4 kernel builds
See alsa bug#2333 for details
- Another try to fix compile errors with older kernels
Another try to fix compile errors with older kernels.
+ AK4XXX AD/DA converters
- Revolution 5.1 - add AK5365 ADC support
Add support for the AK5365 ADC.
Signed-off-by: Jochen Voss <voss@seehuhn.de>
- Revolution 5.1 - complete the AK5365 support
Complete the AK5365 support.
This adds a boolean control to toggle the soft mute feature of the
AK5365 chip.
Signed-off-by: Jochen Voss <voss@seehuhn.de>
- Fix compile warnings in ak4xxx-adda.c
Fixed compile warnings in ak4xxx-adda.c reagarding missing
enum cases in switch.
+ ALSA Version
- release 1.0.12rc2a
+ ARM PXA2XX driver
- pxa2xx-i2sound - PCM - disable MMAP access
From: Giorgio Padrin <giorgio@mandarinlogiq.org>
+ Apple Onboard Audio driver
- Select I2C and I2C_POWERMAC in aoa/codecs/Kconfig
Added the missing selection of I2C and I2C_POWERMAC
for Onyx and TAS codecs in aoa/codecs/Kconfig.
+ Asihpi driver
- Fix compile warnings on 2.6.18 kernel
Fix compile warnings due to the change of 64bit resource in the
recent kernel.
+ Documentation
- Added model for Uniwill laptop with ALC861
Added a new model "uniwill-m31" for Uniwill laptops with ALC861
codec chip. The patch is taken from ALSA bug#2035, and modifeid.
+ HDA Codec driver
- Fix the preselected model for HP machine
Fixed the preselected model for a HP machine with SSID 103c:3010
to use hp-3013 (ALSA bug#2157).
- [snd-hda-intel] fix sound on some Asus W6A chips
This patch adds support in ALSA snd-hda-intel driver for Asus W6A
motherboard as reported in MDV Bugzilla #19962
(see http://qa.mandriva.com/show_bug.cgi?id=19962)
Signed-off-by: Danny Tholen <danny@mailmij.org>
Signed-off-by: Thomas Backlund <tmb@mandriva.org>
Signed-off-by: Thierry Vignaud <tvignaud@mandriva.com>
- Added model for Uniwill laptop with ALC861
Added a new model "uniwill-m31" for Uniwill laptops with ALC861
codec chip. The patch is taken from ALSA bug#2035, and modifeid.
+ I2C Kconfig
- UDA1380 updates and fixes
uda1380.c:
* Fix recording.
* snd_uda1380_i2c_probe(): refined precisely a mask in checking I2C addresses.
* snd_uda1380_actl_reg_elem_int_info(): fix a typo causing a warning.
uda1380.h:
* ALSA drop of snd_*_t typedefs for struct snd_* .
Kconfig:
* Clean useless display of selection.
Signed-off-by: Giorgio Padrin <giorgio@mandarinlogiq.org>
+ I2C UDA1380
- UDA1380 updates and fixes
uda1380.c:
* Fix recording.
* snd_uda1380_i2c_probe(): refined precisely a mask in checking I2C addresses.
* snd_uda1380_actl_reg_elem_int_info(): fix a typo causing a warning.
uda1380.h:
* ALSA drop of snd_*_t typedefs for struct snd_* .
Kconfig:
* Clean useless display of selection.
Signed-off-by: Giorgio Padrin <giorgio@mandarinlogiq.org>
+ ICE1724 driver
- Revolution 5.1 - register the AK5365 ADC with ALSA
Enable capture support for the M-Audio Revolution 5.1 card,
by registering the ADC with ALSA.
Signed-off-by: Jochen Voss <voss@seehuhn.de>
- Revolution 5.1 - complete the AK5365 support
Complete the AK5365 support.
This adds a boolean control to toggle the soft mute feature of the
AK5365 chip.
Signed-off-by: Jochen Voss <voss@seehuhn.de>
+ IOCTL32 emulation
- Another try to fix compile errors with older kernels
Another try to fix compile errors with older kernels.
- Fix the compilation with old 2.6 kernels
Fix the compilation with old 2.6 kernels
(changed from no_mmap_ctrl to no_compat_mmap)
- Fix PCM compat layer for older kernel
Fixed another forgotten no_mmap_ctrl to replace with no_compat_mmap.
+ PDPlus driver
- Fix compile warnings on 2.6.18 kernel
Fix compile warnings due to the change of 64bit resource in the
recent kernel.
- pdplus - fix a compile warning
Fixed a remaining compile warning due to 64bit resource.
+ USB generic driver
- usb-audio - Fix a typo of CONFIG_PROC_FS
Fixed a typo of CONFIG_PROC_FS in usbaudio.c.
The stream proc file appears again.