[PATCH] conf: Remove left justification for SND_CONFIG_TYPE_REAL

15 Feb
2022
15 Feb
'22
12:19 p.m.
In order to avoid extra padding replace data type "%-16g" (left justification) with default right justification "%16g" when printing snd_config type SND_CONFIG_TYPE_REAL.
Example for control "min_dB" available in softvol:
Before patch: "min_dB -50 "
After patch: "min_dB -50.0"
1168
Age (days ago)
1168
Last active (days ago)
0 comments
1 participants
participants (1)
-
Simon Christensson