From: Charles Keepax Date: Mon, 13 Apr 2015 12:28:04 +0000 (+0100) Subject: ASoC: wm_adsp: Add support for rev 2 firmware file format X-Git-Tag: omap-for-v4.3/legacy-v2-signed~142^2~38^2~10^4~4^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb5b57a9a449adc7047b709adf25e489785f0bb4;p=pandora-kernel.git ASoC: wm_adsp: Add support for rev 2 firmware file format Version 2 of the firmware file format includes length fields for the various strings associated with control creation, to reduce file size. However this does increase the parsing complexity slightly. This patch adds support for the revision of the file format. This patch also adds a new naming scheme for controls created from rev 2 firmware files. This version of the file format is commonly used to add multiple controls per algorithm per memory region and the old control naming scheme would cause multiple controls to have the same name in this case.. Note that the naming scheme for older firmware versions is left intact to ensure backwards compatibility. Signed-off-by: Charles Keepax Signed-off-by: Mark Brown --- Reading git-diff-tree failed