diff options
author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2017-09-07 16:38:52 +0100 |
---|---|---|
committer | Charles Keepax <ckeepax@opensource.cirrus.com> | 2018-04-11 15:54:11 +0100 |
commit | e40758bb09cfae53d11b6fa97844c903bbd252e8 (patch) | |
tree | 6c8dbc5693d785e3c8f0a9284d52c773a8057df0 /utils | |
parent | ab216f5225024cfeb3558a89a94bc15465046095 (diff) |
Fixup some minor code formatting issues
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/tinymix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/tinymix.c b/utils/tinymix.c index 53b5285..beaab2a 100644 --- a/utils/tinymix.c +++ b/utils/tinymix.c @@ -168,7 +168,7 @@ static void tinymix_list_controls(struct mixer *mixer, int print_all) num_values = mixer_ctl_get_num_values(ctl); printf("%u\t%s\t%u\t%-40s", i, type, num_values, name); if (print_all) - tinymix_detail_control(mixer, name); + tinymix_detail_control(mixer, name); printf("\n"); } } @@ -265,7 +265,7 @@ static void tinymix_detail_control(struct mixer *mixer, const char *control) } static void tinymix_set_byte_ctl(struct mixer_ctl *ctl, - char **values, unsigned int num_values) + char **values, unsigned int num_values) { int ret; char *buf; |