1*d0c94b83SXin Litinyalsa: a small library to interface with ALSA in the Linux kernel 2*d0c94b83SXin Li 3*d0c94b83SXin LiThe aims are: 4*d0c94b83SXin Li 5*d0c94b83SXin Li- Provide a basic pcm and mixer API 6*d0c94b83SXin Li- If it's not absolutely needed, don't add it to the API 7*d0c94b83SXin Li- Avoid supporting complex and unnecessary operations that could be 8*d0c94b83SXin Li dealt with at a higher level 9*d0c94b83SXin Li 10