Opened 3 months ago

Closed 3 months ago

#19212 closed enhancement (fixed)

alsa-lib-1.2.11 alsa-utils-1.2.11 alsa-tools-1.2.11

Reported by: Xi Ruoyao Owned by: Bruce Dubbs
Priority: normal Milestone: 12.1
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New patch versions.

Change History (3)

comment:1 by Bruce Dubbs, 3 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 3 months ago

Changelog between 1.2.10 and 1.2.11 releases

alsa-lib

Core

    Release v1.2.11
    src/Versions.in: Add guards for pcm and timer syms
    src/Versions.in: Add guards for opt. alisp symbols
    configure.ac: Update AC_OUTPUT() function
    configure: bumb version to 1.2.11pre1 (for aplay/alsa-utils)
    seq: Fix typos in symbol version definitions
    global.h: move __STRING() macro outside !PIC ifdef block
    gitcompile: Add static build
    
Control API

    control: remap - fix the endless loop in remap_numid_child_new()
    reshuffle included files to include config.h as first - v2
    control.h: Fix ump header file detection

Mixer API

    mixer: simple: Support dB TLVs for CTL_SINGLE controls
    
Mixer Abstraction API
    
    headers: avoid c++ keyword
    
PCM API
    
    pcm: document interaction of drain silence and sw silence
    pcm: route plugin: allocate temporary array on stack only one time
    pcm: sofvol plugin: fix signed overflow
    pcm: documentation improvement mostly regarding samples and frames
    pcm: handle start_treshold in snd_pcm_write_areas more robustly
    pcm: plug plugin - fast_ops may be changed when sw_params are set
    pcm: fix the documentation for snd_pcm_poll_descriptors again
    pcm: clarify documentation of poll descriptor usage
    pcm: clarify documentation on some hw params related functions
    pcm: Fix incompatible-pointer-type warnings
    pcm: Add MSBITS subformat options
    pcm: Introduce snd_pcm_subformat_value()
    pcm: Fix segfault with 32bit libs
    
RawMidi API
    
    reshuffle included files to include config.h as first - v2
Sequencer API

    seq: Add snd_seq_ump_ev_clear()
    seq: Check protocol compatibility with the current version
    seq: Simplify snd_seq_extract_output()
    seq: Clear UMP event flag for legacy apps
    seq: Fix invalid sanity-check in snd_seq_set_input_buffer_size()
    reshuffle included files to include config.h as first - v2

Topology API

    topology: fix Versions file
    add back Versions source file to EXTRA_DIST to fix packaging
    topology: separate Versions linker script

/src/Makefile.am

    add back Versions source file to EXTRA_DIST to fix packaging
    src/Versions.in: Add guards for pcm and timer syms
    src/Versions.in: Add guards for opt. alisp symbols

ALSA Server

    aserver: fix buffer overwriting

Configuration

    conf: pcm: Set C-Media USB 7.1 sound card (ICUSBAUDIO7D) to six_channel for surround40

Filename helpers

    reshuffle included files to include config.h as first - v2

Kernel Headers

    pcm: Add MSBITS subformat options

alsa-utils
Core

    Release v1.2.11
    configure.ac: fix UMP support detection
    github: Try to fix the build with the release tag

ALSA Control (alsactl)

    alsactl: fix potential buffer overwrite
    alsa-restore.rules: use devnode instead number atribute

ALSA RawMidi Utility (amidi)

    amidi: use ATTRIBUTE_UNUSED instead remove argument name

Audio Transfer utility

    axfer: use ATTRIBUTE_UNUSED instead remove argument name

NHLT ACPI parser

    nhlt-dmic-info: fix simple memory leak issue
    misc: fix incorrect usages of `strerror`
    Revert "nhlt-dmic-info.c: include sys/types.h"
    nhlt: use stdint.h types
    nhlt-dmic-info.c: include sys/types.h

Speaker Test

    speaker-test: Use smaller periods in the default settings
    speaker-test: Add bandwidth-limited pink noise at -18.5dB AES FS Based

aconnect

    seq: use ATTRIBUTE_UNUSED instead remove argument name

alsaloop

    alsaloop: use ATTRIBUTE_UNUSED instead remove argument name

alsatplg (topology)

    topology: Fix one character typo in code comments
    topology: Expand attribute references inside $[] expressions
    topology: nhlt: Fix dmic configuration blob building
    topology: nhlt: fix simple memory leak
    misc: fix incorrect usages of `strerror`
    nhlt: Revert SSP_ANALOG device_type field
    topology: add include for ENABLE_NLS on musl
    topology: pre-processor: Add support for enum controls
    topology: include locale.h
    topology: use ATTRIBUTE_UNUSED instead remove argument name

alsaucm

    misc: fix incorrect usages of `strerror`
    alsaucm: use ATTRIBUTE_UNUSED instead remove argument name

aplay/arecord

    aplay: status dumps are called only in verbose mode
    aplay: enable timestamps by default
    aplay: log pcm status before reporting a fatal error
    aplay: allow to compile with older alsa-lib (subformat)
    aplay: Add option for specifying subformat
    aplay: fix buffer overflow and tainted format string
    aplay: use stdint.h types instead u_int/u_short/u_char

aplaymidi/arecordmidi

    aplaymidi: Set event completely for tempo event
    seq: use ATTRIBUTE_UNUSED instead remove argument name

aseqdump

    seq: use ATTRIBUTE_UNUSED instead remove argument name

aseqnet

    seq: use ATTRIBUTE_UNUSED instead remove argument name

bat (basic audio tester)

    bat: really skip analysis of the first period and update related comment
    bat: use ATTRIBUTE_UNUSED instead remove argument name

comment:3 by Bruce Dubbs, 3 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commit b0158edf8.

Note: See TracTickets for help on using tickets.