nuttx/drivers/audio
2014-08-01 18:22:33 -06:00
..
audio_null.c Audio: Change how the end of the audio stream is detected by the leaf audio component. This used by be done by looking for the first partial buffer. That does not work with the in-place sub-sampling performed by the PCM decoder: That always reduces the size of the buffer so that all buffers only partially filled by the time they get to the leaf. Now, a flag is set in the audio buffer flags set to indicate the final buffer in the stream. 2014-07-31 16:36:09 -06:00
i2schar.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00
Kconfig Fix a type in the audio Kconfig file, UDIO->AUDIO 2014-07-23 14:48:21 -06:00
Make.defs Add debug logic to dump WM8904 registers 2014-08-01 18:07:20 -06:00
vs1053.c Audio: Change how the end of the audio stream is detected by the leaf audio component. This used by be done by looking for the first partial buffer. That does not work with the in-place sub-sampling performed by the PCM decoder: That always reduces the size of the buffer so that all buffers only partially filled by the time they get to the leaf. Now, a flag is set in the audio buffer flags set to indicate the final buffer in the stream. 2014-07-31 16:36:09 -06:00
vs1053.h Updated VS1053 audio driver from Ken Pettit 2013-10-27 08:00:16 -06:00
wm8904_debug.c Add debug logic to dump WM8904 registers 2014-08-01 18:07:20 -06:00
wm8904.c WM8904 I2C: Fix an error in writing. I am not sure why this fixes the problem 2014-08-01 18:22:33 -06:00
wm8904.h Add debug logic to dump WM8904 registers 2014-08-01 18:07:20 -06:00