alsa-lib/src/topology
Mengdong Lin cde9a37c06 topology: Not compare a for loop iterator with ABI __le32 variables
The iterator 'i' in a loop is a usually a integer. But ABI variables use
type _le32, which is converted to host unsigned integer. Comparing them
can cause gcc warning: comparison between signed and unsigned integer
expressions[-Wsign-compare].

Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2015-11-19 10:17:36 +01: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: Not compare a for loop iterator with ABI __le32 variables 2015-11-19 10:17:36 +01:00
dapm.c topology: A API calls to directly build topology data from templates 2015-08-12 16:42:37 +02:00
data.c topology: data: Fix wrong size check in tplg_parse_data_hex() 2015-09-08 22:11:48 +02:00
elem.c topology: ABI - Separate PCM & BE/CC link support and bump ABI version to 4 2015-11-05 14:53:24 +01:00
Makefile.am topology: autotools: Add build support for topology core 2015-07-30 17:10:14 +02:00
ops.c topology: Add operations parser 2015-07-30 16:21:50 +02:00
parser.c topology: open topology files with O_TRUNC 2015-11-18 14:54:49 +01:00
pcm.c topology: Not compare a for loop iterator with ABI __le32 variables 2015-11-19 10:17:36 +01:00
text.c topology: rename OBJECT_TYPE_ to SND_TPLG_TYPE_ 2015-08-11 15:33:40 +02:00
tplg_local.h topology: Add missing prototypes for new functions 2015-11-09 08:38:41 +01:00