nuttx/drivers/audio
Gregory Nutt 42a0796615 Squashed commit of the following:
sched/semaphore:  Add nxsem_post() which is identical to sem_post() except that it never modifies the errno variable.  Changed all references to sem_post in the OS to nxsem_post().

    sched/semaphore:  Add nxsem_destroy() which is identical to sem_destroy() except that it never modifies the errno variable.  Changed all references to sem_destroy() in the OS to nxsem_destroy().

    libc/semaphore and sched/semaphore:  Add nxsem_getprotocol() and nxsem_setprotocola which are identical to sem_getprotocol() and set_setprotocol() except that they never modifies the errno variable.  Changed all references to sem_setprotocol in the OS to nxsem_setprotocol().  sem_getprotocol() was not used in the OS
2017-10-03 15:35:24 -06:00
..
audio_null.c drivers: fix some bad NULL checks 2017-05-15 07:20:32 -06:00
cs43l22_debug.c STM32F4: add cs43l22 audio driver and i2s driver 2017-05-21 14:14:09 -06:00
cs43l22.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
cs43l22.h STM32F4: add cs43l22 audio driver and i2s driver 2017-05-21 14:14:09 -06:00
i2schar.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
Kconfig Rename CONFIG_AUDIO_DEVICES to CONFIG_DRIVERS_AUDIO to conform better to the evolving configuration naming standard. 2017-09-12 14:10:15 -06:00
Make.defs Rename CONFIG_AUDIO_DEVICES to CONFIG_DRIVERS_AUDIO to conform better to the evolving configuration naming standard. 2017-09-12 14:10:15 -06:00
tone.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
vs1053.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
vs1053.h Make some file section headers more consistent with standard 2015-04-08 07:15:32 -06:00
wm8904_debug.c drivers/: Fixes to spacing and alignement 2015-10-10 10:41:00 -06:00
wm8904.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
wm8904.h Remove I2C slave methods from I2C master interface; rename i2c_dev_s to i2c_master_s. 2016-01-30 08:36:47 -06:00