nuttx/boards/arm/cxd56xx/drivers/audio
patacongo f00569816f Fix a few errors concerning use of section block comments in .c files: (#95)
1. No .c file should include a "Public Types" section.  Only a header file can define a public type.  A .c file can only define a private type.  Several files contained private type definitions.  The section that they were defined in, however, was incorrectly named "Public Types."  Those were easilty changed to "Private Types" which is what they are.

2. No .c file should include a "Public Function Prototypes" section.  All global function prototypes should be provided via a header file and never declared with a .c file.

For No. 2, I corrected as many cases as was reasonable for the time that I had available.  But there are still a dozen or so .c files that declare "Public Function Prototypes" within a .c file.  This is bad programming style.  These declarations should all be moved to the proper header files.
2020-01-14 00:37:54 +01:00
..
cxd56_audio_ac_reg.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_ac_reg.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_aca.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_aca.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_analog.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_analog.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_bca_reg.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_bca_reg.h boards/arm/cxd56xx/drivers/audio: Missing commas in in enumeration. Fix compilation error found in build testing due to missing commas in an enumeration type. Correct ordering of definitions and section block comments to follow coding standard. 2020-01-08 14:54:10 -03:00
cxd56_audio_beep.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_beep.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_config.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_config.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_digital.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_digital.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_dma.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_dma.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_filter.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_filter.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_irq.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_irq.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_mic.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_mic.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_pin.c cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_pin.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_power.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_power.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_volume.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_volume.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
Kconfig Merged in alinjerpelea/nuttx (pull request #1046) 2019-10-09 23:55:20 +00:00
Make.defs cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00