summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v1.2.3.1v1.2.3.1Jaroslav Kysela2020-06-181-1/+1
* pcm: copy extplug timestamp type from the slave pcmJaroslav Kysela2020-06-181-0/+1
* conf: make some strings more compact in alsa.confJaroslav Kysela2020-06-181-5/+4
* ucm: implement CardNumberByName substitutionJaroslav Kysela2020-06-181-13/+33
* ucm: allow to use the defined variables in the substitution argumentJaroslav Kysela2020-06-181-14/+31
* ucm: allow to ignore errors for the value substitutionJaroslav Kysela2020-06-181-50/+62
* dlsym: fix the race when snd_libdir_origin is freedJaroslav Kysela2020-06-181-12/+25
* pcm: dmic: assembly: add x32 support.Harald van Dijk2020-06-171-9/+45
* pcm: direct: correctly apply existing interval settingsAndreas Pape2020-06-171-2/+6
* control: ctlparse - use type-specific bound on element countJohn Keeping2020-06-161-1/+23
* ucm: include - fix compound_merge for arraysJaroslav Kysela2020-06-151-0/+12
* dlmisc.c: fix uclibc buildBernd Kuhls2020-06-131-1/+1
* ucm: fix use-after-free in parse_component_seq()Jaroslav Kysela2020-06-081-1/+2
* Release v1.2.3v1.2.3Jaroslav Kysela2020-06-081-1/+1
* dlsym: fix the snd_dlopen(), incorrect variable useJaroslav Kysela2020-06-081-1/+1
* conf: USB-Audio: Add HP Thunderbolt Dock in the IEC958 blacklistKai-Heng Feng2020-06-081-0/+2
* dlsym: fix again snd_dlpath()Jaroslav Kysela2020-06-081-9/+26
* pcm: Fix memory leak at snd_pcm_new when THREAD_SAVE_API is definedchunxu.li2020-06-081-0/+1
* ucm: fix the wrong return value in uc_mgr_open_ctl()Jaroslav Kysela2020-06-081-1/+1
* ucm: remove strict: in ${OpenName} substitutionJaroslav Kysela2020-06-082-4/+7
* ucm: fix the error path in parse_toplevel_path()Jaroslav Kysela2020-06-081-4/+3
* ucm: fix the wrong uc_mgr_open_ctl() call in if_eval_control_exists()Jaroslav Kysela2020-06-081-1/+3
* dlsym: fix the reference to the origin lib directoryJaroslav Kysela2020-06-081-22/+24
* use-case.h: define Linked variableJaroslav Kysela2020-06-071-0/+5
* tlv: implement nearest rounding in snd_tlv_convert_from_dB() for xdir == 0Jaroslav Kysela2020-06-052-7/+20
* control: use more precise rounding in snd_ctl_ascii_value_parse()Jaroslav Kysela2020-06-051-8/+11
* conf: remove debug printf() in snd_config_hook_load()Jaroslav Kysela2020-06-051-1/+0
* pcm: clarify -ENODATA description (recovery, event)Jaroslav Kysela2020-06-051-0/+5
* pcm: fix spelling in documentation for -EBADFDKai Vehmanen2020-06-051-1/+1
* pcm: add documentation for -ENODATA error codeKai Vehmanen2020-06-051-0/+8
* snd_dlopen: implement the relocatable version for glibcJaroslav Kysela2020-06-043-9/+50
* snd_dlopen: do not use absolute plugin path for snd_dlopen() callsJaroslav Kysela2020-06-045-8/+8
* conf: add support for XDG_CONFIG_HOME search pathJaroslav Kysela2020-06-041-0/+13
* conf: load function (hook) - add OR supportJaroslav Kysela2020-06-041-67/+78
* conf: USB-Audio.conf - add another card name for Asus Xonar 5Jaroslav Kysela2020-06-041-0/+1
* pcm: return immediately when the state is SETUP in snd_pcm_drain()Jaroslav Kysela2020-06-031-16/+21
* pcm: fix snd_pcm_drain() excluding SETUP state from valid statessylvain.bertrand@gmail.com2020-06-031-1/+1
* ucm: implement CardIdByName substitutionJaroslav Kysela2020-06-036-56/+135
* ucm: shuffle code in compound_merge()Jaroslav Kysela2020-06-021-15/+21
* github actions: ubuntu - fix the non-interactive buildJaroslav Kysela2020-06-021-0/+1
* ucm: substitute arguments in sequences only for syntax 3+Jaroslav Kysela2020-05-271-18/+32
* ucm: substitute RenameDevice and DeleteDevice listsJaroslav Kysela2020-05-271-21/+31
* ucm: substitute Comment in Transition and DeviceJaroslav Kysela2020-05-271-5/+11
* ucm: substitute verb name and file fieldJaroslav Kysela2020-05-271-23/+44
* ucm: substitute component sequence stringJaroslav Kysela2020-05-271-4/+9
* ucm: substitute device strings in the device listsJaroslav Kysela2020-05-271-1/+5
* ucm: substitute device / modifier names, tooJaroslav Kysela2020-05-271-35/+35
* ucm: implement the toplevel ucm configuration file parserJaroslav Kysela2020-05-271-150/+232
* ucm: substitute ${CardNumber}Jaroslav Kysela2020-05-271-0/+15
* ucm: substitute ${OpenName}Jaroslav Kysela2020-05-261-0/+10