mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
topology: remove unused variable in tplg_parse_fe_dai()
This commit fixes below compiler warnings.
pcm.c: In function ‘tplg_parse_fe_dai’:
pcm.c:333:6: warning: unused variable ‘err’ [-Wunused-variable]
int err;
^
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
5d079c7608
commit
87afc50e81
1 changed files with 0 additions and 1 deletions
|
|
@ -330,7 +330,6 @@ static int tplg_parse_fe_dai(snd_tplg_t *tplg, snd_config_t *cfg,
|
|||
snd_config_t *n;
|
||||
const char *id, *value = NULL;
|
||||
unsigned long int id_val;
|
||||
int err;
|
||||
|
||||
snd_config_get_id(cfg, &id);
|
||||
tplg_dbg("\t\tFE DAI %s:\n", id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue