The Advanced Linux Sound Architecture (ALSA) - library
Find a file
Jaroslav Kysela 2cfe6addae control: add snd_ctl_elem_id_compare() function
Compare two control element identifiers like strcmp().

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2021-02-26 21:08:28 +01:00
.github/workflows github actions: ubuntu - fix the non-interactive build 2020-06-02 13:16:55 +02:00
alsalisp
aserver Use __func__ instead of __FUNCTION__ 2019-06-12 08:52:07 +02:00
doc
include control: add snd_ctl_elem_id_compare() function 2021-02-26 21:08:28 +01:00
m4 Update the attributes.m4 macro file from xine 2020-01-03 19:13:13 +01:00
modules snd_dlopen: implement the relocatable version for glibc 2020-06-04 19:09:58 +02:00
src control: add snd_ctl_elem_id_compare() function 2021-02-26 21:08:28 +01:00
test test/audio_time: Make use of SND_PCM_AUDIO_TSTAMP_TYPE constants 2020-12-17 11:26:15 +01:00
utils alsa.m4: another fix to not link all binaries with -latopology 2020-02-18 19:45:19 +01:00
.gitignore
.travis.yml
acinclude.m4
ChangeLog
configure.ac Release v1.2.4 2020-10-19 11:45:13 +02:00
COPYING
gitcompile
INSTALL
Makefile.am Makefile: Add README.md to EXTRA_DIST 2020-12-10 10:37:13 +01:00
MEMORY-LEAK
NOTES
README.md README: add patch submission instructions 2020-08-16 09:36:01 +02:00
TODO

alsa-lib

Advanced Linux Sound Architecture (ALSA) project

Build alsa-lib

The alsa-lib is a library to interface with ALSA in the Linux kernel and virtual devices using a plugin system.

The up-to-date reference generated from sources can be accessed here:

http://www.alsa-project.org/alsa-doc/alsa-lib/

You may give a look for more information about the ALSA project to URL http://www.alsa-project.org.

Submitting patches

The preferred way to submit patches is by sending them by email to the alsa-devel mailing list. Sending mail to the list requires subscription, subscribe here: https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

Add Takashi Iwai <tiwai@suse.de> and/or Jaroslav Kysela <perex@perex.cz> to Cc so that your patch won't be missed.

Patches are also accepted as GitHub pull requests.