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.
- Host: GitHub
- URL: https://github.com/jollen/linux-alsa-sample
- Owner: jollen
- Created: 2017-09-05T02:43:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T09:35:06.000Z (over 8 years ago)
- Last Synced: 2025-03-24T17:11:05.680Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 17.6 KB
- Stars: 6
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to Compile
```
$ sudo apt-get install libasound2
$ gcc -o aplay aplay.c -lasound
```