summaryrefslogtreecommitdiff
path: root/sys/tinyalsa
Commit message (Collapse)AuthorAgeFilesLines
* tinyalsasink: Use glib CLAMP() instead of our own macroArun Raghavan2016-02-051-8/+3
|
* tinyalsasink: Limit period size and count to what the h/w permitsArun Raghavan2016-02-051-0/+24
|
* tinyalsasink: fix tinalsa typoReynaldo H. Verdejo Pinochet2016-02-021-1/+1
|
* tinyalsasink: fix sample launch lineReynaldo H. Verdejo Pinochet2016-02-021-1/+1
|
* tinyalsasink: Use int type if we support a single rate/channel countArun Raghavan2016-02-021-7/+18
| | | | | Avoids using an int range if the field we're setting is not actually a range.
* tinyalsa: Add a new sink plugin using tinyalsaArun Raghavan2016-02-024-0/+592
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