nuttx/drivers/audio
Tiago Medicci c755218295 drivers/audio/es8311: Fix setting sample rate and bits per sample
When setting the sample rate (`es8311_setsamplerate`) and the bits
per sample (`es8311_setbitspersample`), check their return value in
`es8311_configure`. Also, this commit ensures that these functions
are called after `es8311_reset` to avoid these values to be set to
the default values.
2024-08-01 16:04:53 +08:00
..
audio_dma.c
audio_i2s.c esp32-sparrow-kit: Add I2S support for the board's microphone 2024-02-20 06:46:06 -08:00
audio_null.c kernel: replace all usleep to nxsig_usleep in kernel space 2023-10-25 15:46:03 +08:00
CMakeLists.txt drivers/audio: Remove useless descriptions from CMakeLists.txt 2024-06-28 17:53:56 +08:00
cs43l22_debug.c
cs43l22.c
cs43l22.h
cs4344.c audio/cs4344: Set master clock when resetting the device 2023-09-05 13:33:05 +08:00
cs4344.h audio/cs4344: Set the default sample rate to the lowest possible 2023-09-05 13:33:05 +08:00
es8311_debug.c
es8311.c drivers/audio/es8311: Fix setting sample rate and bits per sample 2024-08-01 16:04:53 +08:00
es8311.h
es8388_debug.c
es8388.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
es8388.h
esxxxx_common.h
Kconfig
Make.defs
tone.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
vs1053.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
vs1053.h
wm8776.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
wm8776.h
wm8904_debug.c
wm8904.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
wm8904.h
wm8994_debug.c
wm8994.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
wm8994.h Update kconfig2html.c 2023-12-14 20:02:52 -08:00