Dima Krasner 696c448f8a include time.h, to prevent use of struct timespec before definition
In some old (2.6.32.x) kernel headers, asound.h does not include linux time.h
when __KERNEL__ is undefined, which may break userspace.

The build failures caused by this are similar to those fixed by c8333f8c.

Signed-off-by: Dima Krasner <dima@dimakrasner.com>
2016-03-05 19:50:02 +02:00
2015-08-07 20:26:27 +05:30
2016-01-28 15:07:46 +05:30
2011-05-25 14:05:42 -07:00
2015-12-18 23:22:10 +05:30

tinyalsa: a small library to interface with ALSA in the Linux kernel

The aims are:

- Provide a basic pcm and mixer API
- If it's not absolutely needed, don't add it to the API
- Avoid supporting complex and unnecessary operations that could be
  dealt with at a higher level

S
Description
Third-party open-source software tinyalsa | 三方开源软件tinyalsa
Readme 1.1 MiB
Languages
C 77.3%
C++ 14.9%
Roff 2.1%
Shell 1.9%
Makefile 1.6%
Other 2.2%