]> git.alsa-project.org Git - alsa-lib.git/commit
topology: Quit and show error message on big-endian machines
authorMengdong Lin <mengdong.lin@linux.intel.com>
Thu, 19 Nov 2015 08:33:12 +0000 (03:33 -0500)
committerTakashi Iwai <tiwai@suse.de>
Thu, 19 Nov 2015 09:17:45 +0000 (10:17 +0100)
commitb917a0c0a87a07e2397a3468adf44f33fa329dde
treeb827fedb564b0817b203e2d3c3adec60d74f44fb
parentcde9a37c06a09e890d2c4b175bd548ed6f247f93
topology: Quit and show error message on big-endian machines

This tool can only support little-endian machines atm.
Many codes directly refer to  __le32/__le64 variables of ABI objects,
so will be broken on big-endian machines.

Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/topology/parser.c
src/topology/tplg_local.h