summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ucm: rename _once command to _boot commandJaroslav Kysela2020-05-251-1/+1
* ucm: handle 'set _defaults' commandJaroslav Kysela2020-05-141-0/+1
* ucm: handle 'set _once' commandJaroslav Kysela2020-05-141-0/+1
* conf: add snd_config_is_array() functionJaroslav Kysela2020-05-081-0/+1
* header: Fix build error with old kernel headersTakashi Iwai2020-05-061-0/+10
* use-case.h: add USB as allowed device nameJaroslav Kysela2020-04-281-0/+1
* usecase: allow indexes also for modifier namesJaroslav Kysela2020-04-031-1/+8
* ucm: clarify the index syntax for the device namesJaroslav Kysela2020-03-171-1/+4
* do not set close-on-exec flag on descriptor if it was already setRolf Eike Beer2020-02-111-0/+2
* uapi: Sync with 5.6 kernel ABITakashi Iwai2020-02-107-131/+235
* topology: implement snd_tplg_decodeJaroslav Kysela2020-01-031-1/+13
* topology: add snd_tplg_version() functionJaroslav Kysela2020-01-031-0/+6
* topology: add snd_tplg_create() with flagsJaroslav Kysela2020-01-031-0/+10
* topology: add snd_tplg_save()Jaroslav Kysela2020-01-031-0/+15
* topology: add snd_tplg_load() remove snd_tplg_build_bin_file()Jaroslav Kysela2020-01-031-9/+7
* topology: add binary output from the builderJaroslav Kysela2020-01-031-1/+21
* uapi: Move typedefs from uapi to sound/*Takashi Iwai2019-12-207-27/+31
* type_compat: Add missing __s64 and __u64 definitions for non-LinuxTakashi Iwai2019-12-201-0/+2
* Fix alsa/sound/*.h for external programsTakashi Iwai2019-12-2023-3405/+3449
* ucm: docs - remove MixerCopy values, add Priority for verb, improve priority ...Jaroslav Kysela2019-12-101-12/+6
* ucm: docs - add note about the sequences and device splitJaroslav Kysela2019-12-061-0/+5
* ucm: docs - change the Mic description to simple Microphone DeviceJaroslav Kysela2019-12-051-1/+1
* ucm: docs - remove DigitalMic, it does not have senseJaroslav Kysela2019-12-051-2/+1
* ucm: docs - add Mic/DigitalMic and multiple devices commentsJaroslav Kysela2019-12-051-0/+8
* ucm: docs - add JackCTL, rearrange JackControl and JackDevJaroslav Kysela2019-12-031-8/+14
* use-case: docs - add PlaybackMixerCopy and CaptureMixerCopyJaroslav Kysela2019-12-021-0/+12
* ucm: docs - allow spaces in device names for JackHWMuteJaroslav Kysela2019-12-021-12/+13
* ucm: add _identifiers listJaroslav Kysela2019-11-301-0/+1
* use-case: add priority values from pulseaudioJaroslav Kysela2019-11-281-0/+4
* use-case: improve comment for mixer elementsJaroslav Kysela2019-11-281-1/+1
* ucm: rename mixer element identifiersJaroslav Kysela2019-11-271-8/+18
* include/sound/Makefile.am: remove asoundef.hJaroslav Kysela2019-11-251-1/+1
* local.h: remove sound/asoundef.h dependencyJaroslav Kysela2019-11-252-311/+1
* asoundef.h: add CEA861_AUDIO_INFOFRAME definesJaroslav Kysela2019-11-251-2/+36
* include/sound: sync with the kernel v5.4Jaroslav Kysela2019-11-2510-174/+365
* ucm: use-case.h - add <alsa/asoundlib.h> includeJaroslav Kysela2019-11-231-0/+2
* conf: implement snd_config_add_before() and snd_config_add_after()Jaroslav Kysela2019-11-142-1/+18
* ucm: change the If block parsingJaroslav Kysela2019-11-141-19/+0
* ucm: docs: Add MinBufferLevel valueCurtis Malainey2019-11-141-0/+4
* ucm: docs: Add EDID File valueCurtis Malainey2019-11-141-0/+2
* use-case header file: add more references to correct ASCII ID parsers for CTL...Jaroslav Kysela2019-11-141-0/+6
* ucm: add snd_use_case_parse_selem_id()Jaroslav Kysela2019-11-141-1/+12
* mixer: simple - add snd_mixer_selem_id_parse() from amixerJaroslav Kysela2019-11-141-0/+1
* ucm: add snd_use_case_parse_ctl_elem_id()Jaroslav Kysela2019-11-141-0/+11
* ucm: add If condition blockJaroslav Kysela2019-11-141-0/+20
* ucm: extend snd_use_case_mgr_open() to address the sound card directlyJaroslav Kysela2019-11-101-1/+18
* conf: improve the include paths codeJaroslav Kysela2019-11-101-1/+1
* pcm: the maximal rate is 768000Hz, fix the remain codeJaroslav Kysela2019-10-251-1/+1
* Use __func__ instead of __FUNCTION__Michael Forney2019-06-122-6/+6
* rawmidi: use snd_dlobj_cache_get2() in rawmidi open (coverity)Jaroslav Kysela2019-05-241-0/+3