summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v1.2.7v1.2.7Jaroslav Kysela2022-05-311-1/+1
* topology: nhlt plugin: second attempt to fix the .so linkingJaroslav Kysela2022-05-311-0/+1
* topology: nhlt plugin: fix the .so linkingJaroslav Kysela2022-05-311-2/+1
* alsamixer: add alsamixer.rc.example fileJaroslav Kysela2022-05-312-1/+193
* topology: plugins: nhlt: fix intel dmic mode calculationJaska Uimonen2022-05-311-4/+4
* aplay: Fix for arecord recording ghost dataAmadeusz Sławiński2022-05-312-4/+4
* alsactl: implement 'info' commandJaroslav Kysela2022-05-105-1/+273
* topology: add missing nhlt headers to Makefile.amJaroslav Kysela2022-05-031-0/+14
* topology: add missing pre-process-external.h to Makefile.amJaroslav Kysela2022-05-031-1/+1
* github workflow: add libtoolize call for alsa-utilsJaroslav Kysela2022-05-031-0/+2
* aplay: fix a typo in warning (inaudiable -> inaudible)Matthias Braun2022-05-031-1/+1
* topology: do not pass pre_processor_defs to pre_process_plugins()Jaroslav Kysela2022-05-031-5/+4
* topology: plugins - add Intel nhlt encoder pluginJaska Uimonen2022-05-0326-2/+5369
* topology: add simple topology plugin mechanismJaska Uimonen2022-05-033-0/+162
* alsactl: add locking for per-card initializationJaroslav Kysela2022-02-026-12/+79
* alsactl: lock - use alarm signal and F_SETLKW rather pollingJaroslav Kysela2022-02-011-7/+34
* alsactl: remove unused argument for state_lock_()Jaroslav Kysela2022-02-011-3/+3
* alsactl: add dbg() prints to init_ucm()Jaroslav Kysela2022-02-011-1/+6
* topology: pre-processor: fix seg fault when there no command line definesRanjani Sridharan2022-01-281-11/+14
* topology: use a copy of the command line definesJaroslav Kysela2022-01-281-11/+17
* topology: don't fail when Define section is missing in the included fileJaroslav Kysela2022-01-281-1/+1
* topology: create Define subtree for command line defines onlyJaroslav Kysela2022-01-281-0/+7
* topology: the includes should be deleted not removedJaroslav Kysela2022-01-281-2/+2
* alsamixer: Revert has_mouse() checkTakashi Iwai2022-01-281-1/+2
* topology: use cached Define subtree in pre_process_includes()Jaroslav Kysela2022-01-281-6/+5
* topology: fix the define section merge from the included filesJaroslav Kysela2022-01-281-26/+37
* topology: fix the comment for improved -D optionJaroslav Kysela2022-01-281-0/+1
* topology: add support for multiple -D argumentsJaroslav Kysela2022-01-271-2/+22
* topology: pre-process-object: expand variables before validating attributesRanjani Sridharan2022-01-271-25/+100
* speaker-test: remove sample_map.csv from MakefileJaroslav Kysela2022-01-271-5/+0
* topology: rename function free_pre_preprocessor to free_pre_processorJaroslav Kysela2022-01-273-5/+5
* topology: optimization for pre_processor_defs parsingJaroslav Kysela2022-01-272-39/+66
* topology: merge the pre-processor call to one functionJaroslav Kysela2022-01-271-22/+29
* topology: fix the command line define merge for new includesJaroslav Kysela2022-01-272-13/+21
* alsactl: flush stdout for monitor commandAlex Xu (Hello71)2022-01-271-0/+1
* alsactl: fix typo in comment in 00mainJaroslav Kysela2022-01-271-1/+1
* speaker-test: remove sample_map.csvJaroslav Kysela2022-01-271-2/+0
* topology: don't allow to mix verbose level and output to stdoutJaroslav Kysela2022-01-271-0/+6
* alsamixer: Fix regression in color setupTakashi Iwai2022-01-204-7/+18
* alsactl: fix the error path in set_controls()Jaroslav Kysela2022-01-031-1/+1
* topology: pre-processor: Move the call to expand variablesRanjani Sridharan2021-12-197-179/+158
* topology: fix the file permissions for the generated filesJaroslav Kysela2021-12-121-1/+1
* topology: define -I option only for alsa-lib 1.2.6+Jaroslav Kysela2021-12-081-2/+6
* topology: Add option to pass include path for conditional includesRanjani Sridharan2021-12-081-7/+17
* topology: fix the include path parsingJaroslav Kysela2021-12-071-2/+6
* Release v1.2.6v1.2.6Jaroslav Kysela2021-12-061-1/+1
* amidi: remove unused variableJaroslav Kysela2021-12-061-1/+0
* topology: fix compilation for older alsa-libJaroslav Kysela2021-12-062-2/+18
* topology: change include pathJaroslav Kysela2021-12-063-25/+42
* topology: pre-processor: Add support for conditional includesRanjani Sridharan2021-12-061-0/+210