mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
topology: fix debug output to print correct "max" value.
Debug log is printing num_regs instead of max in the max section. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
df20aa2a1e
commit
c3c9206d12
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ int tplg_parse_control_bytes(snd_tplg_t *tplg,
|
|||
return -EINVAL;
|
||||
|
||||
be->max = atoi(val);
|
||||
tplg_dbg("\t%s: %d\n", id, be->num_regs);
|
||||
tplg_dbg("\t%s: %d\n", id, be->max);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue