1
0
Fork 0
No description
Find a file
Konsta 6a4bf9f6b9
Some checks failed
Build alsa-utils / fedora_latest_build (push) Has been cancelled
Build alsa-utils / ubuntu_last_build (push) Has been cancelled
Merge tag 'v1.2.16' of https://github.com/alsa-project/alsa-utils into android-16.0
Release v1.2.16

Core
 - Release v1.2.16
 - INSTALL: update compilation from git sources
 - configure: update to autoconf v2.72
ALSA Control (alsactl)
 - aplay, alsactl, topology: fix discards const from pointer target
 - Remove more generated files on "make clean"
Speaker Test
 - speaker-test: extend MAX_CHANNELS from 16 to 32
 - speaker-test: fix segfault with more than 16 channels
aconnect
 - aconnect: fix error handler for alsa-lib <= 1.2.15
alsa-info.sh
 - alsa-info.sh: remove some bashisms to allow run with busybox
alsaloop
 - alsaloop: parse_config(): align optstring order with the long options
 - alsaloop: parse_config(): handle long form --wake option
 - alsaloop: parse_config(): drop unused 'F' option
 - alsaloop: parse_config(): handle short form -B / -E options
alsatplg (topology)
 - aplay, alsactl, topology: fix discards const from pointer target
amixer
 - amixer: always use line buffering for (s)events
 - amixer: document --file option in man page
 - amixer: support --file option
 - amixer: support infinite line length for --stdin option
aplay/arecord
 - aplay, alsactl, topology: fix discards const from pointer target
 - Remove more generated files on "make clean"
 - aplay: use snprintf instead of sprintf in device_list()
gitcompile
 - gitcompile: extensions for gettext and error handling
 - configure: update to autoconf v2.72

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2026-06-18 13:48:05 +03:00
.github/workflows github: coverity.yml - run at 4am on Sunday 2025-11-13 15:09:44 +01:00
alsa-info alsa-info.sh: remove some bashisms to allow run with busybox 2026-05-25 12:05:44 +02:00
alsaconf Add Georgian translation 2022-11-04 22:09:52 +01:00
alsactl aplay, alsactl, topology: fix discards const from pointer target 2026-05-25 11:30:25 +02:00
alsaloop alsaloop: parse_config(): align optstring order with the long options 2026-05-25 11:54:34 +02:00
alsamixer alsamixer: add support for new log handler (alsa-lib 1.2.15) 2025-11-07 17:04:53 +01:00
alsaucm misc: fix incorrect usages of strerror 2023-12-08 20:01:04 +01:00
amidi amidi: Ignore inactive MIDI ports as default at listing 2025-11-13 18:12:16 +01:00
amixer amixer: always use line buffering for (s)events 2026-05-25 12:15:57 +02:00
aplay aplay, alsactl, topology: fix discards const from pointer target 2026-05-25 11:30:25 +02:00
axfer axfer, topology: use only <alsa/asoundlib.h> include instead specific alsa-lib headers 2025-02-02 19:10:50 +01:00
bat bat: Fix buffer time configuration 2025-09-24 13:57:20 +02:00
iecset reshuffle included files to include config.h as first 2023-08-30 18:48:23 +02:00
include Merge tag 'v1.2.16' of https://github.com/alsa-project/alsa-utils into android-16.0 2026-06-18 13:48:05 +03:00
m4 Fix autoreconf 2005-08-19 13:07:45 +00:00
nhlt nhlt-dmic-info: fix simple memory leak issue 2024-01-17 17:38:27 +01:00
po po: add Korean translations 2023-08-30 18:58:40 +02:00
seq aconnect: fix error handler for alsa-lib <= 1.2.15 2026-06-01 10:23:03 +02:00
speaker-test speaker-test: extend MAX_CHANNELS from 16 to 32 2026-05-25 11:47:36 +02:00
topology aplay, alsactl, topology: fix discards const from pointer target 2026-05-25 11:30:25 +02:00
utils Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-15 10:25:17 +02:00
.gitignore android: modify gitignore to add generated files 2025-04-12 18:28:40 +03:00
acinclude.m4 fixed for the recent autoconf. 2004-01-26 15:57:37 +00:00
Android.bp Merge tag 'v1.2.16' of https://github.com/alsa-project/alsa-utils into android-16.0 2026-06-18 13:48:05 +03:00
ChangeLog update build tools. 2005-08-13 16:27:59 +00:00
configure-android android: add configure script 2025-04-12 18:28:17 +03:00
configure.ac Release v1.2.16 2026-06-01 10:24:44 +02:00
COPYING Updated COPYING with the recent FSF address 2011-06-03 14:24:30 +02:00
gitcompile gitcompile: extensions for gettext and error handling 2026-05-11 18:08:10 +02:00
INSTALL INSTALL: update compilation from git sources 2026-05-25 11:15:03 +02:00
Makefile.am nhlt: add nhlt-dmic-info utility 2023-05-16 15:54:05 +02:00
README.md chore: Add link to master branch on GitHub Actions 2022-11-04 22:02:49 +01:00
TODO aplay/arecord 2000-12-27 21:24:57 +00:00

alsa-utils

Advanced Linux Sound Architecture - Utilities

Build alsa-utils

This package contains the command line utilities for the ALSA project. The package can be compiled only with the installed ALSA driver and the ALSA C library (alsa-lib).

Utility Description
alsaconf the ALSA driver configurator script
alsa-info a script to gather information about ALSA subsystem
alsactl an utility for soundcard settings management
aplay/arecord an utility for the playback / capture of .wav,.voc,.au files
axfer an utility to transfer audio data frame (enhancement of aplay)
amixer a command line mixer
alsamixer a ncurses mixer
amidi a utility to send/receive sysex dumps or other MIDI data
iecset a utility to show/set the IEC958 status bits
speaker-test a speaker test utility
alsaloop a software loopback for PCM devices
alsaucm Use Case Manager utility
alsabat a sound tester for ALSA sound card driver
alsatplg ALSA topology compiler

You may give a look for more information about the ALSA project to URL http://www.alsa-project.org.