topology: cosmetic changes (functions)

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2020-01-03 22:56:48 +01:00
parent d768da27e7
commit b20b400e2f
5 changed files with 24 additions and 21 deletions

View file

@ -71,7 +71,8 @@ static ssize_t write_block_header(snd_tplg_t *tplg, unsigned int type,
}
static int write_elem_block(snd_tplg_t *tplg,
struct list_head *base, size_t size, int tplg_type, const char *obj_name)
struct list_head *base, size_t size,
int tplg_type, const char *obj_name)
{
struct list_head *pos, *sub_pos, *sub_base;
struct tplg_elem *elem, *elem_next;