typdef postfix is changed to {enum}_e and {struct}_s 61/253061/4
authorJaechul Lee <jcsing.lee@samsung.com>
Thu, 4 Feb 2021 06:28:02 +0000 (15:28 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Tue, 16 Feb 2021 02:30:46 +0000 (11:30 +0900)
commit3c4a2b17fd950ca53b63cb013121d3cc1f16e150
tree10fcc0bf6402ee474e101ee888859c41c5a3b32b
parent1e3c3f14985f4261a8d1c60f270f9d68fec44752
typdef postfix is changed to {enum}_e and {struct}_s

enum and structure are changed for better readability. In case of enum,
{enum}_t is changed to {enum}_'e', and {struct}_t is changed to
{struct}_'s'

[Version] 0.1.6
[Issue Type] Readability enhance

Change-Id: I71f8a5c2dcff354bb2f8164d599bfaa69eccd183
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
13 files changed:
packaging/audio-hal-exynos9110.spec
tizen-audio-comm.c
tizen-audio-ctrl.c
tizen-audio-impl-ctrl.c
tizen-audio-impl-pcm.c
tizen-audio-impl-ucm.c
tizen-audio-impl.h
tizen-audio-internal.h
tizen-audio-pcm.c
tizen-audio-routing.c
tizen-audio-stream.c
tizen-audio-volume.c
tizen-audio.c