summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/audio
Commit message (Expand)AuthorAgeFilesLines
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-311-1/+1
* WM8904 interface enable method now returns the previous interrupt stateGregory Nutt2014-08-041-2/+4
* WM8904: Add logic to analyze BCLK setupGregory Nutt2014-08-031-0/+25
* WM8904 driver: Fix wm8904_dump_registers macro: Wrong number of parameters.Gregory Nutt2014-08-021-1/+5
* WM8904: Add logic to program the FLL to achieve the bitrateGregory Nutt2014-08-021-1/+1
* WM8904: Add an option to control WM8904 register dumpingGregory Nutt2014-08-021-1/+3
* WM8904: Ad the MCLK frequency to the interface definition. The WM8904 drive...Gregory Nutt2014-08-011-2/+8
* Add debug logic to dump WM8904 registersGregory Nutt2014-08-011-0/+21
* Audio: Change how the end of the audio stream is detected by the leaf audio c...Gregory Nutt2014-07-311-3/+4
* Cosmetic changes, mostly to commentsGregory Nutt2014-07-291-5/+5
* Misc bugfixes while integrating fast forward by sub-samplingGregory Nutt2014-07-271-1/+1
* Add definitions to support fast forward and rewind configurationGregory Nutt2014-07-271-13/+14
* Move subsampling rate definitions from nxplayer.h to audio.hGregory Nutt2014-07-271-0/+12
* Convert ac_format and ac_controls to unions to make access a little cleanerGregory Nutt2014-07-241-4/+13
* Audio: Get rid of the decoder->driver IOCTLs that I added a couple of commit...Gregory Nutt2014-07-241-35/+8
* Audio: Add hooks for fast-forward and rewind needed by CMediaPlayer; add hoo...Gregory Nutt2014-07-241-3/+20
* Add ioctls so that PCM decoder can configure the driver bitrate, num channels...Gregory Nutt2014-07-231-0/+10
* Audio: Add a NULL audio device that can be used to simply unit-level testing...Gregory Nutt2014-07-232-3/+139
* Flesh out a few more PCM methods, still incomplete. Re-vision PCM structure ...Gregory Nutt2014-07-221-19/+40
* Rename pcm_decode.h to pcm.h since it will hold more than just decoding defin...Gregory Nutt2014-07-221-5/+36
* Add new framework for the PCM decoder. It is now a 'front end' for lower-lev...Gregory Nutt2014-07-222-9/+126
* Remove WM8904 driver unused paramters, clean-up comments, remove some kruft i...Gregory Nutt2014-07-221-5/+3
* The WM8904 audio driver is mostly code complete and ready to begin initial t...Gregory Nutt2014-07-192-5/+42
* SAMA5D4-EK: Add WM8904 initialization logicGregory Nutt2014-07-191-11/+1
* WM8904: Add initialization logicGregory Nutt2014-07-191-0/+10
* Framework for a WM8904 audio driver. The initial driver check-in is simply K...Gregory Nutt2014-07-182-7/+21
* WM8904: Add header file support for this forcoming driverGregory Nutt2014-07-182-2/+175
* More trailing whilespace removalGregory Nutt2014-04-132-2/+2
* Various fixes from initial attempts to integrate the SAMA5 SSC/I2C driver wit...Gregory Nutt2013-11-111-0/+25
* Remove unused apb_prepare functionGregory Nutt2013-11-111-25/+1
* I2S simplifed audio buffer queuingGregory Nutt2013-11-101-20/+15
* Add an I2S character driver. This driver is only intended to support I2S tes...Gregory Nutt2013-11-101-15/+19
* SAMA5 I2S: Driver is code complete, untested and subject to some rethinkingGregory Nutt2013-11-091-27/+92
* SAMA5 I2S: Improved I2S bufferingGregory Nutt2013-11-081-14/+50
* SAMA5 SSC: Add framework (only) for a forthcoming SSC-based I2S driverGregory Nutt2013-11-071-30/+14
* Initial I2S interface defintionGregory Nutt2013-11-071-0/+177
* Add for audio sub-format in audion system. From Ken PettitGregory Nutt2013-10-281-22/+32
* Updated VS1053 audio driver from Ken PettitGregory Nutt2013-10-271-9/+12
* Updated audio subsystem from Ken PettitGregory Nutt2013-10-271-60/+316
* Created new directories to hold SPI-related filesGregory Nutt2013-07-012-2/+2
* Audio subystem update from Ken Pettit. Plus moved some header filesGregory Nutt2013-05-212-0/+595