Name Date Size

..25-Oct-20244 KiB

.github/workflows/H25-Oct-20244 KiB

.gitignoreH A D25-Oct-2024950

.travis.ymlH A D25-Oct-2024136

acinclude.m4H A D25-Oct-20241.2 KiB

alsalisp/H25-Oct-20244 KiB

aserver/H25-Oct-20244 KiB

BUILD.gnH A D25-Oct-20247.6 KiB

bundle.jsonH A D25-Oct-20241.3 KiB

ChangeLogH A D25-Oct-20241.3 KiB

configure.acH A D25-Oct-202426.3 KiB

COPYINGH A D25-Oct-202425.8 KiB

doc/H25-Oct-20244 KiB

gitcompileH A D25-Oct-20242.2 KiB

include/H25-Oct-20244 KiB

INSTALLH A D25-Oct-20243.8 KiB

m4/H25-Oct-20244 KiB

Makefile.amH A D25-Oct-2024829

MEMORY-LEAKH A D25-Oct-2024469

modules/H25-Oct-20244 KiB

NOTESH A D25-Oct-20242 KiB

OAT.xmlH A D25-Oct-20249.1 KiB

ohos_build_config.shH A D25-Oct-2024525

README.mdH A D25-Oct-2024998

README.OpenSourceH A D25-Oct-2024345

README_zh.mdH A D25-Oct-20243.6 KiB

src/H25-Oct-20244 KiB

test/H25-Oct-20244 KiB

TODOH A D25-Oct-2024246

utils/H25-Oct-20244 KiB

README.md

1# alsa-lib
2## Advanced Linux Sound Architecture (ALSA) project
3
4[![Build alsa-lib](https://github.com/alsa-project/alsa-lib/workflows/Build%20alsa-lib/badge.svg?branch=master)](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

README.OpenSource

1[
2    {
3        "Name": "alsa-lib",
4        "License": "LGPL V2.1",
5        "License File": "COPYING",
6        "Version Number": "1.2.11",
7        "Owner": "zhangyunhu@huawei.com",
8        "Upstream URL": "https://github.com/alsa-project/alsa-lib",
9        "Description": "A library to interface with ALSA in the Linux kernel."
10    }
11]