nuttx/drivers/audio
raiden00pl 4df80e1928 !drivers/pwm: remove PWM_MULTICHAN option
BREAKING CHANGE: remove PWM_MULTICHAN option

PWM_MULTICHAN option is redundant, we can just set CONFIG_PWM_NCHANNELS > 1.
At default CONFIG_PWM_NCHANNELS is set to 1, so the default behavior is preserved.
Access to single channel API is now `info->channels[0].XXX` instead of `info->XXX`

This is the first step to simplify PWM implementation and make it more portable.

Signed-off-by: raiden00pl <raiden00@railab.me>
2026-05-18 11:35:25 -04:00
..
audio_dma.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
audio_fake.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
audio_i2s.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
audio_null.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
CMakeLists.txt audio: add ES7210 4-ch ADC codec driver 2026-04-03 13:34:36 +08:00
cs43l22.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03: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 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
cs4344.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
es7210.c audio: add ES7210 4-ch ADC codec driver 2026-04-03 13:34:36 +08:00
es7210.h audio: add ES7210 4-ch ADC codec driver 2026-04-03 13:34:36 +08:00
es8311.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03: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 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -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 audio: add ES7210 4-ch ADC codec driver 2026-04-03 13:34:36 +08:00
Make.defs audio: add ES7210 4-ch ADC codec driver 2026-04-03 13:34:36 +08:00
tone.c !drivers/pwm: remove PWM_MULTICHAN option 2026-05-18 11:35:25 -04:00
vs1053.c style: fix checkpatch issues after debug.h move 2026-04-07 07:50:06 -03:00
vs1053.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
wm8776.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
wm8776.h wm8776: use small lock in drivers/audio/wm8776.c 2024-12-05 21:22:32 +08:00
wm8904.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03: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 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03: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