alsa-lib/src/topology
Takashi Sakamoto 5235105ca3 topology: remove unused variable in get_tokens()
This commit fixes below compiler warnings.

data.c: In function ‘get_tokens’:
data.c:276:6: warning: unused variable ‘err’ [-Wunused-variable]
  int err = 0;
      ^
data.c: In function ‘has_tuples’:
data.c:302:6: warning: unused variable ‘err’ [-Wunused-variable]
  int err = 0;
      ^

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2016-07-11 15:24:12 +02:00
..
builder.c topology: Remove unused function write_data_block() 2015-11-18 14:55:15 +01:00
channel.c topology: Fix comparison of unsigned expression < 0 2015-11-18 14:57:14 +01:00
ctl.c topology: add support for CTL access flags to config file 2016-03-14 16:57:05 +01:00
dapm.c topology: Add support for widget byte controls 2016-03-14 16:57:38 +01:00
data.c topology: remove unused variable in get_tokens() 2016-07-11 15:24:12 +02:00
elem.c topology: Add support for parsing vendor tuples 2016-04-07 16:57:22 +02:00
Makefile.am topology: autotools: Add build support for topology core 2015-07-30 17:10:14 +02:00
ops.c topology: add support for pasring external ops in conf files 2016-03-14 16:56:44 +01:00
parser.c topology: Refactor functions to parse and build streams 2016-05-09 10:30:39 +02:00
pcm.c topology: remove unused variable in tplg_parse_fe_dai() 2016-07-11 15:24:12 +02:00
text.c topology: rename OBJECT_TYPE_ to SND_TPLG_TYPE_ 2015-08-11 15:33:40 +02:00
tplg_local.h topology: Refactor functions to parse and build streams 2016-05-09 10:30:39 +02:00