summaryrefslogtreecommitdiff
path: root/nuttx/drivers/audio/audio_null.c
Commit message (Expand)AuthorAgeFilesLines
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-2/+2
* audio NULL driver: Fix an error in a variable nameGregory Nutt2014-08-091-1/+1
* Audio: Change how the end of the audio stream is detected by the leaf audio c...Gregory Nutt2014-07-311-0/+16
* PCM: First cut at fast forward by subsamplingGregory Nutt2014-07-271-5/+14
* Audio: Fix some compilation issues introduced with some of the recent changesGregory Nutt2014-07-251-0/+3
* Fix some compile errors when audio DEBUG is enabledGregory Nutt2014-07-241-3/+3
* Convert ac_format and ac_controls to unions to make access a little cleanerGregory Nutt2014-07-241-24/+20
* Audio: Get rid of the decoder->driver IOCTLs that I added a couple of commit...Gregory Nutt2014-07-241-20/+47
* Add ioctls so that PCM decoder can configure the driver bitrate, num channels...Gregory Nutt2014-07-231-3/+29
* Flesh out missing PCM decoder methodsGregory Nutt2014-07-231-6/+12
* Audio: Add a NULL audio device that can be used to simply unit-level testing...Gregory Nutt2014-07-231-0/+764