summaryrefslogtreecommitdiff
path: root/nuttx/drivers/audio/vs1053.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings in audio code causing by fixing the prototypes of mq_send()...Gregory Nutt2015-02-091-4/+7
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-1/+1
* Audio: Change how the end of the audio stream is detected by the leaf audio c...Gregory Nutt2014-07-311-56/+68
* Add definitions to support fast forward and rewind configurationGregory Nutt2014-07-271-1/+1
* Audio: Fix some compilation issues introduced with some of the recent changesGregory Nutt2014-07-251-5/+5
* Costmetic changeGregory Nutt2014-07-251-13/+13
* Convert ac_format and ac_controls to unions to make access a little cleanerGregory Nutt2014-07-241-23/+19
* Audio: Get rid of the decoder->driver IOCTLs that I added a couple of commit...Gregory Nutt2014-07-241-0/+3
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-3/+6
* VS1053 worker thread stack size is now configurable; Worker thread is named ...Gregory Nutt2013-11-101-1/+9
* Add for audio sub-format in audion system. From Ken PettitGregory Nutt2013-10-281-13/+34
* Updated VS1053 audio driver from Ken PettitGregory Nutt2013-10-271-35/+1546
* Audio subystem update from Ken Pettit. Plus moved some header filesGregory Nutt2013-05-211-19/+142
* Add audio/ sub-syste, include/nuttx/audio.h interface, and drivers/audio/vs10...Gregory Nutt2013-05-191-0/+257