incubator-nuttx/drivers/audio
mks2183 f9386282dc driver/audio: low level reset must always succeed
- considering simplicity and design assumption, the reset function must work without flaw.
  If it fails, there is no way to recover but to reset again. so checking return status does not
  bring additional benefit

- There is unnecessary switch inside switch which is making code not too readable

Signed-off-by: mks2183 <manishsharma3134@gmail.com>
2023-07-18 10:14:24 -03:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig drivers/audio/Kconfig: Fix Kconfig style 2023-05-10 22:51:11 +08:00
Make.defs drivers/audio: Add support for the ES8311 codec 2023-05-04 18:41:54 -03:00
audio_dma.c driver/audio: remove unnecessary switch in switch 2023-07-16 16:40:34 +08:00
audio_i2s.c driver/audio: remove unnecessary switch in switch 2023-07-16 16:40:34 +08:00
audio_null.c
cs43l22.c
cs43l22.h
cs43l22_debug.c
cs4344.c audio: Add i2s_getmclkfrequency function 2023-05-04 18:41:54 -03:00
cs4344.h
cxd56.c drivers/audio/cxd56.c: Fix freeze audio and add underrun notify 2023-04-17 10:24:48 +02:00
cxd56.h
cxd56_src.c
cxd56_src.h
es8311.c driver/audio: low level reset must always succeed 2023-07-18 10:14:24 -03:00
es8311.h drivers/audio: Add support for the ES8311 codec 2023-05-04 18:41:54 -03:00
es8311_debug.c drivers/audio: Add support for the ES8311 codec 2023-05-04 18:41:54 -03:00
es8388.c nuttx: improve C89 compatibility in common code 2023-05-19 02:40:38 +08:00
es8388.h audio: Separate common settings for the ESXXXX family of products 2023-05-04 18:41:54 -03:00
es8388_debug.c
esxxxx_common.h audio: Separate common settings for the ESXXXX family of products 2023-05-04 18:41:54 -03:00
tone.c
vs1053.c
vs1053.h
wm8776.c
wm8776.h
wm8904.c
wm8904.h
wm8904_debug.c
wm8994.c Fix nuttx coding style 2023-07-13 19:30:56 +08:00
wm8994.h Fix nuttx coding style 2023-07-13 19:30:56 +08:00
wm8994_debug.c