Commit Graph

  • 2bc595e7bd alsactl: check for error values from snd_config_get...() Jaroslav Kysela 2021-06-04 09:58:46 +02:00
  • 511dd7a597 alsactl: init() - return error value from snd_card_iterator_sinit() call Jaroslav Kysela 2021-06-04 09:56:20 +02:00
  • d6d566a9ee alsactl: return error value in dump_config_tree() Jaroslav Kysela 2021-06-04 09:53:56 +02:00
  • 3d7a6facd9 topology: fix potential null pointer from strchr Chao Song 2021-05-31 10:29:57 +08:00
  • 78212445de alsactl: fix the nested iteration Jaroslav Kysela 2021-06-01 17:47:42 +02:00
  • ef62ab34fc Release v1.2.5 Jaroslav Kysela 2021-05-27 19:18:36 +02:00
  • 62f97bd3a7 amixer: Makefile - add volume_mapping.h to noinst_HEADERS Jaroslav Kysela 2021-05-25 18:58:34 +02:00
  • dc20c4b512 amixer: add the volume_mapping.h link Jaroslav Kysela 2021-05-25 18:47:57 +02:00
  • 8037d4812e topology: some whitespace fixups Jaroslav Kysela 2021-05-25 18:28:00 +02:00
  • 1832f6f254 topology: pre-process-object: add support for prepocessing child objects Ranjani Sridharan 2021-04-21 11:18:04 -07:00
  • df6cfa77e3 topology: pre-process-dai: add support for pcm_caps objects Ranjani Sridharan 2021-04-26 13:34:26 -07:00
  • 3719c80a4d topology: pre-process-dai: add support for fe_dai objects Ranjani Sridharan 2021-04-26 13:31:00 -07:00
  • 4bc386bb71 topology: pre-process-dai: add support for hwcfg objects Ranjani Sridharan 2021-04-26 13:26:08 -07:00
  • b0be235024 topology: pre-process-dai: add support for PCM and BE DAI objects Ranjani Sridharan 2021-04-26 13:12:43 -07:00
  • 758e4dba81 topology: pre-process-dapm: add support for route objects Ranjani Sridharan 2021-04-26 13:07:00 -07:00
  • 79033ceae4 topology: pre-process-dapm: add support for widget control objects Ranjani Sridharan 2021-04-26 13:03:57 -07:00
  • 082015dc95 topology: pre-process-dapm: add support for scale/ops/channel objects Ranjani Sridharan 2021-04-26 12:55:26 -07:00
  • 96b5e5a875 topology: pre-process-dapm: Add support for tlv objects Ranjani Sridharan 2021-04-26 12:49:51 -07:00
  • 032d1250c7 topology: pre-process-dapm: Add support for DAPM Widget objects Ranjani Sridharan 2021-04-26 12:45:01 -07:00
  • d271972177 topology: pre-process-base: add support for VendorToken objects Ranjani Sridharan 2021-04-26 11:55:22 -07:00
  • cb65ce0195 topology: pre-process-object: Add support for data objects Ranjani Sridharan 2021-04-26 11:48:43 -07:00
  • 48fef7a811 topology: pre-process-obejct: add helper function to get the section config Ranjani Sridharan 2021-04-26 11:33:12 -07:00
  • 571d1fe871 topology: pre-process-object: add data section for attributes with token reference Ranjani Sridharan 2021-04-26 11:30:07 -07:00
  • d999c267d3 topology: pre-process-object: Add support for processing Manifest object Ranjani Sridharan 2021-04-26 11:19:31 -07:00
  • 1ca07d8dbc topology: pre-process-object: construct object name from its constructor attributes Ranjani Sridharan 2021-04-26 10:10:03 -07:00
  • b2e85be668 topology: pre-process-object: check attribute validity Ranjani Sridharan 2021-04-26 10:04:54 -07:00
  • 624c814c65 topology/pre-process-object: update object config with attributes Ranjani Sridharan 2021-04-26 09:58:44 -07:00
  • 4d413567b0 topology: pre-process-object: Add support for pre-processing Objects Ranjani Sridharan 2021-04-26 09:34:48 -07:00
  • e3ad68b185 topology: pre-process-class: add function to convert valid attribute values to integer tuple values Ranjani Sridharan 2021-04-23 13:46:24 -07:00
  • 963578af1e topology: pre-process-class: add function to look up token_ref for an attribute in class Ranjani Sridharan 2021-04-23 13:41:45 -07:00
  • d8e9466e59 topology: pre-process-class: function to get attribute type Ranjani Sridharan 2021-04-23 13:36:48 -07:00
  • 0b0c16d4a7 topology: pre-process-class: add funcion to get the name of the unique attribute in a class Ranjani Sridharan 2021-04-23 13:32:26 -07:00
  • 7bf31094e2 topology: pre-process-class: Add functions to check attribute constraints Ranjani Sridharan 2021-04-23 13:13:01 -07:00
  • 1422c09afd topology: pre-process-class: Add function to look up attribute definition in class Ranjani Sridharan 2021-04-23 12:35:56 -07:00
  • c832f48404 topology: pre-process-class: Add helper function to look up class definition Ranjani Sridharan 2021-04-23 12:23:19 -07:00
  • eb514c6bd7 topology: pre-processor: Add a helper function to concat strings Ranjani Sridharan 2021-04-23 11:15:59 -07:00
  • 94eaca13ce topology: pre-processor: Add a couple of config helpers Ranjani Sridharan 2021-04-23 11:06:29 -07:00
  • d508b1682a topology: pre-processor: Add debug print helpers Ranjani Sridharan 2021-03-27 12:33:33 -07:00
  • a82058e6ec topology: Add support for pre-processing Topology2.0 syntax Ranjani Sridharan 2021-03-26 14:44:13 -07:00
  • 75e644df81 amixer: link volume_mapping.c from alsamixer to amixer Jaroslav Kysela 2021-05-17 16:07:39 +02:00
  • 9af7148fa3 axfer: fix regression of timeout in timer-based scheduling model Takashi Sakamoto 2021-05-13 22:48:28 +09:00
  • 76b4af2616 alsaucm: add 'getval' and 'getival' commands Jaroslav Kysela 2021-05-13 11:54:13 +02:00
  • bc80344625 amixer: don't show help on argument parsing error Jaroslav Kysela 2021-05-10 16:31:06 +02:00
  • 71003a2acb alsamixer: increase control device name buffer (sysdefault) Jaroslav Kysela 2021-04-15 11:27:25 +02:00
  • 0369271aac alsaloop: man page - correct "rate" option nootc 2021-03-22 18:02:24 -04:00
  • 0fe5048a30 alsactl: ucm - try both fixed boot and boot sequences Jaroslav Kysela 2021-04-13 19:18:38 +02:00
  • a589d88862 alsactl: clean the boot / hotplug card specific configuration directory Jaroslav Kysela 2021-04-13 11:15:55 +02:00
  • 0a6b63a2c4 amixer/alsamixer: use sysdefault:<CARD> devices instead hw:<CARD> Jaroslav Kysela 2021-04-06 18:38:18 +02:00
  • 7a7e064f83 alsaloop: samplerate - fix the wrong pointer operation Jaroslav Kysela 2021-03-31 16:38:37 +02:00
  • 204ae460a1 amixer: cleanups for valgrind Jaroslav Kysela 2021-03-30 13:31:13 +02:00
  • 69276d4a6c amixer: print error when snd_hctl_handle_events() fails Jaroslav Kysela 2021-03-29 11:36:17 +02:00
  • 2c753a85a7 alsactl: snd_ctl_elem_id_compare was renamed to snd_ctl_elem_id_compare_set Jaroslav Kysela 2021-03-23 17:52:09 +01:00
  • c9e9a79c6c aplay: avoid any further PCM writing if in abort Andreas Pape 2021-03-19 11:57:13 +01:00
  • 00be486131 speaker-test: add support for S24_LE and S24_BE Pierre-Louis Bossart 2021-03-12 11:03:16 -06:00
  • c2d27acfce axfer: test: reduce test case for maximum number of samples per frame Takashi Sakamoto 2021-03-11 14:21:45 +09:00
  • 61c8622de4 Revert "axfer: test - add run-test-in-tmpdir.sh script" Takashi Sakamoto 2021-03-11 14:21:44 +09:00
  • 0a03f06134 axfer: test: reduce test case for maximum number of frame count Takashi Sakamoto 2021-03-11 14:21:43 +09:00
  • 92004425fc axfer: test: use memfd_create() for mapper-test Takashi Sakamoto 2021-03-11 14:21:42 +09:00
  • 5ab26fbc14 axfer: test: minor code arrangement to use the same file descriptor for mappter-test Takashi Sakamoto 2021-03-11 14:21:41 +09:00
  • 2314d746b9 axfer: test: use memfd_create() for container-test Takashi Sakamoto 2021-03-11 14:21:40 +09:00
  • c45d994867 axfer: test: minor code arrangement to use the same file descriptor for container-test Takashi Sakamoto 2021-03-11 14:21:39 +09:00
  • e9a4d32e29 autotools: preparation to use memfd_create(2) Takashi Sakamoto 2021-03-11 14:21:38 +09:00
  • 6b0f1b20ae axfer: maintain lifetime of file descriptor outside of container module Takashi Sakamoto 2021-03-11 14:21:37 +09:00
  • 5cb67b5ab6 axfer: open file descriptor outside of container module Takashi Sakamoto 2021-03-11 14:21:36 +09:00
  • 4bf9e269b2 axfer: minor code arrangement to allocate containers Takashi Sakamoto 2021-03-11 14:21:35 +09:00
  • 85ab708f50 axfer: minor code arrangement in a point of opened file descriptor Takashi Sakamoto 2021-03-11 14:21:34 +09:00
  • 81c93f6460 axfer: minor code arrangement in a point of stdio detection Takashi Sakamoto 2021-03-11 14:21:33 +09:00
  • d81a0f93bc axfer: minor code arrangement for container module in a point of nonblocking flag Takashi Sakamoto 2021-03-11 14:21:32 +09:00
  • eefc2c61cf alsactl: use card iterator functions for all card loops Jaroslav Kysela 2021-03-10 20:06:24 +01:00
  • 9a2115b5cc alsactl: Add ucm support for the FixedBootSequence Jaroslav Kysela 2021-03-10 19:26:51 +01:00
  • 7f5622c106 alsactl: fix possible memory leak for dump-cfg Jaroslav Kysela 2021-03-10 18:12:09 +01:00
  • c3f2344b72 alsactl: add 'clean' cmd to help, improve man page Jaroslav Kysela 2021-03-07 20:18:12 +01:00
  • b137145a92 alsactl: fix the compiler warning (uninitialized variable res) Jaroslav Kysela 2021-03-07 20:00:15 +01:00
  • c1474594dc alsactl: add dump-cfg and dump-state commands Jaroslav Kysela 2021-03-07 19:58:33 +01:00
  • 09c04f8935 alsactl: init command now honors -g flag as well MichaIng 2021-03-06 16:19:49 +01:00
  • 65453da000 alsactl: honor ignore_nocards flag in init() Jaroslav Kysela 2021-03-06 12:40:54 +01:00
  • e1551de8dd axfer: test - add run-test-in-tmpdir.sh script Jaroslav Kysela 2021-03-06 08:37:08 +01:00
  • f8ce4f1e3a amidi, aseqnet: handle write errors Jaroslav Kysela 2021-03-05 21:50:28 +01:00
  • ade71cf8b0 alsactl: fix some compiler warnings Jaroslav Kysela 2021-03-05 21:43:45 +01:00
  • bccebc59a0 aplay: fix the wrong pointer dereference in playbackv_go() Jaroslav Kysela 2021-03-05 21:29:29 +01:00
  • c867aa8a84 alsamixer: use background color instead of COLOR_BLACK Ryan Burns 2021-02-06 14:16:55 -08:00
  • bdb10da3aa alsa-info.sh: Add jack2 (jackdbus) detection bengan 2021-01-20 12:13:44 +01:00
  • c47e93fa7e amixer: Expand on channel docs in man page Matt Campbell 2021-02-14 11:47:19 -05:00
  • a4cff92223 alsa-info.sh: Use HTTPS instead of HTTP Bruno Vernay 2021-03-05 21:10:28 +01:00
  • 30809f395e alsa-info.sh: add PipeWire daemon detection Jaroslav Kysela 2021-03-05 18:20:55 +01:00
  • f67020abcf alsa-info.sh: bumb version to 0.5.0 Jaroslav Kysela 2021-03-05 18:09:47 +01:00
  • 17b4129e6c alsactl: add 'clean' command to remove the application controls Jaroslav Kysela 2021-02-26 19:28:03 +01:00
  • c1f8cc2f07 alsa-info.sh: add sysfs card info section Jaroslav Kysela 2021-02-22 10:56:31 +01:00
  • c990f9a8ad alsa-info.sh: add card number to the ALSA module list section Jaroslav Kysela 2021-02-22 10:53:12 +01:00
  • 8cd781be74 alsa-info.sh: add audio keyword to the dmesg filter Jaroslav Kysela 2021-01-26 19:30:19 +01:00
  • b8a1e95773 aplay: fix the test position test for playback (avail > delay) Jaroslav Kysela 2021-01-19 12:36:28 +01:00
  • 19cc5daef4 alsamixer: fix shift in parse_words() Jaroslav Kysela 2021-01-11 10:44:38 +01:00
  • e165d3413e alsamixer: remove unused variable y in display_scroll_indicators() Jaroslav Kysela 2021-01-11 10:41:32 +01:00
  • b0c4ed248e alsamixer: remove dead fcn widget_handle_key() in widget.c Jaroslav Kysela 2021-01-11 10:40:53 +01:00
  • 88513212c5 topology: fix possible double free in load() Jaroslav Kysela 2021-01-08 18:33:28 +01:00
  • c9b4293212 alsaloop: get_queued_playback_samples() - simplify code Jaroslav Kysela 2021-01-08 18:29:56 +01:00
  • 90bbeb1d3e alsaloop: fix possible memory leak in create_loopback_handle() Jaroslav Kysela 2021-01-08 18:21:39 +01:00
  • c5ecfd9789 alsactl: init - parse() - fix possible double free Jaroslav Kysela 2021-01-08 18:18:53 +01:00
  • e55534d8a5 alsactl: init - set_ctl_value() - fix bytes parsing Jaroslav Kysela 2021-01-08 18:15:43 +01:00
  • 42ca978078 alsactl: daemon - read_pid_file() fix the returned code on read error Jaroslav Kysela 2021-01-08 18:07:57 +01:00