Changes v1.0.9 v1.0.9a

From AlsaProject
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Changelog between 1.0.9 and 1.0.9a releases

  • alsa-driver
 + Sound Core
   - Check class_simple and patch for the new class device
   - release v1.0.9a
   - release 1.0.9a
 + ALSA Core
   - Check class_simple and patch for the new class device
 + PCM Midlevel
   - Fix races between PCM drain and other ops
 + ALSA Version
   - release v1.0.9a
 + ALSA<-OSS emulation
   - OSS PCM emulation - The final fix for SNDCTL_DSP_GETOPTR problem
   - OSS PCM emulation - The 2nd final fix for SNDCTL_DSP_GETOPTR problem
 + HDA Intel driver
   - hda-intel - Fix Oops in the error path
  • alsa-utils
 + Core
   - release 1.0.9a
 + alsamixer
   - Comment out a section that causes an assert in alsamixer, until this section of code works.
   - Fix crash with enum controls


Detailed changelog between 1.0.9 and 1.0.9a releases

  • alsa-driver
 + Sound Core
   - Summary: Check class_simple and patch for the new class device
     Check class_simple stuff in configure script.  For the latest mm-tree,
     the patch is added for sound.c to use the new device class stuff.
   - Summary: release v1.0.9a
     Patch-level: Merged
   - Summary: release 1.0.9a
     Patch-level: Merged
 + ALSA Core
   - Summary: Check class_simple and patch for the new class device
     Check class_simple stuff in configure script.  For the latest mm-tree,
     the patch is added for sound.c to use the new device class stuff.
 + PCM Midlevel
   - Summary: Fix races between PCM drain and other ops
     Fix semaphore races between PCM drain and other ops.
 + ALSA Version
   - Summary: release v1.0.9a
     Patch-level: Merged
 + ALSA<-OSS emulation
   - Summary: OSS PCM emulation - The final fix for SNDCTL_DSP_GETOPTR problem
     The problem was negative result (info.bytes) in a specific condition at
     playback startup.
   - Summary: OSS PCM emulation - The 2nd final fix for SNDCTL_DSP_GETOPTR problem
     The problem was negative/wrong result (info.bytes) in a specific condition at
     playback startup.
 + HDA Intel driver
   - Summary: hda-intel - Fix Oops in the error path
     Fixed Oops in the error path from probe function of snd-hda-intel driver.
  • alsa-utils
 + Core
   - Summary: release 1.0.9a
     Patch-level: Merged
 + alsamixer
   - Summary: Comment out a section that causes an assert in alsamixer, until this section of code works.
   - Summary: Fix crash with enum controls
     Fix crash in display enum controls.