nuttx/drivers/audio
Huang Qi e09048cc88 style: Fix "is is" typo across the codebase.
Correct duplicate "is is" word found in 181 files throughout the
codebase.
In most cases "is is" was changed to "is", but in contexts like
"MCU is is sleep mode" it was corrected to "MCU in sleep mode".

Also fixes a "the the" typo in net/inet/inet_sockif.c.

This is a pure style/documentation fix that improves code readability.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2026-03-24 09:39:26 +08:00
..
audio_dma.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
audio_fake.c sched/sleep: replace all Signal-based sleep implement to Scheduled sleep 2025-10-17 14:05:02 +08:00
audio_i2s.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
audio_null.c sched/sleep: replace all Signal-based sleep implement to Scheduled sleep 2025-10-17 14:05:02 +08:00
CMakeLists.txt drivers/audio/CMakeLists.txt: Aligned Cmake with Make 2025-08-21 13:22:26 +08:00
cs43l22.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
cs43l22.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
cs43l22_debug.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
cs4344.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
cs4344.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
es8311.c drivers/audio/es8311: set proper format specifier for logging 2025-02-28 10:46:20 +01:00
es8311.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
es8311_debug.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
es8388.c drivers/audio/es8388: set proper format specifier macro for logging 2025-03-01 06:37:30 -03:00
es8388.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
es8388_debug.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
esxxxx_common.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
Kconfig nuttx/audio: add fake audio driver. 2024-12-20 11:47:08 -03:00
Make.defs nuttx/audio: add fake audio driver. 2024-12-20 11:47:08 -03:00
tone.c timers/oneshot: Remove all callback and args. 2025-11-18 13:02:29 +01:00
vs1053.c sched/sleep: replace all Signal-based sleep implement to Scheduled sleep 2025-10-17 14:05:02 +08:00
vs1053.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
wm8776.c wm8776: use small lock in drivers/audio/wm8776.c 2024-12-05 21:22:32 +08:00
wm8776.h wm8776: use small lock in drivers/audio/wm8776.c 2024-12-05 21:22:32 +08:00
wm8904.c style: Fix "is is" typo across the codebase. 2026-03-24 09:39:26 +08:00
wm8904.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
wm8904_debug.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
wm8994.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
wm8994.h style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
wm8994_debug.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00