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 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