Commit Graph

  • 745c5df260 alsaucm: use the first sound card (use case name 'hw:CARDNO') as default Jaroslav Kysela 2019-11-25 17:58:51 +01:00
  • 3c740d9049 alsactl: sysfs - add /sys/kernel/uevent_seqnum check to init Jaroslav Kysela 2019-11-20 13:20:39 +01:00
  • c9dc401264 aplay: Limit VUMeter progress bar to 100 for negative as well Rosen Penev 2019-11-20 11:13:55 -08:00
  • ac82b65167 aplay: Adjust buffer sizes to fix snprintf warnings Rosen Penev 2019-11-20 10:19:20 -08:00
  • 80fd81f4a8 treewide: Fix printf formats Rosen Penev 2019-11-19 20:28:55 -08:00
  • 66e9a81609 treewide: Fix wrong formats on 32-bit Rosen Penev 2019-11-19 20:28:54 -08:00
  • 5e6df5ae4b treewide: sys/poll to poll Rosen Penev 2019-11-19 20:28:53 -08:00
  • c0591c540d Release v1.2.1 Jaroslav Kysela 2019-11-14 18:02:29 +01:00
  • d207574ef7 alsaucm: fix the implicit card open Jaroslav Kysela 2019-11-14 14:06:20 +01:00
  • c8fdd38c74 alsaucm, topology: LDADD cleanups and add support for libatopology Jaroslav Kysela 2019-11-12 19:39:42 +01:00
  • d2b0b91edf alsaucm: do the implicit ucm open only when the command requires it Jaroslav Kysela 2019-11-09 22:20:00 +01:00
  • 94401f7afe alsaucm: call snd_config_update_free_global() to make valgrind more happy Jaroslav Kysela 2019-11-04 18:38:59 +01:00
  • 5828279b5d amixer: do not double LF for container type Jaroslav Kysela 2019-10-31 17:33:00 +01:00
  • 7d7c988e05 axfer: handle -ETIMEDOUT before non-block I/O operation Takashi Sakamoto 2019-10-30 00:13:39 +09:00
  • 498ca99461 axfer: code refactoring for a helper function to wait for avail buffer space Takashi Sakamoto 2019-10-30 09:35:55 +09:00
  • a07eb8e235 axfer: handle -ETIMEDOUT before handle mmap I/O operation Takashi Sakamoto 2019-10-30 00:14:14 +09:00
  • e5e6a7838b axfer: return ETIMEDOUT when no event occurs after waiter expiration Takashi Sakamoto 2019-10-30 00:12:11 +09:00
  • 1c17128410 axfer: fix to return error code when a call of select(2) fails Takashi Sakamoto 2019-10-30 10:10:54 +09:00
  • 178a1f187c axfer: return the number of file descriptors for I/O events from select(2) waiter Takashi Sakamoto 2019-10-30 00:07:59 +09:00
  • d40e724905 aplay: fix memory leak when setup_chmap() fail chunxu.li 2019-06-23 23:54:29 +08:00
  • 192fb6220a alsamixer: Remove exp10 usage Rosen Penev 2019-09-01 18:22:29 -07:00
  • fbb222c9bc axfer: test: fix invalid comparison of 64 bit storage in ILP32 data type Takashi Sakamoto 2019-07-28 13:48:50 +09:00
  • 0bc366a15c axfer: mapper: fix parameter check for demuxer Takashi Sakamoto 2019-07-28 13:43:34 +09:00
  • 3aea4fedf9 axfer: remove unused variable warnings Jaroslav Kysela 2019-05-27 15:37:05 +02:00
  • 7a3ca6fe6d Release v1.1.9 Jaroslav Kysela 2019-05-10 08:57:22 +02:00
  • 0b07c560f7 axfer/test: fix uninitialized warning Takashi Sakamoto 2019-05-07 05:48:47 +09:00
  • 0248c29757 axfer/test: fix uninitialized warning Takashi Sakamoto 2019-05-07 05:47:39 +09:00
  • c43a62114a axfer: Declare global variables as 'extern' in header Samuel Holland 2019-04-20 19:13:20 -05:00
  • 60f78865d3 axfer: Fix creation of v1.2 headers on big-endian systems Samuel Holland 2019-04-20 19:15:54 -05:00
  • 551cc37fc6 amixer: define _GNU_SOURCE to get exp10 Milton Vandersloot 2019-03-27 17:36:54 +01:00
  • 11e6de5493 xfer: fix possible minor memory leak in xfer_options_parse_args() (coverity) Jaroslav Kysela 2019-03-13 17:21:16 +01:00
  • 30f9a14a79 axfer: return back unsigned avail variable, do proper retype in xfer-libasound-irq-mmap.c Jaroslav Kysela 2019-03-13 14:51:12 +01:00
  • 8dcc3a1391 alsaloop: remove unused assignment warning (coverity) Jaroslav Kysela 2019-03-13 14:47:23 +01:00
  • 8c026b9562 alsactl: monitor - remove dead code in run_dispatcher() (coverity) Jaroslav Kysela 2019-03-13 14:31:57 +01:00
  • 9b6c5e2d5c aplay: check the return value for snd_pcm_sw_params_current() (coverity) Jaroslav Kysela 2019-03-13 14:22:22 +01:00
  • 819e04c7a1 axfer: coverity fixes Jaroslav Kysela 2019-03-13 14:19:12 +01:00
  • bc42704c96 aplay: fix the multiple open file descriptors for the raw capture Jaroslav Kysela 2019-03-12 16:14:50 +01:00
  • 6dc4b1eab5 arecordmidi: simple coverity fix Jaroslav Kysela 2019-03-12 16:06:03 +01:00
  • cf2cc37502 alsactl: simple coverity fix Jaroslav Kysela 2019-03-12 16:05:23 +01:00
  • a558b71e63 alsa-info.sh: cleanups Jaroslav Kysela 2019-03-12 15:52:49 +01:00
  • 52c9cc9571 seq: arecordmidi: Add num-events option Prashant Malani 2019-01-29 01:58:26 -08:00
  • 6fdaa0c524 axfer: add missing header file of unit test to distribution Takashi Sakamoto 2019-01-27 11:24:53 +09:00
  • 257be19c47 axfer: allow to be compiled with glibc-2.11 or former Takashi Sakamoto 2019-01-27 17:36:22 +09:00
  • 2ba2066008 axfer: add an entry of axfer to README Takashi Sakamoto 2019-01-27 18:03:11 +09:00
  • 9ed5d7c876 axfer: correct invalid usage of escape of itaric text Takashi Sakamoto 2019-01-27 14:56:12 +09:00
  • fb038252d4 axfer: supplement value of options for the manual of transfer subcommand Takashi Sakamoto 2019-01-15 08:49:58 +09:00
  • 1848b38ca9 axfer: correct message to notice that help text is implemented Takashi Sakamoto 2019-01-27 14:49:43 +09:00
  • 827ed7d193 axfer: correct description about snoop mode of libffado Takashi Sakamoto 2019-01-27 14:48:33 +09:00
  • b6142611c6 axfer: fulfill section for backward compatibitity for chmap option Takashi Sakamoto 2019-01-27 14:39:18 +09:00
  • 83bce86c26 axfer: add a section about unit test Takashi Sakamoto 2019-01-27 14:27:11 +09:00
  • 116488e5f2 alsamixer: define _GNU_SOURCE to get exp10 Jaroslav Kysela 2019-01-18 09:24:12 +01:00
  • e1aa6d4d55 Release v1.1.8 Jaroslav Kysela 2019-01-07 13:55:40 +01:00
  • 783c0579ad Makefile.am: add README.md to EXTRA_DIST Jaroslav Kysela 2019-01-07 14:57:55 +01:00
  • 1ad002bb2e axfer: add an explanation about advantages/issues of Timer-based scheduling model Takashi Sakamoto 2019-01-05 17:42:10 +09:00
  • 87ed959f9b axfer: add an explanation about Timer-based scheduling model Takashi Sakamoto 2019-01-05 17:42:09 +09:00
  • a01d54d4e2 axfer: add an explanation about IRQ-based scheduling model Takashi Sakamoto 2019-01-05 17:42:08 +09:00
  • 1c2315010c axfer: add text for compatibility loss of sw parameter in libasound backend Takashi Sakamoto 2018-12-21 20:48:44 +09:00
  • 0edb6ec765 axfer: fulfill manual section for libasound backend Takashi Sakamoto 2018-12-20 15:39:40 +09:00
  • a0fb855e35 axfer: print help for libasound backend Takashi Sakamoto 2018-12-17 15:51:03 +09:00
  • a37703614a axfer: fulfill manual section for libffado backend Takashi Sakamoto 2018-12-21 14:16:24 +09:00
  • 7de9ddce44 axfer: print help for libffado backend Takashi Sakamoto 2018-12-17 15:51:20 +09:00
  • 5a30b4d009 axfer: correct description about signal handling Takashi Sakamoto 2018-12-31 11:35:31 +09:00
  • 37809b95dc axfer: fix typo in axfer(1) manual Takashi Sakamoto 2018-12-22 10:09:46 +09:00
  • 7d0eacc3bb axfer: fix no return statement in print_help() function Takashi Sakamoto 2018-12-17 14:07:27 +09:00
  • 97fe7b550c axfer: enable each backend to print own help Takashi Sakamoto 2018-12-07 18:41:02 +09:00
  • 908ff69be2 axfer: print help text of transfer subcommand just for common options Takashi Sakamoto 2018-12-07 18:41:02 +09:00
  • c75b96be49 axfer: print help text of list subcommand Takashi Sakamoto 2018-12-07 18:41:02 +09:00
  • a4782feac3 axfer: print help text of command entry Takashi Sakamoto 2018-12-07 18:41:02 +09:00
  • 422036f64c axfer: add a section about design of transfer subcommand Takashi Sakamoto 2018-12-06 06:31:46 +09:00
  • c8fde3a6e1 axfer: add a section to describe compatibility to aplay(1) Takashi Sakamoto 2018-12-06 06:31:46 +09:00
  • 82cb09b581 axfer: add a manual for transfer subcommand Takashi Sakamoto 2018-12-06 06:31:46 +09:00
  • b59b616fae axfer: add a manual for list subcommand Takashi Sakamoto 2018-12-06 06:31:46 +09:00
  • c5b2beebfd axfer: add a manual for entry point Takashi Sakamoto 2018-12-06 06:31:46 +09:00
  • bae5761d72 axfer: check whether a terminal is referred for stdio Takashi Sakamoto 2018-12-05 10:25:04 +09:00
  • b8833717bb axfer: truncate parsed arguments before operating subcommand Takashi Sakamoto 2018-12-04 06:33:42 +09:00
  • a64a2371fb axfer: use transfer subcommand as a default for compatibility mode to aplay(1) Takashi Sakamoto 2018-12-04 06:33:42 +09:00
  • 1d5f3e61ed axfer: use second argument in command line for transmission direction Takashi Sakamoto 2018-12-04 06:33:42 +09:00
  • 81a275acf9 axfer: apply refactoring in list subcommand for new command system Takashi Sakamoto 2018-12-04 06:33:42 +09:00
  • ac3e1d904b axfer: apply refactoring to list subcommand for backward compatibility to aplay(1) Takashi Sakamoto 2018-12-04 06:33:42 +09:00
  • 6548d13582 axfer: add support for libffado transmission backend Takashi Sakamoto 2018-11-13 15:41:47 +09:00
  • 17f372ff35 axfer: obsolete some unimplemented options Takashi Sakamoto 2018-11-13 15:41:46 +09:00
  • 5ee9e8dfd7 axfer: add support for timer-based scheduling model with MMAP operation Takashi Sakamoto 2018-11-13 15:41:45 +09:00
  • 3f652d3caa axfer: add an implementation of waiter for epoll(7) Takashi Sakamoto 2018-11-13 15:41:44 +09:00
  • fce16d9279 axfer: add an implementation of waiter for select(2) Takashi Sakamoto 2018-11-13 15:41:43 +09:00
  • 1521e01550 axfer: add an implementation of waiter for poll(2) Takashi Sakamoto 2018-11-13 15:41:42 +09:00
  • 0e1b59cb4f axfer: add an option for waiter type Takashi Sakamoto 2018-11-13 15:41:41 +09:00
  • cd211d8c22 axfer: add a common interface of waiter for I/O event notification Takashi Sakamoto 2018-11-13 15:41:40 +09:00
  • 5eea6d346f axfer: add options for plugins in alsa-lib Takashi Sakamoto 2018-11-13 15:41:39 +09:00
  • d010fe8bcf axfer: add options for software parameters of PCM substream Takashi Sakamoto 2018-11-13 15:41:38 +09:00
  • d28f9def97 axfer: add options for buffer arrangement Takashi Sakamoto 2018-11-13 15:41:37 +09:00
  • 0e3a1d9e0b axfer: add an option to suppress event waiting Takashi Sakamoto 2018-11-13 15:41:36 +09:00
  • b5d2fadfb1 axfer: add support for MMAP PCM operation Takashi Sakamoto 2018-11-13 15:41:35 +09:00
  • c46d46a436 axfer: add support for non-blocking operation Takashi Sakamoto 2018-11-13 15:41:34 +09:00
  • 29c6076029 axfer: add an option to finish transmission at XRUN Takashi Sakamoto 2018-11-13 15:41:33 +09:00
  • f5776e232c axfer: add options related to duration and obsolete '--max-file-size' option Takashi Sakamoto 2018-11-13 15:41:32 +09:00
  • ae378611b7 axfer: add an option to dump available hardware parameters Takashi Sakamoto 2018-11-13 15:41:31 +09:00
  • 2b4d826893 axfer: add informative output and an option to suppress it Takashi Sakamoto 2018-11-13 15:41:30 +09:00
  • 3266d71c0d axfer: add a sub-command to transfer data frames Takashi Sakamoto 2018-11-13 15:41:29 +09:00
  • c2f79d9fdf axfer: add support for blocking data transmission operation of alsa-lib PCM API Takashi Sakamoto 2018-11-13 15:41:28 +09:00
  • ae7346d110 axfer: add support to transfer data frames by alsa-lib PCM APIs Takashi Sakamoto 2018-11-13 15:41:27 +09:00