typdef postfix is changed to {enum}_e and {struct}_s 50/253150/2
authorJaechul Lee <jcsing.lee@samsung.com>
Fri, 5 Feb 2021 02:25:37 +0000 (11:25 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Tue, 16 Feb 2021 02:26:30 +0000 (11:26 +0900)
commit9becc628879cc937d80a97070edac3a2bd084ff5
treec2af5100b81f6871dcf6e318d7c02bcd1cc26127
parente94237d37a8094cb8257df5034dea2ed8f57b64d
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.11
[Issue Type] Readability enhance

Change-Id: Ic0cb2776669f101e74b6c0513199d50d3a1ac6cd
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
12 files changed:
hal-backend-audio.c
packaging/audio-hal-bcm2837.spec
tizen-audio-ctrl.c
tizen-audio-impl-ctrl.c
tizen-audio-impl-pcm.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