OSDN Git Service

configure: check if eaccess() is available
[android-x86/external-alsa-lib.git] / 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)
5
6 The alsa-lib is a library to interface with ALSA in the Linux kernel and
7 virtual devices using a plugin system.
8
9 The up-to-date reference generated from sources can be accessed here:
10
11 http://www.alsa-project.org/alsa-doc/alsa-lib/
12
13 You may give a look for more information about the ALSA project to URL
14 http://www.alsa-project.org.
15
16 ### Submitting patches
17
18 The preferred way to submit patches is by sending them by email to the
19 alsa-devel mailing list. Sending mail to the list requires subscription,
20 subscribe here: https://mailman.alsa-project.org/mailman/listinfo/alsa-devel
21
22 Add Takashi Iwai `<tiwai@suse.de>` and/or Jaroslav Kysela `<perex@perex.cz>` to
23 Cc so that your patch won't be missed.
24
25 Patches are also accepted as GitHub pull requests.