summaryrefslogtreecommitdiff
path: root/nuttx/drivers/audio/Make.defs
Commit message (Collapse)AuthorAgeFilesLines
* WM8904: Add logic to analyze BCLK setupGregory Nutt2014-08-031-0/+4
|
* WM8904: Add an option to control WM8904 register dumpingGregory Nutt2014-08-021-1/+1
|
* Add debug logic to dump WM8904 registersGregory Nutt2014-08-011-0/+3
|
* Audio: Add a NULL audio device that can be used to simply unit-level ↵Gregory Nutt2014-07-231-0/+4
| | | | testing of audio decoders
* Framework for a WM8904 audio driver. The initial driver check-in is simply ↵Gregory Nutt2014-07-181-1/+5
| | | | Ken Pettit's VS1053 driver forced to compile with only WM8904 definitions
* Add an I2S character driver. This driver is only intended to support I2S ↵Gregory Nutt2013-11-101-0/+4
| | | | testing and is inappropriate for use with real I2S devices
* Updated VS1053 audio driver from Ken PettitGregory Nutt2013-10-271-1/+1
|
* Add audio/ sub-syste, include/nuttx/audio.h interface, and ↵Gregory Nutt2013-05-191-0/+51
drivers/audio/vs1053.c driver to NuttX. From Ken Pettit