An open API service indexing awesome lists of open source software.

https://github.com/jollen/linux-alsa-sample

Writing a Linux ALSA device driver from scratch.
https://github.com/jollen/linux-alsa-sample

Last synced: about 1 year ago
JSON representation

Writing a Linux ALSA device driver from scratch.

Awesome Lists containing this project

README

          

# How to Compile

```
$ sudo apt-get install libasound2
$ gcc -o aplay aplay.c -lasound
```