alsa-lib/src/topology
Takashi Sakamoto 671dc90486 topology: initialize variable for error output
This commit fixes below compiler warnings.

In file included from ../../include/local.h:165:0,
                 from tplg_local.h:17,
                 from data.c:20:
data.c: In function ‘tplg_parse_tuples’:
../../include/error.h:64:21: warning: ‘id’ may be used uninitialized in this function [-Wmaybe-uninitialized]
 #define SNDERR(...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, 0, __VA_ARGS__) /**< Shows a sound error message. */
                     ^
data.c:576:14: note: ‘id’ was declared here
  const char *id;
              ^

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: initialize variable for error output 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