summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v1.2.2v1.2.2Jaroslav Kysela2020-02-191-1/+1
* configure: fix the inverted libatopology checkJaroslav Kysela2020-02-191-1/+1
* github workflow: try to fix the empty versionJaroslav Kysela2020-02-191-0/+1
* github build.yml: try to fix the tag fetch issue (private working dirs)Jaroslav Kysela2020-02-181-2/+18
* README.md: add build status badgeJaroslav Kysela2020-02-181-0/+2
* github: create test workflow for fedora and ubuntuJaroslav Kysela2020-02-181-0/+147
* alsaucm: add usecase.h to noinst_HEADERS for packagingJaroslav Kysela2020-02-181-0/+2
* Avoid empty initializer listMichael Forney2020-02-105-5/+5
* Use %lli for long long in printfMichael Forney2020-02-102-4/+4
* Avoid pointer arithmetic on `void *`Michael Forney2020-02-105-9/+10
* Use __func__ instead of __FUNCTION__Michael Forney2020-02-102-10/+10
* configure: fix new libatopology checkJaroslav Kysela2020-02-091-5/+1
* alsatplg: add documentation for -z,--dapm-nosort (-h)Jaroslav Kysela2020-02-091-0/+1
* alsatplg: add decode commandJaroslav Kysela2020-02-092-27/+87
* alsatplg: add -V,--version optionJaroslav Kysela2020-02-092-2/+21
* alsatplg: rewrite to use the new libatopology functionsJaroslav Kysela2020-02-092-122/+199
* alsa-info.sh: Warn after actual upload failure; do not ping serverDavid Ward2020-01-071-33/+25
* alsa-info.sh: Perform test for wget earlierDavid Ward2020-01-071-38/+35
* alsa-info.sh: Condense nested commands for formatting upload resultDavid Ward2020-01-071-12/+8
* alsa-info.sh: Condense nested commands for file uploadDavid Ward2020-01-071-10/+6
* alsa-info.sh: Remove progress spinner during upload without dialogDavid Ward2020-01-071-10/+1
* alsa-info.sh: Replace gauge with infobox for upload dialogDavid Ward2020-01-071-10/+2
* alsa-info.sh: Exit script after writing information to stdoutDavid Ward2020-01-071-11/+6
* alsa-info.sh: Use existing function to print ALSA configuration filesDavid Ward2020-01-071-26/+1
* alsa-info.sh: Simplify iteration over cards when calling amixerDavid Ward2020-01-071-5/+5
* alsa-info.sh: Read from /proc/modules and sort the resultDavid Ward2020-01-071-5/+4
* alsa-info.sh: Consolidate PCI device outputDavid Ward2020-01-071-7/+3
* alsatplg: fix another small leak in normalize_config()Jaroslav Kysela2019-12-131-0/+2
* alsatplg: add -s,--sort and fix memory leaksJaroslav Kysela2019-12-121-10/+24
* alsatplg: add -n,--normalize optionJaroslav Kysela2019-12-121-20/+145
* configure: Fix linking of alsatplg with the older libsJaroslav Kysela2019-12-031-0/+5
* alsactl: fix --sched-idle (set it really to SCHED_IDLE)Jaroslav Kysela2019-12-032-1/+3
* alsaucm: dump - fix the prefixed "Jaroslav Kysela2019-11-301-4/+4
* alsaucm: add json dump commandJaroslav Kysela2019-11-302-4/+249
* alsaucm: add text dump commandJaroslav Kysela2019-11-304-15/+447
* alsaucm: use the first sound card (use case name 'hw:CARDNO') as defaultJaroslav Kysela2019-11-252-11/+11
* alsactl: sysfs - add /sys/kernel/uevent_seqnum check to initJaroslav Kysela2019-11-251-4/+9
* aplay: Limit VUMeter progress bar to 100 for negative as wellRosen Penev2019-11-201-1/+3
* aplay: Adjust buffer sizes to fix snprintf warningsRosen Penev2019-11-201-2/+2
* treewide: Fix printf formatsRosen Penev2019-11-207-14/+14
* treewide: Fix wrong formats on 32-bitRosen Penev2019-11-202-4/+7
* treewide: sys/poll to pollRosen Penev2019-11-205-5/+5
* Release v1.2.1v1.2.1Jaroslav Kysela2019-11-141-1/+1
* alsaucm: fix the implicit card openJaroslav Kysela2019-11-141-3/+4
* alsaucm, topology: LDADD cleanups and add support for libatopologyJaroslav Kysela2019-11-122-4/+2
* alsaucm: do the implicit ucm open only when the command requires itJaroslav Kysela2019-11-091-42/+52
* alsaucm: call snd_config_update_free_global() to make valgrind more happyJaroslav Kysela2019-11-041-0/+1
* amixer: do not double LF for container typeJaroslav Kysela2019-10-311-1/+4
* axfer: handle -ETIMEDOUT before non-block I/O operationTakashi Sakamoto2019-10-301-1/+10
* axfer: code refactoring for a helper function to wait for avail buffer spaceTakashi Sakamoto2019-10-301-26/+28