mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-11 13:30:05 -05:00
topology: more coding fixes
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
2b50b594dc
commit
780f17126a
6 changed files with 30 additions and 23 deletions
|
|
@ -74,8 +74,8 @@ static int lookup_channel(const char *c)
|
|||
}
|
||||
|
||||
/* Parse a channel mapping. */
|
||||
int tplg_parse_channel(snd_tplg_t *tplg,
|
||||
snd_config_t *cfg, void *private)
|
||||
int tplg_parse_channel(snd_tplg_t *tplg, snd_config_t *cfg,
|
||||
void *private)
|
||||
{
|
||||
snd_config_iterator_t i, next;
|
||||
snd_config_t *n;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue