"git@repo.buzztime.com:halo/external_tinyalsa.git" did not exist on "36ea2d824e5d8af550c139da9da20e73f82a9ae1"
Update to latest tinyalsa
Simon Wilson authored
782bfda tinymix: only print mixer name for full mixer dump
4f49678 tinycap: support 24 bit capture
7136cf7 pcm: support S24_LE format

Change-Id: Icf48dfe16883771e9ab9d14c5ec24f7d8a907bac
36ea2d82
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