tinyalsa: Add a new sink plugin using tinyalsa
authorArun Raghavan <arun@centricular.com>
Wed, 27 Jan 2016 11:12:09 +0000 (16:42 +0530)
committerArun Raghavan <git@arunraghavan.net>
Tue, 2 Feb 2016 03:00:59 +0000 (08:30 +0530)
commitc8bd74fa9a81398f57d976c478d2043f30188684
tree0685702e9bb8d3d906408af0e9ecf64072b89282
parent914da9f7461a0803cc566ebda1497551560dca7d
tinyalsa: Add a new sink plugin using tinyalsa

This uses the tinyalsa library to playback to an ALSA device. Future
work can include using the mmap interface.

https://bugzilla.gnome.org/show_bug.cgi?id=761230
configure.ac
sys/Makefile.am
sys/tinyalsa/Makefile.am [new file with mode: 0644]
sys/tinyalsa/tinyalsa.c [new file with mode: 0644]
sys/tinyalsa/tinyalsasink.c [new file with mode: 0644]
sys/tinyalsa/tinyalsasink.h [new file with mode: 0644]