Tags give the ability to mark specific points in history as being important
-
-
v1.2.15
e4de8633 · ·Release v1.2.15 Core - Release v1.2.15 - configure: Allow systemd service installation without systemd.pc - github: coverity.yml - run at 4am on Sunday - github: add coverity.yml (coverity.com) workflow - github: CI: add awk package for Fedora to build.yml ALSA Control (alsactl) - alsactl: fix error message arguments (remove card) - alsactl: fix error handling in check_control_cdev() - alsactl: ucm: restore controls for other cards in group - alsactl: move udev/systemd files to conf subdirectory - alsactl: update state file correctly when initialization failed - alsactl: fix state restore to handle dynamic user control elements - alsactl: add systemd service to handle deferred card initialization - alsactl: ucm: add wrestore command and wait_for_card() for boot synchronization - alsactl: add -Y option to export card states as key=value pairs - alsactl: ucm: implement boot parameters and card group sync infrastructure - alsactl: free scandir list in snd_card_clean_cfgdir - alsactl: add support for new log handler (alsa-lib 1.2.15) - alsactl: restore udev rules - fix HDA analog device check ALSA RawMidi Utility (amidi) - amidi: Ignore inactive MIDI ports as default at listing aconnect - aconnect: add support for new log handler (alsa-lib 1.2.15) alsamixer - alsamixer: add support for new log handler (alsa-lib 1.2.15) aplay/arecord - aplay: reorganize format handling in begin_wave() - Revert "aplay: fix S24_LE wav header" - alsactl: add support for new log handler (alsa-lib 1.2.15) bat (basic audio tester) - bat: Fix buffer time configuration Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-
-
v1.2.14
8cbe7b8c · ·Release v1.2.14 Core - Release v1.2.14 - axfer, topology: use only <alsa/asoundlib.h> include instead specific alsa-lib headers ALSA Control (alsactl) - alsactl: info - handle situations when devices are not available in kernel - alsactl: info - print errors for next_device calls - Remove trailing spaces in man pages - alsactl: 90-alsa-restore.rules - fix AMD acp-pdm-mach link - alsactl: 90-alsa-restore.rules - fix alsa_restore_go/std Audio Transfer utility - axfer, topology: use only <alsa/asoundlib.h> include instead specific alsa-lib headers alsa-info.sh - alsa-info: move man page to section 8 (administration commands) - alsa-info.sh: Add alsa-ucm package to package filter alsatplg (topology) - Topology: NHLT: Intel: Improve error message for DMIC enable conflict - Topology: NHLT: Intel: Fix mono DMIC configure for MTL platform - axfer, topology: use only <alsa/asoundlib.h> include instead specific alsa-lib headers - Topology: NHLT: Intel: Fix DMA slots config in SSP blob amixer - amixer: fix unknown TVL sequence print aplay/arecord - Remove trailing spaces in man pages aplaymidi/arecordmidi - Remove trailing spaces in man pages aplaymidi2/arecordmidi2 (MIDI v2.0) - arecordmidi2: fix unitialization variable error in read_ump_raw() aseqdump - aseqdump: Fix typos in messages Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-
-
v1.2.13
f04b9e0f · ·Release v1.2.13 Core - Release v1.2.13 - alsactl: 90-alsa-restore.rules - add support for AMD ACP digital microphone - configure: bumb required alsa-lib version to 1.2.13 - github: use upload-artifacts@v4 - configure: Drop unused conditionals - configure: Requires the latest ALSA-lib release 1.2.12 - aplaymidi2: Add initial version /seq/Makefile.am - aplaymidi2: Add initial version ALSA Control (alsactl) - alsactl: 90-alsa-restore.rules - add support for AMD ACP digital microphone - alsactl: state: verify only control count not numids - alsactl: state: recode set_control() to use newer functions aconnect - aconnect: Drop superfluous ifdefs - aconnect: Fix the indication of inactive ports alsatplg (topology) - topology: Fix strcat() to uninitialized memory in - Topology: NHLT: Intel: SSP: Handle differences for ACE3.x - Topology: NHLT: Intel: SSP: Always set SSC0 Network mode - Topology: NHLT: Intel: SSP: Add support for blob format - topology: pre_process_create_items - remove useless class_id_local - topology: pre-processor: Introduce a new feature for subtree - Topology: NHLT: Intel: Fix compile warning in dmic-process.c aplay/arecord - aplay: Print '=== PAUSE ===' only if it is supported aplaymidi/arecordmidi - aplaymidi: Allow to pass 0 to -u option, too - aplaymidi: Drop ifdef for UMP support aplaymidi2/arecordmidi2 (MIDI v2.0) - aplaymidi2: Use snd_ump_get_byte() helper - aplaymidi2: Add -a option to pass all UMP packets - aplaymidi2: Fix --silent option handling - arecordmidi2: Fix truncated text in meta data text handling - arecordmidi2: Add options to put meta data texts - arecordmidi2: Add --profile option - arecordmidi2: Add stdout output and --silent option - aplaymidi2: Add --silent option - Revert "arecordmidi2: Correct the MIDI FB direction" - aplaymidi2: Show meta data texts - arecordmidi2: Fix the tick in 1us tempo-base - arecordmidi2: Correct the MIDI FB direction - arecordmidi2: Start queue at starting the stream - arecordmidi2: Add passive mode and interactive mode - arecordmidi2: Add initial version - aplaymidi2: Add initial version aseqdump - aseqdump: Add missing dump of UMP Set Key Signature Message - aseqdump: Add dump of UMP Mixed Data Set messages - aseqdump: Use snd_ump_get_byte() helper - aseqdump: Correct the limit of UMP 7-bit SysEx bytes - aseqdump: Avoid OOB access with broken SysEx UMP packets - aseqdump: Support of UMP 8-bit SysEx messages - aseqdump: Show SysEx prefix to UMP SysEx data dump - aseqdump: Check the -u option value properly - aseqdump: Drop ifdef for UMP support - aseqdump: Fix bogus velocity value output in UMP MIDI2 mode - aseqdump: Support of UMP Stream and Flex Data message types - aseqdump: Refactor UMP SysEx dump - aseqdump: Show UMP SysEx messages aseqsend - change getopt_long return variable from char to int - aseqsend: Simplify using the standard helper function - aseqsend: Move snd_seq_set_client_midi_version() call out of main() - aseqsend: Refine man page - aseqsend: Update the help texts for long options - aseqsend: Support long options - aseqsend: Support UMP mode - aseqsend: Support realtime / system messages - aseqdump: White-space and slight code refactoring gitcompile - gitcompile: restore ACLOCAL_FLAGS ability to use Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-
-
v1.2.12
f417c1ac · ·Release v1.2.12 Core - Release v1.2.12 - aseqsend: initial version - chore: Use actions/checkout@v4 /seq/Makefile.am - aseqsend: initial version ALSA Control (alsactl) - alsactl: don't free a card pointing NULL alsa-info.sh - alsa-info.sh: log SoundWire devices reported in ACPI alsamixer - alsamixer: fix calculation in set_normalized_volume (overflow) alsatplg (topology) - topology: nhlt: Intel: Improve all error prints - topology: nhlt: Intel: Clear DMIC BFTH bits for version - topology: nhlt: Intel: Add check for DMIC version aplay/arecord - aplay: fix S24_LE wav header aseqdump - aseqdump: Add dump for UMP Utility and System messages aseqsend - aseqsend: initial version Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-
-
-