Name | Date | Size | ||
---|---|---|---|---|
.. | 25-Oct-2024 | 4 KiB | ||
.github/workflows/ | H | 25-Oct-2024 | 4 KiB | |
.gitignore | H A D | 25-Oct-2024 | 950 | |
.travis.yml | H A D | 25-Oct-2024 | 136 | |
acinclude.m4 | H A D | 25-Oct-2024 | 1.2 KiB | |
alsalisp/ | H | 25-Oct-2024 | 4 KiB | |
aserver/ | H | 25-Oct-2024 | 4 KiB | |
BUILD.gn | H A D | 25-Oct-2024 | 7.6 KiB | |
bundle.json | H A D | 25-Oct-2024 | 1.3 KiB | |
ChangeLog | H A D | 25-Oct-2024 | 1.3 KiB | |
configure.ac | H A D | 25-Oct-2024 | 26.3 KiB | |
COPYING | H A D | 25-Oct-2024 | 25.8 KiB | |
doc/ | H | 25-Oct-2024 | 4 KiB | |
gitcompile | H A D | 25-Oct-2024 | 2.2 KiB | |
include/ | H | 25-Oct-2024 | 4 KiB | |
INSTALL | H A D | 25-Oct-2024 | 3.8 KiB | |
m4/ | H | 25-Oct-2024 | 4 KiB | |
Makefile.am | H A D | 25-Oct-2024 | 829 | |
MEMORY-LEAK | H A D | 25-Oct-2024 | 469 | |
modules/ | H | 25-Oct-2024 | 4 KiB | |
NOTES | H A D | 25-Oct-2024 | 2 KiB | |
OAT.xml | H A D | 25-Oct-2024 | 9.1 KiB | |
ohos_build_config.sh | H A D | 25-Oct-2024 | 525 | |
README.md | H A D | 25-Oct-2024 | 998 | |
README.OpenSource | H A D | 25-Oct-2024 | 345 | |
README_zh.md | H A D | 25-Oct-2024 | 3.6 KiB | |
src/ | H | 25-Oct-2024 | 4 KiB | |
test/ | H | 25-Oct-2024 | 4 KiB | |
TODO | H A D | 25-Oct-2024 | 246 | |
utils/ | H | 25-Oct-2024 | 4 KiB |
README.md
1# alsa-lib 2## Advanced Linux Sound Architecture (ALSA) project 3 4[](https://github.com/alsa-project/alsa-lib/actions/workflows/build.yml) 5 6The alsa-lib is a library to interface with ALSA in the Linux kernel and 7virtual devices using a plugin system. 8 9The up-to-date reference generated from sources can be accessed here: 10 11http://www.alsa-project.org/alsa-doc/alsa-lib/ 12 13You may give a look for more information about the ALSA project to URL 14http://www.alsa-project.org. 15 16### Submitting patches 17 18The preferred way to submit patches is by sending them by email to the 19alsa-devel mailing list. Sending mail to the list requires subscription, 20subscribe here: https://mailman.alsa-project.org/mailman/listinfo/alsa-devel 21 22Add Takashi Iwai `<tiwai@suse.de>` and/or Jaroslav Kysela `<perex@perex.cz>` to 23Cc so that your patch won't be missed. 24 25Patches are also accepted as GitHub pull requests. 26